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 6b20316b8 Add and use IOUtils.closeQuietly(Closeable, Throwable) #818
6b20316b8 is described below
commit 6b20316b827099882b34252d0f56ac91a9d3ac42
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Dec 11 16:21:39 2025 -0500
Add and use IOUtils.closeQuietly(Closeable, Throwable) #818
---
src/changes/changes.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index da3cd56c8..204076824 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -45,11 +45,12 @@ The <action> type attribute can be add,update,fix,remove.
<title>Apache Commons IO Release Notes</title>
</properties>
<body>
- <release version="2.21.1" date="YYYY-MM-DD" description="This is a feature
and maintenance release. Java 8 or later is required.">
+ <release version="2.22.0" date="YYYY-MM-DD" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix Apache RAT
plugin console warnings.</action>
<action type="fix" dev="ggregory" due-to="Gary Gregory, Piotr P.
Karwasz">ByteArraySeekableByteChannel.position|truncate(long) shouldn't throw
an IllegalArgumentException for a new positive position that's too large
#817.</action>
<!-- ADD -->
+ <action type="add" dev="ggregory" due-to="Gary Gregory">Add and use
IOUtils.closeQuietly(Closeable, Throwable) #818.</action>
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump org.apache.commons:commons-parent from 91 to 93 #816.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump commons-codec:commons-codec from 1.19.0 to 1.20.0
#812.</action>