Skip to content

Commit ca381ce

Browse files
committed
HV-2001 Remove the message about the preliminary naming of modules
these are the names we are going to use ...
1 parent d03a2e6 commit ca381ce

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

documentation/src/main/asciidoc/ch01.asciidoc

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,19 +96,17 @@ You can learn more about the WildFly patching infrastructure in general link:htt
9696
[[validator-gettingstarted-modulepath]]
9797
==== [[validator-gettingstarted-java9]] Running in the modulepath
9898

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.
101101

102-
These are the module names as declared using the `Automatic-Module-Name` header:
102+
The names of the corresponding modules are:
103103

104104
* Jakarta Validation API: `jakarta.validation`
105105
* Hibernate Validator core: `org.hibernate.validator`
106106
* Hibernate Validator CDI extension: `org.hibernate.validator.cdi`
107107
* Hibernate Validator test utilities: `org.hibernate.validator.testutils`
108108
* Hibernate Validator annotation processor: `org.hibernate.validator.annotationprocessor`
109109

110-
These module names are preliminary and may be changed when providing real module descriptors in a future release.
111-
112110
[[validator-gettingstarted-createmodel]]
113111
=== Applying constraints
114112

0 commit comments

Comments
 (0)