File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -585,7 +585,8 @@ so that we could register the appropriate classes for reflection.
585585
586586To 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
You can’t perform that action at this time.
0 commit comments