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

Fixes #6184 - JEP-411 will deprecate/remove the SecurityManager from … #9616

Merged
merged 4 commits into from
Apr 6, 2023

Commits on Apr 3, 2023

  1. Fixes #6184 - JEP-411 will deprecate/remove the SecurityManager from …

    …the JVM.
    
    Removed usages of `SecurityManager` and `AccessControlller.doPrivileged()`.
    In places where they are still necessary, now using reflection.
    
    Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
    sbordet committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    96ece88 View commit details
    Browse the repository at this point in the history
  2. Fixed checkstyle.

    Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
    sbordet committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    98fe896 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Introduced SecurityUtils to gather in a central place the handling of…

    … JEP 411 changes.
    
    Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
    sbordet committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    97fb457 View commit details
    Browse the repository at this point in the history
  2. Fixed copyright year to please the license checks.

    Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
    sbordet committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    9614b08 View commit details
    Browse the repository at this point in the history