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 c017a770 Modernize temp file creation and deletion in
DeferredFileOutputStreamTest #535
c017a770 is described below
commit c017a77043e8f7ea02142fa8e8b436828b8a4174
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Dec 26 10:06:28 2023 -0500
Modernize temp file creation and deletion in DeferredFileOutputStreamTest
#535
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9b5d79aa..d350178c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -75,6 +75,7 @@ The <action> type attribute can be add,update,fix,remove.
<action dev="ggregory" type="fix" due-to="Gary
Gregory">Avoid NullPointerException in IOCase.checkIndexOf(String, int, String)
on null input.</action>
<action dev="ggregory" type="fix" due-to="Gary
Gregory">Avoid NullPointerException in IOCase.checkRegionMatches(String, int,
String) on null input.</action>
<action dev="ggregory" type="fix" due-to="Gary
Gregory">BoundedInputStream.getCount() should not count EOF.</action>
+ <action dev="ggregory" type="fix" due-to="Elliotte Rusty
Harold, Gary Gregory">Modernize temp file creation and deletion in
DeferredFileOutputStreamTest #535.</action>
<!-- Add -->
<action dev="ggregory" type="add" due-to="Gary
Gregory">Add and use PathUtils.getFileName(Path, Function<Path,
R>).</action>
<action dev="ggregory" type="add" due-to="Gary
Gregory">Add and use PathUtils.getFileNameString().</action>