Skip to content
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

Remove Security Manager Dependency Across Platform #1018

Open
2 of 10 tasks
m-reza-rahman opened this issue Jan 14, 2025 · 2 comments
Open
2 of 10 tasks

Remove Security Manager Dependency Across Platform #1018

m-reza-rahman opened this issue Jan 14, 2025 · 2 comments
Labels
EE12 Issues being targetd for Jakarta EE 12

Comments

@m-reza-rahman
Copy link

m-reza-rahman commented Jan 14, 2025

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

@edburns edburns added the EE12 Issues being targetd for Jakarta EE 12 label Jan 14, 2025
@gurunrao
Copy link

@jhanders34
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
EE12 Issues being targetd for Jakarta EE 12
Projects
None yet
Development

No branches or pull requests

4 participants