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 18bb9009 [IO-811] In tests, Files.walk() direct and indirect callers 
fail to close the returned Stream<Path>
18bb9009 is described below

commit 18bb90097a6bef34ff9c62987d26bf9c0d397fda
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Sep 30 09:32:53 2023 -0400

    [IO-811] In tests, Files.walk() direct and indirect callers fail to
    close the returned Stream<Path>
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 270628c9..23e944b3 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -54,6 +54,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="fix" issue="IO-812" due-to="Adam Rauch, 
Gary Gregory">
         Javadoc should mention closing Streams based on file resources.
       </action>
+      <action dev="ggregory" type="fix" issue="IO-811" due-to="Adam Rauch, 
Gary Gregory">
+        In tests, Files.walk() direct and indirect callers fail to close the 
returned Stream&lt;Path&gt;
+      </action>
     </release>
     <release version="2.14.0" date="2023-09-24" description="Java 8 required.">
       <!-- FIX -->

Reply via email to