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 AccessController usage for enum adapter #2704

Merged

Commits on Jun 15, 2024

  1. Remove AccessController usage for enum adapter

    SecurityManager and AccessController are marked as deprecated for removal
    in the latest JDK versions, see https://openjdk.org/jeps/411.
    Additionally this code was originally added providently but it is not clear
    if or how many users actually depend on it.
    Marcono1234 committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    431a5e6 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    e62cc06 View commit details
    Browse the repository at this point in the history