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 #107

Merged
merged 1 commit into from
May 22, 2024
Merged

Conversation

rdenarie
Copy link
Member

@rdenarie rdenarie commented 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

Resolves Meeds-io/MIPs#91

@hbenali hbenali removed the jdk21PR label May 22, 2024
Copy link

sonarcloud bot commented May 22, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

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

feat: Upgrade to JDK 21
3 participants