On 7/25/19 9:15 AM, Sean Mullan wrote:
Please review this change to remove the deprecated java.security.acl
APIs. These APIs have long had a warning in the javadocs (since at
least JDK 1.3.1 and possibly earlier) indicating that they were
superseded by other APIs. They were initially deprecated in JDK 9 and
marked for removal in JDK 10, so enough time has passed to allow for
removal. Several external projects that were using the APIs have also
either resolved the issues or have a plan to remove the dependencies.
CSR: https://bugs.openjdk.java.net/browse/JDK-8217101
Issue: https://bugs.openjdk.java.net/browse/JDK-8191138
webrev: http://cr.openjdk.java.net/~mullan/webrevs/8191138/webrev.00/
+1
It's good to know that external projects have either removed or plan to
remove their dependency on java.security.acl API.
Mandy