You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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].
193
193
194
194
[[validator-gettingstarted-java9]]
195
-
==== Running on Java 9
195
+
==== Running on Java 11+
196
196
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.
199
199
200
200
These are the module names as declared using the `Automatic-Module-Name` header:
201
201
202
-
* Jakarta Bean Validation API: `java.validation`
202
+
* Jakarta Bean Validation API: `jakarta.validation`
0 commit comments