groovy / GMavenPlus

A rewrite of GMaven, a Maven plugin for Groovy
Other
285 stars 35 forks source link

Remove Security Manager (for Java 21+) #286

Closed bmarwell closed 1 month ago

bmarwell commented 1 year ago

The security Manager is deprecated for removal since Java 17. In Java 21, it is a no-op and t he warning cannot be removed anymore. Therefore, remove the Security Manager for just Java 21 (to keep backwards compatibility) and issue a warning (for all versions).