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
Also the OSGi integration tests will fail on Java 9 currently, hence the "osgi" module is excluded automatically when building on JDK 9. We are waiting for the release of Karaf 4.1.0.
87
89
88
-
The documentation and distribution modules are known to not work on Java 9 for the time being, hence they need to be excluded.
89
-
Also the integration tests on WildFly will fail on Java 9 currently, hence this "integration" module is excluded automatically when building on JDK 9.
90
+
Here are the reasons why we added the various --add-opens options:
90
91
92
+
* java.security: required by wildfly-maven-plugin:execute-commands (for the WildFly integration tests and the TCK runner running in container mode)
93
+
* java.lang: required by JRuby for Asciidoc processing
0 commit comments