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-io.git


The following commit(s) were added to refs/heads/master by this push:
     new 62653dadd [IO-469] "Self-suppression not permitted" while using 
BrokenOutput and BrokenInput streams with try-with-resources
62653dadd is described below

commit 62653dadd92a3d7c487a7b52ecc3e4f700f820c7
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Feb 3 08:45:03 2024 -0500

    [IO-469] "Self-suppression not permitted" while using BrokenOutput and
    BrokenInput streams with try-with-resources
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0fd55aabe..10c4824b7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -105,6 +105,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="fix"                due-to="Gary 
Gregory">RandomAccessFileInputStream.builder().get() now throws ISE instead of 
NPE.</action>
       <action dev="ggregory" type="fix" issue="IO-845" due-to="Elliotte Rusty 
Harold">Test links to targets outside the source directory #571.</action>
       <action dev="ggregory" type="fix"                due-to="Elliotte Rusty 
Harold">Focus Javadoc on current version rather than past versions #573, 
#574.</action>
+      <action dev="ggregory" type="fix" issue="IO-469" due-to="Grigory Fadeev, 
Kristian Rosenvold, Elliotte Rusty Harold">"Self-suppression not permitted" 
while using BrokenOutput and BrokenInput streams with 
try-with-resources.</action>
       <!-- Add -->
       <action dev="ggregory" type="add"                due-to="Gary 
Gregory">Add and use PathUtils.getFileName(Path, Function&lt;Path, 
R&gt;).</action>
       <action dev="ggregory" type="add"                due-to="Gary 
Gregory">Add and use PathUtils.getFileNameString().</action>

Reply via email to