This is an automated email from the ASF dual-hosted git repository. mbenson pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/ant.git.
from a66dafa add java.security.manager=allow while launching against Java 19 new 6fdb34e fully migrate pathconvert tests to antunit new 43deb9e test pathconvert features new 847dcd9 Resources javadoc new a877993 volatile cache property new ccde924 use Collections#emptyIterator new af035b0 iterate resources directly when !cache new 90ed3ff pathconvert to outputstream so that logging requires no in-memory String accumulation The 7 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: src/etc/testcases/taskdefs/pathconvert.xml | 60 -------- .../org/apache/tools/ant/taskdefs/PathConvert.java | 126 ++++++++-------- .../tools/ant/types/resources/Resources.java | 165 ++++++++++----------- src/tests/antunit/taskdefs/pathconvert-test.xml | 71 +++++++++ .../apache/tools/ant/taskdefs/PathConvertTest.java | 74 --------- 5 files changed, 206 insertions(+), 290 deletions(-) delete mode 100644 src/etc/testcases/taskdefs/pathconvert.xml delete mode 100644 src/tests/junit/org/apache/tools/ant/taskdefs/PathConvertTest.java