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
commit 121db2954f1dfac4ea1300a83d3f9527e8e28fd8 Merge: 8342fca8d 2780f18c0 Author: Gary D. Gregory <[email protected]> AuthorDate: Tue Jul 22 15:32:51 2025 -0400 Merge branch 'master' of https://github.com/apache/commons-io.git pom.xml | 10 ++++---- src/changes/changes.xml | 3 +++ src/main/java/org/apache/commons/io/FileUtils.java | 28 +++++++++++++++++++--- .../org/apache/commons/io/EndianUtilsTest.java | 2 +- .../java/org/apache/commons/io/FileUtilsTest.java | 8 +++++++ .../commons/io/channels/FileChannelsTest.java | 4 ++-- .../io/comparator/CompositeFileComparatorTest.java | 1 + .../commons/io/file/CopyDirectoryVisitorTest.java | 2 +- .../apache/commons/io/function/IOIterableTest.java | 4 ++-- .../io/output/ByteArrayOutputStreamTest.java | 2 +- .../output/RandomAccessFileOutputStreamTest.java | 2 +- .../io/output/ThresholdingOutputStreamTest.java | 2 +- 12 files changed, 51 insertions(+), 17 deletions(-) diff --cc src/changes/changes.xml index db77b4394,dfbf0c393..877ea45f4 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@@ -47,11 -47,13 +47,14 @@@ The <action> type attribute can be add, <body> <release version="2.20.1" date="YYYY-MM-DD" description="Version 2.20.1: Java 8 or later is required."> <!-- FIX --> - <action dev="ggregory" type="fix" due-to="Gary Gregory">When testing on Java 21 and up, enable -XX:+EnableDynamicAgentLoading.</action> - <action dev="ggregory" type="fix" due-to="Gary Gregory">When testing on Java 24 and up, don't fail FileUtilsListFilesTest for a different behavior in the JRE.</action> + <action type="fix" dev="ggregory" due-to="Gary Gregory">When testing on Java 21 and up, enable -XX:+EnableDynamicAgentLoading.</action> + <action type="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> <!-- ADD --> + <action dev="ggregory" type="add" due-to="strangelookingnerd, Gary Gregory">FileUtils#byteCountToDisplaySize() supports Zettabyte, Yottabyte, Ronnabyte and Quettabyte #763.</action> + <action dev="ggregory" type="add" due-to="strangelookingnerd, Gary Gregory">Add org.apache.commons.io.FileUtils.ONE_RB #763.</action> + <action dev="ggregory" type="add" due-to="strangelookingnerd, Gary Gregory">Add org.apache.commons.io.FileUtils.ONE_QB #763.</action> <!-- UPDATE --> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-codec:commons-codec from 1.18.0 to 1.19.0.</action> </release> <release version="2.20.0" date="2025-07-13" description="Version 2.20.0: Java 8 or later is required."> <!-- FIX -->
