You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by pe...@apache.org on 2020/06/08 01:36:18 UTC

[commons-compress] branch master updated (a212dd4 -> 5964eb4)

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

peterlee pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-compress.git.


    from a212dd4  Merge pull request #110 from XenoAmess/use_System_currentTimeMillis_insteadof_Date_getTime
     new 8f541a5  COMPRESS-404: Use java.nio.Path as backing object in TarArchiveEntry
     new 510d589  COMPRESS-404: Add owner information of file and gid/uid on linux to TarArchiveEntry
     new de37805  COMPRESS-404: Fix wrong cast for linux ids
     new afaaacf  COMPRESS-404: Don't delegate the file constructor to the path constructor
     new a1d4ce6  COMPRESS-404: Fallback to old file api calls if new ones fail
     new 5964eb4  Merge pull request #97 from theobisproject/COMPRESS-404

The 2945 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:
 pom.xml                                            |   6 +
 .../compress/archivers/tar/TarArchiveEntry.java    | 185 ++++++++++++++++++---
 .../apache/commons/compress/AbstractTestCase.java  |   5 +
 .../archivers/tar/TarArchiveEntryTest.java         |  41 +++++
 .../archivers/tar/TarMemoryFileSystemTest.java     | 122 ++++++++++++++
 5 files changed, 332 insertions(+), 27 deletions(-)
 create mode 100644 src/test/java/org/apache/commons/compress/archivers/tar/TarMemoryFileSystemTest.java