File tree 1 file changed +3
-5
lines changed
documentation/src/main/asciidoc
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -96,19 +96,17 @@ You can learn more about the WildFly patching infrastructure in general link:htt
96
96
[[validator-gettingstarted-modulepath]]
97
97
==== [[validator-gettingstarted-java9]] Running in the modulepath
98
98
99
- Support for the Java Platform Module System (JPMS) is present in a preliminary form.
100
- There are no JPMS module descriptors provided, but Hibernate Validator is usable as automatic modules .
99
+ Starting with Hibernate Validator 9.0,
100
+ JPMS module descriptors are provided for those who want to use the Hibernate Validator with a modulepath .
101
101
102
- These are the module names as declared using the `Automatic-Module-Name` header :
102
+ The names of the corresponding modules are :
103
103
104
104
* Jakarta Validation API: `jakarta.validation`
105
105
* Hibernate Validator core: `org.hibernate.validator`
106
106
* Hibernate Validator CDI extension: `org.hibernate.validator.cdi`
107
107
* Hibernate Validator test utilities: `org.hibernate.validator.testutils`
108
108
* Hibernate Validator annotation processor: `org.hibernate.validator.annotationprocessor`
109
109
110
- These module names are preliminary and may be changed when providing real module descriptors in a future release.
111
-
112
110
[[validator-gettingstarted-createmodel]]
113
111
=== Applying constraints
114
112
You can’t perform that action at this time.
0 commit comments