Skip to content

Commit 18bb900

Browse files
committed
[IO-811] In tests, Files.walk() direct and indirect callers fail to
close the returned Stream<Path>
1 parent e6e1d25 commit 18bb900

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/changes/changes.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ The <action> type attribute can be add,update,fix,remove.
5454
<action dev="ggregory" type="fix" issue="IO-812" due-to="Adam Rauch, Gary Gregory">
5555
Javadoc should mention closing Streams based on file resources.
5656
</action>
57+
<action dev="ggregory" type="fix" issue="IO-811" due-to="Adam Rauch, Gary Gregory">
58+
In tests, Files.walk() direct and indirect callers fail to close the returned Stream&lt;Path&gt;
59+
</action>
5760
</release>
5861
<release version="2.14.0" date="2023-09-24" description="Java 8 required.">
5962
<!-- FIX -->

0 commit comments

Comments
 (0)