pfirmstone / jdk-with-authorization

JDK main-line development
https://openjdk.java.net/projects/jdk/
GNU General Public License v2.0
5 stars 1 forks source link

Revert deprecation for removal of SecurityManager - Authorization API - Non compliance with Java specification #4

Open pfirmstone opened 3 weeks ago

pfirmstone commented 3 weeks ago

This project is solely to maintain the Authorization API, as such it will be indefinitely supporting it, however we need an annotation to indicate the methods are non compliant with the spec, since Java 23.

pfirmstone commented 2 days ago

Note the reason for doing this, is to allow us to accept "Remove unnecessary @SuppressWarnings" from upstream, with minimised impacts for merges.