This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-compress.git
from 09adf7138 Add and use CpioArchiveEntry.setTimeMillis(long)
new 2280d66e2 ParsingUtils now throws the IOException subclass
CompressException.
new 599d2ab69 TAR private methods now throws the IOException subclass
CompressException.
new 315513c9c TAR private methods now throws the IOException subclass
ArchiveException.
new a0df6b63a Most ArArchiveEntry constructors now throws the IOException
subclass ArchiveException.
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:
src/changes/changes.xml | 2 ++
.../compress/archivers/ar/ArArchiveEntry.java | 16 +++++++++-------
.../archivers/ar/ArArchiveInputStream.java | 17 +++++++++--------
.../compress/archivers/tar/TarArchiveEntry.java | 9 +++++----
.../commons/compress/utils/ParsingUtils.java | 22 +++++++++++-----------
.../commons/compress/utils/ParsingUtilsTest.java | 7 +++----
6 files changed, 39 insertions(+), 34 deletions(-)