https://bz.apache.org/bugzilla/show_bug.cgi?id=65381
Jaikiran Pai <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Target Milestone|--- |1.10.14 Resolution|--- |FIXED --- Comment #10 from Jaikiran Pai <[email protected]> --- In the upcoming Ant 1.10.14 release, Ant will no longer set or use Java SecurityManager, when running on Java 18+ versions. These exceptions should no longer be seen. Do note that you would still see the warning when running on Java 17. I decided to continue setting SecurityManager on Java 17, since I didn't want to impact builds which are already running "fine" (of course with those warning), unlike Java 18+, where they would by default fail with the UnsupportedOperationException It would be very helpful if you could try out these changes against your project, by testing it against our nightly build https://ci-builds.apache.org/job/Ant/job/Ant_Nightly/lastSuccessfulBuild/artifact/distribution/ -- You are receiving this mail because: You are the assignee for the bug.
