-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Remove Security Manager Dependency Across Platform #1018
Labels
EE12
Issues being targetd for Jakarta EE 12
Comments
Specification issues:
discussion Threads: |
This was referenced Feb 3, 2025
I have updated the description with a link to all issues in the component specifications and PRs that address the API changes to remove references to the SecurityManager in the APIs. I have marked the check box for those that have had the PR merged. |
This was referenced Feb 24, 2025
Open
This was referenced Feb 24, 2025
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Since Jakarta EE 12 will likely support Java SE 21 and Java SE 25, it is necessary to remove any dependency on the Java SE Security Manager across the platform and all specifications. The Security Manager cannot be enabled by Java SE 24. The thought is that in Java 29, SecurityManager APIs may not exist or may throw an error. It looks like some of this work was done in EE 11, but not all. As an example of pending work, see: jakartaee/cdi#831.
Specification issues
API update issues
The text was updated successfully, but these errors were encountered: