To reproduce the problem:
- Switch to JDK 17 EA
- Build WF core: mvn clean install -DskipTests=true
Output:
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /home/opalka/git/redhat/PUBLIC/wildfly-core/domain-management/src/main/java/org/jboss/as/domain/management/security/JaasCallbackHandler.java:[224,51] cannot access java.security.acl.Group
class file for java.security.acl.Group not found
- duplicates
-
WFCORE-5376 Disable use of legacy security realms when not supported.
- Resolved