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

Merged
merged 2 commits into from
May 22, 2024
Merged

Conversation

rdenarie
Copy link
Member

Remove SecurityManager from Kernel as it is deprecated for removal in jdk21 Remove also 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
Remove SecurityManager from Kernel as it is deprecated for removal in jdk21
Remove also 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
Copy link

sonarcloud bot commented May 22, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
4 New Blocker Issues (required ≤ 0)
E Reliability Rating on New Code (required ≥ A)
1 New Critical Issues (required ≤ 0)
E Security Rating on New Code (required ≥ A)

See analysis details on SonarCloud

Catch issues before they fail your Quality Gate with our IDE extension SonarLint

@rdenarie rdenarie merged commit 039d610 into develop May 22, 2024
5 of 6 checks passed
@rdenarie rdenarie deleted the merge-mip-91 branch May 22, 2024 11:36
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