-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecate all SecurityManager usages in API/Spec in light of JEP-411 and Java 17 #138
Comments
joakime
changed the title
Remove all SecurityManager usages in API/Spec in light of JEP-411
Remove all SecurityManager usages in API/Spec in light of JEP-411 and Java 17
Jan 27, 2022
FYI the following was created at the platform level regarding deprecation and subsequent removal: |
Interesting, shame there's not much meat on that platform level issue. |
arjantijms
changed the title
Remove all SecurityManager usages in API/Spec in light of JEP-411 and Java 17
Deprecate all SecurityManager usages in API/Spec in light of JEP-411 and Java 17
Feb 21, 2022
arjantijms
added a commit
to arjantijms/authentication
that referenced
this issue
Feb 21, 2022
Signed-off-by: Arjan Tijms <[email protected]>
This was referenced Feb 21, 2022
arjantijms
added a commit
that referenced
this issue
Feb 21, 2022
#138 Deprecate SecurityManager usage in light of JDK 17/JEP 411
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
JEP-411 - https://openjdk.java.net/jeps/411
The Java
SecurityManager
is dead, it is not supported in Java 17, and will be removed in the next Java release.Jakarta Authentication should remove the related
SecurityManager
usages and requirements.Example:
jakarta.security.auth.message.config.AuthConfigFactory.checkPermission(Permission)
should be removed.https://github.com/jakartaee/authentication/blob/master/api/src/main/java/jakarta/security/auth/message/config/AuthConfigFactory.java#L157
The text was updated successfully, but these errors were encountered: