-
Bug
-
Resolution: Done
-
Major
-
None
-
None
Building under Java 16 or 17 fails due to a missing package:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1-jboss-1:compile (default-compile) on project wildfly-iiop-openjdk: Compilation failure: Compilation failure: [ERROR] /tmp/tck/wildfly91/iiop-openjdk/src/main/java/org/wildfly/iiop/openjdk/security/TrustedIdentityTokenLoginModule.java:[28,25] package java.security.acl does not exist [ERROR] /tmp/tck/wildfly91/iiop-openjdk/src/main/java/org/wildfly/iiop/openjdk/security/TrustedIdentityTokenLoginModule.java:[166,15] cannot find symbol [ERROR] symbol: class Group [ERROR] location: class org.wildfly.iiop.openjdk.security.TrustedIdentityTokenLoginModule [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <args> -rf :wildfly-iiop-openjdk
- is incorporated by
-
WFLY-15747 Remove PicketBox dependency from iiop-openjdk
- Closed