8000 HV-1892 Update Java 9 section in documentation · hibernate/hibernate-validator@368f7ee · GitHub
[go: up one dir, main page]

Skip to content

Commit 368f7ee

Browse files
committed
HV-1892 Update Java 9 section in documentation
1 parent cb66a1f commit 368f7ee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

documentation/src/main/asciidoc/ch01.asciidoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,14 +192,14 @@ $JBOSS_HOME/bin/jboss-cli.sh patch rollback --reset-configuration=true
192192
You can learn more about the WildFly patching infrastructure in general https://developer.jboss.org/wiki/SingleInstallationPatching/[here] and http://www.mastertheboss.com/jboss-server/jboss-configuration/managing-wildfly-and-eap-patches[here].
193193

194194
[[validator-gettingstarted-java9]]
195-
==== Running on Java 9
195+
==== Running on Java 11+
196196

197-
As of Hibernate Validator {hvVersion}, support for Java 9 and the Java Platform Module System (JPMS) is experimental.
198-
There are no JPMS module descriptors provided yet, but Hibernate Validator is usable as automatic modules.
197+
Support for Java 11 and the Java Platform Module System (JPMS) is present in a preliminary form.
198+
There are no JPMS module descriptors provided, but Hibernate Validator is usable as automatic modules.
199199

200200
These are the module names as declared using the `Automatic-Module-Name` header:
201201

202-
* Jakarta Bean Validation API: `java.validation`
202+
* Jakarta Bean Validation API: `jakarta.validation`
203203
* Hibernate Validator core: `org.hibernate.validator`
204204
* Hibernate Validator CDI extension: `org.hibernate.validator.cdi`
205205
* Hibernate Validator test utilities: `org.hibernate.validator.testutils`

0 commit comments

Comments
 (0)
0