- Reverts the changes done to launch scripts which were checking for the Java runtime version to decide whether or not to set java.security.manager=allow
- Introduces a new "allow" Java class (in unnamed package) as a workaround to allow setting java.security.manager=allow on (older) versions of Java which don't
recognize "allow" as a predefined text for that property
- Packages the "allow" Java class into ant-launcher.jar, which is the same jar file containing the org.apache.tools.ant.launch.Launcher class that gets launched
from the Ant startup scripts
- Sets java.security.manager=allow explicitly in Ant launch scripts, irrespective of which Java runtime version is being used
-----BEGIN PGP SIGNATURE-----
iHEEABECADEWIQTOgHWiUVR77iSbwVGiEVrhX2uLcgUCYO0m4hMcYm9kZXdpZ0Bh
cGFjaGUub3JnAAoJEKIRWuFfa4tyoJkAmwe0A6xWsg0fKLlLhEYsf5ha0H1tAJwK
Hi7lbp654CPa5+2FhGbsCpoKaw==
=I2XM
-----END PGP SIGNATURE-----
Merge tag 'rel/1.10.11' and prepare for next iteration
Apache Ant 1.10.11
-----BEGIN PGP SIGNATURE-----
iHEEABECADEWIQTOgHWiUVR77iSbwVGiEVrhX2uLcgUCXrwOIRMcYm9kZXdpZ0Bh
cGFjaGUub3JnAAoJEKIRWuFfa4tyi4EAoKnxWLUd6NKCEa8Is7vHHovdYB+sAKDP
yEzumg6e1goufCrsazNGlSuJqQ==
=by3h
-----END PGP SIGNATURE-----
Merge tag 'rel/1.10.8' and bump versions
Tagging version 1.10.8 of Ant
javadoc on Ant classes now conform to the default output format of javadoc tool
(which is HTML5 in recent versions of that tool), so we no longer have to
override the output format to -html4.
javadoc in our classes don't yet comply to html5 semantics. When
generating javadocs for our project, using JDK 11, we run into
build failures since JDK 11 javadoc tool defaults to html5 output
and is strict if the classes don't comply to the semantics.
The commit here explicitly sets the output to html4 to avoid such
failures, till we fix our javadoc to comply with html5
The Apache release process no longer recommends using SHA1 checksums
for artifacts http://www.apache.org/dev/release-signing.html#sha1.
The commit here removes generation of SHA1 for Ant distribution artifacts.
Furthermore, the checksum generation for artifacts that we upload to
Maven is also now removed, since the Nexus instance generates those dynamically
when the artifacts are uploaded to Nexus as stated at
http://www.apache.org/dev/publishing-maven-artifacts.html#prepare-release :
"You don't need artifacts for your checksum files (if you create any) since Nexus
will create MD5 and SHA1 checksums on the fly anyway."
-----BEGIN PGP SIGNATURE-----
iHEEABECADEWIQTOgHWiUVR77iSbwVGiEVrhX2uLcgUCW0h66BMcYm9kZXdpZ0Bh
cGFjaGUub3JnAAoJEKIRWuFfa4tyJNYAnRnJqCeUeLwIG/9hH0UgC0K2W4ryAJ4s
vhiznfmf/eU9xs84vRcpu5zo6A==
=7+xL
-----END PGP SIGNATURE-----
Merge tag 'rel/1.10.5' and prepare next iteration
Tagging version 1.10.5 of Ant
-----BEGIN PGP SIGNATURE-----
iHEEABECADEWIQTOgHWiUVR77iSbwVGiEVrhX2uLcgUCWyzGXxMcYm9kZXdpZ0Bh
cGFjaGUub3JnAAoJEKIRWuFfa4tyhOwAoKAY6DwPbh0c76YvY4N7t2cJ+KW2AJ9f
YWFvT6/YSUXmUy6QFMyN7kPL5A==
=DDUD
-----END PGP SIGNATURE-----
Merge tag 'rel/1.10.4' and prepare next iteration
Tagging version 1.9.12 of Ant