<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/java/ant.git/src/script, branch master</title>
<subtitle>git.apache.org: repos/asf/ant.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/java/ant.git/'/>
<entry>
<title>redo security manager setting to allow calling System.setSecurityManager at runtime</title>
<updated>2022-12-11T08:13:58+00:00</updated>
<author>
<name>Jaikiran Pai</name>
<email>jaikiran@apache.org</email>
</author>
<published>2022-12-11T02:46:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/java/ant.git/commit/?id=82c70f3202d5aec4d99fa3b6314ba4a6c338cd94'/>
<id>82c70f3202d5aec4d99fa3b6314ba4a6c338cd94</id>
<content type='text'>
  - 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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  - 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
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix detection of java.specification.version</title>
<updated>2022-11-16T18:08:20+00:00</updated>
<author>
<name>Keith W. Campbell</name>
<email>keithc@ca.ibm.com</email>
</author>
<published>2022-11-16T18:08:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/java/ant.git/commit/?id=c8f579577d381afa7ae594c38c094777fdc0c141'/>
<id>c8f579577d381afa7ae594c38c094777fdc0c141</id>
<content type='text'>
Signed-off-by: Keith W. Campbell &lt;keithc@ca.ibm.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Keith W. Campbell &lt;keithc@ca.ibm.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>allow security manager setting on all versions above Java 18 (inclusive)</title>
<updated>2022-11-08T03:43:04+00:00</updated>
<author>
<name>Jaikiran Pai</name>
<email>jaikiran@apache.org</email>
</author>
<published>2022-11-08T03:43:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/java/ant.git/commit/?id=bbe6859b2f57a2c9dcb51e269527f3c18a74aa1d'/>
<id>bbe6859b2f57a2c9dcb51e269527f3c18a74aa1d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add java.security.manager=allow while launching against Java 19</title>
<updated>2022-02-07T03:37:55+00:00</updated>
<author>
<name>Jaikiran Pai</name>
<email>jaikiran@apache.org</email>
</author>
<published>2022-02-07T03:37:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/java/ant.git/commit/?id=a66dafa7d5ee0ac2717dfbeed1cb47e589938eed'/>
<id>a66dafa7d5ee0ac2717dfbeed1cb47e589938eed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix ant.bat script for Java 18 security manager configuration/check</title>
<updated>2022-01-15T06:03:02+00:00</updated>
<author>
<name>Jaikiran Pai</name>
<email>jaikiran@apache.org</email>
</author>
<published>2022-01-15T06:03:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/java/ant.git/commit/?id=b690788b10b73a5a963fb3a72d1749916139cfd2'/>
<id>b690788b10b73a5a963fb3a72d1749916139cfd2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>set java.security.manager=allow in Ant launcher .bat file for Windows, for Java 18</title>
<updated>2021-12-01T03:31:28+00:00</updated>
<author>
<name>Jaikiran Pai</name>
<email>jaikiran@apache.org</email>
</author>
<published>2021-12-01T03:31:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/java/ant.git/commit/?id=002596a9bb830257250ea394a2637d57209edb3b'/>
<id>002596a9bb830257250ea394a2637d57209edb3b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix condition check for non-bash shell</title>
<updated>2021-11-28T15:13:27+00:00</updated>
<author>
<name>Jaikiran Pai</name>
<email>jaikiran@apache.org</email>
</author>
<published>2021-11-28T15:13:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/java/ant.git/commit/?id=190d9ad7249c7fa27ed626c2449e3d574c80838b'/>
<id>190d9ad7249c7fa27ed626c2449e3d574c80838b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Pass -Djava.security.manager=allow from *nix launcher script for Java 18</title>
<updated>2021-11-28T13:17:02+00:00</updated>
<author>
<name>Jaikiran Pai</name>
<email>jaikiran@apache.org</email>
</author>
<published>2021-11-28T13:11:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/java/ant.git/commit/?id=0b028a211ad5f816620f8a4107f7eef65a49785d'/>
<id>0b028a211ad5f816620f8a4107f7eef65a49785d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '1.9.x'</title>
<updated>2019-10-02T05:59:06+00:00</updated>
<author>
<name>Stefan Bodewig</name>
<email>bodewig@apache.org</email>
</author>
<published>2019-10-02T05:59:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/java/ant.git/commit/?id=26b8a01e6421d22a2ca4393ab1420444b07a0bfd'/>
<id>26b8a01e6421d22a2ca4393ab1420444b07a0bfd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>adapt runant.py to Python3</title>
<updated>2019-10-02T05:55:16+00:00</updated>
<author>
<name>Stefan Bodewig</name>
<email>bodewig@apache.org</email>
</author>
<published>2019-10-02T05:55:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/java/ant.git/commit/?id=99ef834ef2fdb1c2c6a95d6efb0c08593b83293f'/>
<id>99ef834ef2fdb1c2c6a95d6efb0c08593b83293f</id>
<content type='text'>
closes #96, thanks to @twogee
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
closes #96, thanks to @twogee
</pre>
</div>
</content>
</entry>
</feed>
