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

fix: Update to JDK21 - EXO-71474 - Meeds-io/MIPs#91 #216

Merged
merged 1 commit into from
May 22, 2024
Merged

Conversation

rdenarie
Copy link
Member

Remove usage of SecurityManager as it is deprecated for removal in jdk21 Remove also usage of classes

  • SecurityHelper
  • PrivilegedSystemHelper
  • PrivilegedFileHelper
  • SecureList
  • SecureSet
  • SecureCollections

These classes are here only to use securityManager, and as it is removed, it is no more necessary

@hbenali hbenali removed the jdk21PR label May 22, 2024
Remove usage of SecurityManager as it is deprecated for removal in jdk21
Remove also usage of classes
- SecurityHelper
- PrivilegedSystemHelper
- PrivilegedFileHelper
- SecureList
- SecureSet
- SecureCollections

These classes are here only to use securityManager, and as it is removed, it is no more necessary
Copy link

sonarcloud bot commented May 22, 2024

@rdenarie rdenarie merged commit d124b74 into develop May 22, 2024
4 checks passed
@rdenarie rdenarie deleted the merge-mip-91 branch May 22, 2024 11: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.

None yet

3 participants