Bug report for Ant [2021/06/27]

2021-06-27 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Re: Upcoming Java 17 release will have an impact on our javadoc task

2021-06-27 Thread Stefan Bodewig
On 2021-06-17, Jaikiran Pai wrote: > The recently released EA version of JDK 17 has introduced a change in > the javadoc tool. Previously (JDK 8 all the way through JDK 16) used > to log certain messages from the javadoc tool to STDOUT. Our javadoc > task's implementation expects such messages of

new warnings produced by task under Open JDK 17-ea+28-2534

2021-06-27 Thread Rick Hillegas
Open JDK 17 build 17-ea+28-2534 causes the ant 1.10.6 task to produce the following warnings when you DON'T fork the JVM: WARNING: A terminally deprecated method in java.lang.System has been called WARNING: System::setSecurityManager has been called by org.apache.tools.ant.types.Permissions (f

Re: new warnings produced by task under Open JDK 17-ea+28-2534

2021-06-27 Thread Jaikiran Pai
Hello Rick, Thank you for this report. We have been watching this area and have been aware of this issue, including one other user report[1]. I'm just waiting for things to become a bit more clear on this front before coming up with any proposal in the Ant project on how to deal with this. Cl