From 49e28584378d51cc9c4b6858fb30b3254dfaf147 Mon Sep 17 00:00:00 2001 From: marko-bekhta Date: Sun, 19 Oct 2025 21:56:31 +0200 Subject: [PATCH 1/2] HV-2143 Adjust image layout Signed-off-by: marko-bekhta --- documentation/src/main/asciidoc/_ch08.adoc | 4 ++-- documentation/src/main/asciidoc/_ch13.adoc | 6 +++--- documentation/src/main/asciidoc/_pr01.adoc | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/documentation/src/main/asciidoc/_ch08.adoc b/documentation/src/main/asciidoc/_ch08.adoc index 627c37de54..50053e260d 100644 --- a/documentation/src/main/asciidoc/_ch08.adoc +++ b/documentation/src/main/asciidoc/_ch08.adoc @@ -22,7 +22,7 @@ _validation.xml_ has to adhere. [[image-validation-configuration]] .Validation configuration schema -image::validation-configuration-2.0.png[validation-configuration-2.0.xsd] +image::validation-configuration-2.0.png[validation-configuration-2.0.xsd,align="center"] <> shows the several configuration options of _validation.xml_. All settings are optional and the same @@ -81,7 +81,7 @@ constraint-mapping in _validation.xml_. [[image-mapping-configuration]] .Validation mapping schema -image::validation-mapping-2.0.png[validation-mapping-2.0.xsd] +image::validation-mapping-2.0.png[validation-mapping-2.0.xsd,align="center"] <> shows how the classes +Car+ and +RentalCar+ from <> resp. <> could be mapped in XML. diff --git a/documentation/src/main/asciidoc/_ch13.adoc b/documentation/src/main/asciidoc/_ch13.adoc index 2385ca8522..d15a3c0c5f 100644 --- a/documentation/src/main/asciidoc/_ch13.adoc +++ b/documentation/src/main/asciidoc/_ch13.adoc @@ -195,7 +195,7 @@ hibernate-validator-annotation-processor-{hvVersion}.jar You now should see any annotation problems as regular error markers within the editor and in the "Problem" view: -image::annotation_processor_eclipse.png[] +image::annotation_processor_eclipse.png[align="center"] [[validator-annotationprocessor-idea]] ===== IntelliJ IDEA @@ -213,7 +213,7 @@ to the "Annotation Processors" list Rebuilding your project then should show any erroneous constraint annotations: -image::annotation_processor_intellij.png[] +image::annotation_processor_intellij.png[align="center"] [[validator-annotationprocessor-netbeans]] ===== NetBeans @@ -229,7 +229,7 @@ org.hibernate.validator.ap.ConstraintValidationProcessor Any constraint annotation problems will then be marked directly within the editor: -image::annotation_processor_netbeans.png[] +image::annotation_processor_netbeans.png[align="center"] [[validator-annotationprocessor-known-issues]] === Known issues diff --git a/documentation/src/main/asciidoc/_pr01.adoc b/documentation/src/main/asciidoc/_pr01.adoc index f60a016533..ef2a3490c4 100644 --- a/documentation/src/main/asciidoc/_pr01.adoc +++ b/documentation/src/main/asciidoc/_pr01.adoc @@ -9,7 +9,7 @@ which is time consuming and error-prone. To avoid duplication of these validatio bundle validation logic directly into the domain model, cluttering domain classes with validation code which is really metadata about the class itself. -image::application-layers.png[] +image::application-layers.png[align="center"] Jakarta Validation {bvVersion} defines a metadata model and API for entity and method validation. The default metadata source are annotations, with the ability to override and extend the meta-data @@ -17,7 +17,7 @@ through the use of XML. The API is not tied to a specific application tier nor p is specifically not tied to either web or persistence tier, and is available for both server-side application programming, as well as rich client Swing application developers. -image::application-layers2.png[] +image::application-layers2.png[align="center"] Hibernate Validator is the reference implementation of Jakarta Validation. The implementation itself as well as the Jakarta Validation API and TCK are all provided and distributed under the From 55f47c117f90f4459abe967293cef0d9955abee0 Mon Sep 17 00:00:00 2001 From: marko-bekhta Date: Sun, 19 Oct 2025 21:56:59 +0200 Subject: [PATCH 2/2] HV-2143 Bump Asciidoctor theme to 6.0.4 Signed-off-by: marko-bekhta --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 66fad670db..607da66b3b 100644 --- a/pom.xml +++ b/pom.xml @@ -224,7 +224,7 @@ 3.2.0 - 6.0.2.Final + 6.0.4.Final 3.2.0.Final 3.0.0 2.3.20