Skip to content

Commit 994da0a

Browse files
committed
Prepare for the next release candidate
1 parent 9c6ed7a commit 994da0a

File tree

2 files changed

+56
-2
lines changed

2 files changed

+56
-2
lines changed

RELEASE-NOTES.txt

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,60 @@ This is a feature and maintenance release. Java 8 or later is required.
1414
New features
1515
------------
1616

17+
o Add and use IOUtils.closeQuietlyAdd(Closeable, Throwable) #818. Thanks to Gary Gregory.
18+
19+
Fixed Bugs
20+
----------
21+
22+
o Fix Apache RAT plugin console warnings. Thanks to Gary Gregory.
23+
o ByteArraySeekableByteChannel.position(long) and truncate(long) shouldn't throw an IllegalArgumentException for a new positive position that's too large #817. Thanks to Gary Gregory, Piotr P. Karwasz.
24+
o Fix malformed Javadoc comments. Thanks to Gary Gregory.
25+
o ReadAheadInputStream.close() doesn't always close its filtered input stream. Thanks to Stanislav Fort, Gary Gregory.
26+
27+
Changes
28+
-------
29+
30+
o Bump org.apache.commons:commons-parent from 91 to 96 #816. Thanks to Gary Gregory, Dependabot.
31+
o Bump commons-codec:commons-codec from 1.19.0 to 1.20.0 #812. Thanks to Gary Gregory, Dependabot.
32+
o Bump commons.bytebuddy.version from 1.17.8 to 1.18.4 #814, #820. Thanks to Gary Gregory, Dependabot.
33+
o Bump commons-lang3 from 3.19.0 to 3.20.0. Thanks to Gary Gregory, Dependabot.
34+
35+
36+
Commons IO 2.7 and up requires Java 8 or above.
37+
Commons IO 2.6 requires Java 7 or above.
38+
Commons IO 2.3 through 2.5 requires Java 6 or above.
39+
Commons IO 2.2 requires Java 5 or above.
40+
Commons IO 1.4 requires Java 1.3 or above.
41+
42+
Historical list of changes: https://commons.apache.org/proper/commons-io/changes.html
43+
44+
For complete information on Apache Commons IO, including instructions on how to submit bug reports,
45+
patches, or suggestions for improvement, see the Apache Commons IO website:
46+
47+
https://commons.apache.org/proper/commons-io/
48+
49+
Download page: https://commons.apache.org/proper/commons-io/download_io.cgi
50+
51+
Have fun!
52+
-Apache Commons Team
53+
54+
------------------------------------------------------------------------------
55+
56+
Apache Commons IO 2.22.0 Release Notes
57+
58+
The Apache Commons IO team is pleased to announce the release of Apache Commons IO 2.22.0.
59+
60+
Introduction
61+
------------
62+
63+
The Apache Commons IO library contains utility classes, stream implementations, file filters,
64+
file comparators, endian transformation classes, and much more.
65+
66+
This is a feature and maintenance release. Java 8 or later is required.
67+
68+
New features
69+
------------
70+
1771
o Add and use IOUtils.closeQuietly(Closeable, Throwable) #818. Thanks to Gary Gregory.
1872

1973
Fixed Bugs

src/changes/changes.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ The <action> type attribute can be add,update,fix,remove.
4545
<title>Apache Commons IO Release Notes</title>
4646
</properties>
4747
<body>
48-
<release version="2.22.0" date="2026-01-19" description="This is a feature and maintenance release. Java 8 or later is required.">
48+
<release version="2.22.0" date="2026-01-25" description="This is a feature and maintenance release. Java 8 or later is required.">
4949
<!-- FIX -->
5050
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix Apache RAT plugin console warnings.</action>
5151
<action type="fix" dev="ggregory" due-to="Gary Gregory, Piotr P. Karwasz">ByteArraySeekableByteChannel.position(long) and truncate(long) shouldn't throw an IllegalArgumentException for a new positive position that's too large #817.</action>
5252
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix malformed Javadoc comments.</action>
5353
<action type="fix" dev="ggregory" due-to="Stanislav Fort, Gary Gregory">ReadAheadInputStream.close() doesn't always close its filtered input stream.</action>
5454
<!-- ADD -->
55-
<action type="add" dev="ggregory" due-to="Gary Gregory">Add and use IOUtils.closeQuietly(Closeable, Throwable) #818.</action>
55+
<action type="add" dev="ggregory" due-to="Gary Gregory">Add and use IOUtils.closeQuietlyAdd(Closeable, Throwable) #818.</action>
5656
<!-- UPDATE -->
5757
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 91 to 96 #816.</action>
5858
<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>

0 commit comments

Comments
 (0)