You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* CompressorException now extends IOException instead of Exception
ArchiveException now extends IOException instead of Exception
* Update ArchiveStreamFactoryTest.java
Copy file name to clipboardexpand all lines: src/changes/changes.xml
+2
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,8 @@ The <action> type attribute can be add,update,fix,remove.
48
48
<!-- FIX -->
49
49
<actiontype="fix"issue="COMPRESS-686"dev="ggregory"due-to="Richard Blank, Gary Gregory">Better exception messages in SeekableInMemoryByteChannel.</action>
50
50
<actiontype="fix"dev="ggregory"due-to="yujincheng08, Gary Gregory">ZipArchiveOutputStream.addRawArchiveEntry() should check is2PhaseSource #571.</action>
51
+
<actiontype="fix"dev="ggregory"due-to="Gary Gregory, Arturo Bernal">ArchiveException extends IOException #605, see also https://github.com/apache/httpcomponents-client/pull/580.</action>
52
+
<actiontype="fix"dev="ggregory"due-to="Gary Gregory, Arturo Bernal">CompressorException extends IOException #605, see also https://github.com/apache/httpcomponents-client/pull/580.</action>
0 commit comments