spotbugs
spotbugs copied to clipboard
Do not disable the security manager on Java 17 VMs and newer as it is deprecated for removal.
This fixes #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.