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 the use of the SecurityManager #448

Merged

Conversation

jasonkatonica
Copy link
Member

As described in JEP 486 the SecurityManager is being disabled in Java 24. This update removes all use of the SecurityManager class and privileged actions.

Signed-off-by: Jason Katonica [email protected]

Copy link
Member

@KostasTsiounis KostasTsiounis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Collaborator

@taoliult taoliult left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

As described in [JEP 486](https://openjdk.org/jeps/486) the SecurityManager is being disabled in Java 24. This update removes all use of the SecurityManager class and privileged actions.

Signed-off-by: Jason Katonica <[email protected]>
@jasonkatonica jasonkatonica force-pushed the katonica/issue660/removesecuritymanager branch from 24aa1e3 to 830dbfe Compare February 11, 2025 18:24
@jasonkatonica jasonkatonica merged commit e804cc6 into IBM:main Feb 11, 2025
2 of 3 checks passed
@jasonkatonica jasonkatonica deleted the katonica/issue660/removesecuritymanager branch February 11, 2025 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants