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

Do not disable the security manager on Java 17 VMs and newer as it is deprecated for removal. #2123

Merged
merged 4 commits into from
Sep 5, 2022

Commits on Aug 29, 2022

  1. Do not disable the security manager on Java 17 VMs and newer as it is…

    … deprecated for removal.
    
    This fixes spotbugs#1579. If needed, disabling the security manager can still be requested on Java 17
    and newer by setting the 'edu.umd.cs.findbugs.securityManagerDisabled' property to 'false'.
    Using this property also allows to disable this functionality on older VMs.
    raphw committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    182df26 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

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

Commits on Sep 4, 2022

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