This is an automated email from the ASF dual-hosted git repository.

jaikiran pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ant.git


    from 2dcde6093 bz-66873 correctly create the CEN extra field entry when 
zip64Mode=always
     new ef36b2d64 Revert "redo security manager setting to allow calling 
System.setSecurityManager at runtime"
     new 8d6152483 Revert "allow security manager setting on all versions above 
Java 18 (inclusive)"
     new 689b6ea90 For Java 18+, Ant will no longer use the SecurityManager
     new e2c68c493 Add a note to "permissions" type noting that it is no longer 
supported in Java 18+

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 build.xml                                          |   5 +-
 manual/Types/permissions.html                      |   6 +
 src/main/allow.java                                | 247 ---------------------
 src/main/org/apache/tools/ant/taskdefs/Java.java   |   3 +-
 .../org/apache/tools/ant/types/Permissions.java    |  10 +
 ...{ScriptRunner.java => SecurityManagerUtil.java} |  17 +-
 src/script/ant                                     |   2 -
 src/script/ant.bat                                 |  21 +-
 .../org/apache/tools/ant/taskdefs/JavaTest.java    |  19 +-
 .../ant/taskdefs/optional/TraXLiaisonTest.java     |  10 +
 .../optional/junit/XMLResultAggregatorTest.java    |   7 +
 .../apache/tools/ant/types/PermissionsTest.java    |  12 +-
 12 files changed, 91 insertions(+), 268 deletions(-)
 delete mode 100644 src/main/allow.java
 copy src/main/org/apache/tools/ant/util/{ScriptRunner.java => 
SecurityManagerUtil.java} (74%)

Reply via email to