Skip to content

Commit dfc4de2

Browse files
committed
Sync documentation of main branch
1 parent a764c9d commit dfc4de2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

_versions/main/guides/_attributes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
// overridden to the full version, at least when building locally.
3030
:hibernate-orm-version-major-minor: 6.6
3131
:hibernate-search-version-major-minor: 7.2
32-
:hibernate-validator-version-major-minor: 8.0
32+
:hibernate-validator-version-major-minor: 9.0
3333
:jakarta-persistence-version-major-minor: 3.1
3434
// .
3535
:quarkus-home-url: https://quarkus.io

_versions/main/guides/validation.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,8 @@ so that we could register the appropriate classes for reflection.
585585

586586
To configure the `ValidatorFactory`, use the exposed configuration properties and the CDI integration.
587587

588-
Consequently, the only way to define constraints in Quarkus is by annotating your classes.
588+
While configuration of the validator factory is not possible through XML, constraint declaration is.
589+
Quarkus accepts constraints defined by annotations in your classes or in the `validation.xml`.
589590

590591
=== ValidatorFactory and native executables
591592

0 commit comments

Comments
 (0)