]
Martin Choma commented on WFCORE-4282:
--------------------------------------
If there is no alternative API there will be some regression in fips mode. (I suppose non
fips "if branch" will be chosen as default)
Remove use of java.security.acl APIs in Elytron PolicyDefinitions
-----------------------------------------------------------------
Key: WFCORE-4282
URL:
https://issues.jboss.org/browse/WFCORE-4282
Project: WildFly Core
Issue Type: Task
Components: Security
Reporter: Darran Lofthouse
Priority: Critical
Labels: Java13
Fix For: 8.0.0.Beta6
The 'java.security.acls' packages has been deprecated and flagged for removal,
this will be removed in Java 13
https://bugs.openjdk.java.net/browse/JDK-8191138
Within the Elytron subsystem we are presently using it within the PolicyDefinitions /
Subject conversion likely to maintain compatibility with prior PicketBox implementations.