Hi developers, l noticed that batik-util uses the terminally deprecated SecurityManager here: https://github.com/apache/xmlgraphics-batik/blob/f9ae69233eadfbd392a4a08a55618f97343b467c/batik-util/src/main/java/org/apache/batik/util/ApplicationSecurityEnforcer.java#L157
See JEP 411 for context: https://openjdk.org/jeps/411 Is there a plan to remove the use of the security manager? Regards, Julian Fernandez