Skip to content

Commit 49611a1

Browse files
committed
Prepare for the next release candidate
1 parent 34cbeb1 commit 49611a1

2 files changed

Lines changed: 53 additions & 1 deletion

File tree

RELEASE-NOTES.txt

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,58 @@ file comparators, endian transformation classes, and much more.
1414
Java 8 is required.
1515

1616

17+
Fixed Bugs
18+
----------
19+
20+
o Reimplement FileSystemUtils using NIO. Thanks to Gary Gregory.
21+
o IO-851: FileSystemUtils no longer throws IllegalStateException. Thanks to Sebb, Gary Gregory.
22+
o Avoid possible NullPointerException in FileUtils.listAccumulate(File, IOFileFilter, IOFileFilter, FileVisitOption...). Thanks to Gary Gregory.
23+
o IO-853: BoundedInputStream.reset() not updating count. Thanks to Mike Drob, Gary Gregory.
24+
o ThresholdingOutputStream: a negative threshold should behave like a zero threshold and trigger the event on the first write #609. Thanks to rproserpio, Gary Gregory.
25+
26+
Changes
27+
-------
28+
29+
o Bump commons.bytebuddy.version from 1.14.12 to 1.14.13 #605. Thanks to Gary Gregory.
30+
o Bump org.apache.commons:commons-parent from 67 to 69 #608. Thanks to Gary Gregory, Dependabot.
31+
32+
33+
Commons IO 2.7 and up requires Java 8 or above.
34+
Commons IO 2.6 requires Java 7 or above.
35+
Commons IO 2.3 through 2.5 requires Java 6 or above.
36+
Commons IO 2.2 requires Java 5 or above.
37+
Commons IO 1.4 requires Java 1.3 or above.
38+
39+
Historical list of changes: https://commons.apache.org/proper/commons-io/changes-report.html
40+
41+
For complete information on Apache Commons IO, including instructions on how to submit bug reports,
42+
patches, or suggestions for improvement, see the Apache Commons IO website:
43+
44+
https://commons.apache.org/proper/commons-io/
45+
46+
Download page: https://commons.apache.org/proper/commons-io/download_io.cgi
47+
48+
Have fun!
49+
-Apache Commons Team
50+
51+
------------------------------------------------------------------------------
52+
53+
54+
Apache Commons IO 2.16.1 Release Notes
55+
56+
Introduction
57+
------------
58+
59+
Commons IO is a package of Java utility classes like java.io.
60+
Classes in this package are considered to be so standard and of such high
61+
reuse as to justify existence in java.io.
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+
Java 8 is required.
67+
68+
1769
Fixed Bugs
1870
----------
1971

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ file comparators, endian transformation classes, and much more.
124124
<maven.compiler.target>1.8</maven.compiler.target>
125125
<commons.componentid>io</commons.componentid>
126126
<commons.module.name>org.apache.commons.io</commons.module.name>
127-
<commons.rc.version>RC1</commons.rc.version>
127+
<commons.rc.version>RC2</commons.rc.version>
128128
<commons.bc.version>2.16.0</commons.bc.version>
129129
<commons.release.version>2.16.1</commons.release.version>
130130
<commons.release.next>2.16.2</commons.release.next>

0 commit comments

Comments
 (0)