You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE-NOTES.txt
+52Lines changed: 52 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,58 @@ file comparators, endian transformation classes, and much more.
14
14
Java 8 is required.
15
15
16
16
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:
0 commit comments