This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-compress.git
The following commit(s) were added to refs/heads/master by this push: new 560a6e1b2 Extend IOException (#605) 560a6e1b2 is described below commit 560a6e1b217e465087d8067db84e9a70fa2bbe74 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Nov 16 09:03:34 2024 -0500 Extend IOException (#605) * CompressorException now extends IOException instead of Exception ArchiveException now extends IOException instead of Exception * Update ArchiveStreamFactoryTest.java --- src/changes/changes.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index f7c0d64fc..baa925f58 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -48,6 +48,8 @@ The <action> type attribute can be add,update,fix,remove. <!-- FIX --> <action type="fix" issue="COMPRESS-686" dev="ggregory" due-to="Richard Blank, Gary Gregory">Better exception messages in SeekableInMemoryByteChannel.</action> <action type="fix" dev="ggregory" due-to="yujincheng08, Gary Gregory">ZipArchiveOutputStream.addRawArchiveEntry() should check is2PhaseSource #571.</action> + <action type="fix" dev="ggregory" due-to="Gary Gregory, Arturo Bernal">ArchiveException extends IOException #605, see also https://github.com/apache/httpcomponents-client/pull/580.</action> + <action type="fix" dev="ggregory" due-to="Gary Gregory, Arturo Bernal">CompressorException extends IOException #605, see also https://github.com/apache/httpcomponents-client/pull/580.</action> <!-- ADD --> <action type="add" dev="ggregory" due-to="Gary Gregory">Add GzipParameters.getModificationInstant().</action> <action type="add" dev="ggregory" due-to="Gary Gregory">Add GzipParameters.setModificationInstant(Instant).</action>