]
Farah Juma updated ELY-1744:
----------------------------
Fix Version/s: 1.11.0.CR6
(was: 1.11.0.CR5)
Remove use of java.security.acl APIs
------------------------------------
Key: ELY-1744
URL:
https://issues.redhat.com/browse/ELY-1744
Project: WildFly Elytron
Issue Type: Task
Components: Realms
Reporter: Darran Lofthouse
Priority: Critical
Fix For: 1.11.0.CR6
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 WildFly Elytron we only seem to use it in the JAAS security realm which I
don't believe is used although likely is public API. I believe the use was to mirror
some PicketBox behaviour.