jaikiran commented on PR #200: URL: https://github.com/apache/ant/pull/200#issuecomment-1503324250
Hello Jesse, I'm currently in the process of undoing some of the work we had done in a recent release to set `java.security.manager=allow` when launching Ant. This change has caused more than one regression plus this anyway was only a small term fix. The original idea was that we wait for the JDK side of things related to security manager discussions settle down, so that we have clarity on how to address them in Ant. It's clear that not setting the security manager in Java 18+ (instead of setting that system property) is the right way to go. I have those changes in a local branch and running some tests. It of course has its own set of challenges but we have to address those anyway since security manager is going away. With the changes I have, the proposed changes in this PR won't be necessary. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org