This is an automated email from the ASF dual-hosted git repository.
bodewig pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ant.git.
from 0a20cdc "default" is no longer a valid alias for charset starting JDK
18+ which implemented JEP400 (https://openjdk.java.net/jeps/400)
add c38fbc1 TarEntry: make linkFlag accessible
add 304b3d7 TarResource: make linkName and linkFlag accessible
add 5034c2c Refactoring Tar: extract getCanonicalPrefix()
add 2e2ed8a Tar: preserve symlinks from <tarfileset> sources
new 2d0b468 Merge branch 'feature/tarfileset-preserve-symlinks' of
https://github.com/mstrap/ant into mstrap-feature/tarfileset-preserve-symlinks
new 16be5c0 record tar symlink change of #142
add 0f110ea Merge branch 'feature/tarfileset-preserve-symlinks' of
https://github.com/mstrap/ant into mstrap-feature/tarfileset-preserve-symlinks
new 9379bf4 Merge branch '1.9.x'
The 3 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:
WHATSNEW | 3 +++
src/etc/testcases/taskdefs/tar.xml | 8 ++++++
src/etc/testcases/testtarwithsymlinks.tar.gz | Bin 0 -> 199 bytes
src/main/org/apache/tools/ant/taskdefs/Tar.java | 24 +++++++++++++-----
.../tools/ant/types/resources/TarResource.java | 21 ++++++++++++++++
src/main/org/apache/tools/tar/TarEntry.java | 20 +++++++++++++++
.../org/apache/tools/ant/taskdefs/TarTest.java | 27 +++++++++++++++++++++
7 files changed, 97 insertions(+), 6 deletions(-)
create mode 100644 src/etc/testcases/testtarwithsymlinks.tar.gz