This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-compress.git
from 0dfb1bece Raise the bar on JaCoCo based on a local test run.
new f0a395fdd Git ignore macOS .DS_Store files
new 88a19223d Add
org.apache.commons.compress.archivers.ArchiveInputStream.ArchiveInputStream(InputStream,
Charset) as a public constructor, it was private
new 1ede09353 Add
org.apache.commons.compress.archivers.tar.TarArchiveInputStream.Builder
new a9c56b558 Rename private instance variable
new 101d32c5f Order Action
new 2f4bf3c3d [COMPRESS-707] TAR: TarUtils.verifyCheckSum() throws an
Exception when checksum could not be parsed
The 6 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:
.gitignore | 1 +
src/changes/changes.xml | 6 +-
.../compress/archivers/ArchiveInputStream.java | 5 +-
.../compress/archivers/tar/TarArchiveEntry.java | 10 +-
.../archivers/tar/TarArchiveInputStream.java | 94 ++++++++++++
.../commons/compress/archivers/tar/TarUtils.java | 167 ++++++++++++---------
.../commons/compress/archivers/ListerTest.java | 4 +-
.../archivers/tar/TarArchiveInputStreamTest.java | 61 +++++++-
.../compress/archivers/tar/TarUtilsTest.java | 6 +-
.../COMPRESS-707-lenient.tar} | Bin 1024 -> 1024 bytes
10 files changed, 265 insertions(+), 89 deletions(-)
copy src/test/resources/org/apache/commons/compress/{dump/resetBlockSize.bin
=> COMPRESS-707/COMPRESS-707-lenient.tar} (75%)