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: src/changes/changes.xml
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,9 @@ The <action> type attribute can be add,update,fix,remove.
50
50
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">When testing on Java 21 and up, enable -XX:+EnableDynamicAgentLoading.</action>
51
51
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">When testing on Java 24 and up, don't fail FileUtilsListFilesTest for a different behavior in the JRE.</action>
52
52
<actiontype="fix"dev="ggregory"due-to="Stanislav Fort, Gary Gregory">ValidatingObjectInputStream does not validate dynamic proxy interfaces.</action>
53
+
<actiontype="fix"dev="pkarwasz"due-to="Piotr P. Karwasz">BoundedInputStream.getRemaining() now reports Long.MAX_VALUE instead of 0 when no limit is set.</action>
54
+
<actiontype="fix"dev="pkarwasz"due-to="Piotr P. Karwasz">BoundedInputStream.available() correctly accounts for the maximum read limit.</action>
55
+
<actiontype="fix"dev="ggregory"due-to="Gary Gregory, Piotr P. Karwasz">Deprecate IOUtils.readFully(InputStream, int) in favor of toByteArray(InputStream, int).</action>
53
56
<!-- ADD -->
54
57
<actiondev="ggregory"type="add"due-to="strangelookingnerd, Gary Gregory">FileUtils#byteCountToDisplaySize() supports Zettabyte, Yottabyte, Ronnabyte and Quettabyte #763.</action>
55
58
<actiondev="ggregory"type="add"due-to="strangelookingnerd, Gary Gregory">Add org.apache.commons.io.FileUtils.ONE_RB #763.</action>
@@ -61,7 +64,9 @@ The <action> type attribute can be add,update,fix,remove.
61
64
<!-- UPDATE -->
62
65
<actiontype="update"dev="ggregory"due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 85 to 87 #774.</action>
63
66
<actiontype="update"dev="ggregory"due-to="Gary Gregory">[test] Bump commons-codec:commons-codec from 1.18.0 to 1.19.0.</action>
64
-
<actiontype="update"dev="ggregory"due-to="Gary Gregory">[test] Bump commons.bytebuddy.version from 1.17.6 to 1.17.7 #769.</action>
67
+
<actiontype="update"dev="ggregory"due-to="Gary Gregory">[test] Bump commons.bytebuddy.version from 1.17.6 to 1.17.7 #769.</action>
68
+
<!-- REMOVE -->
69
+
<actiontype="remove"dev="pkarwasz"due-to="Piotr P. Karwasz">Inline private constant field ProxyInputStream.exceptionHandler #780.</action>
65
70
</release>
66
71
<releaseversion="2.20.0"date="2025-07-13"description="Version 2.20.0: Java 8 or later is required.">
0 commit comments