This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to branch release in repository https://gitbox.apache.org/repos/asf/commons-io.git
from dbb9de85e Bump to next development version add 439c297ba Bump github/codeql-action from 3.24.8 to 3.24.9 (#606) add bce1088fd Bump codecov/codecov-action from 4.1.0 to 4.1.1 (#607) add 59129bcf2 Reimplement FileSystemUtils using NIO add 3d38f31d7 Bump commons.bytebuddy.version from 1.14.12 to 1.14.13 (#605) add 7cb909bc3 Bump commons.bytebuddy.version from 1.14.12 to 1.14.13 #605 add 4e928266f Javadoc add 616a6a225 [IO-851] FileSystemUtils no longer throws IllegalStateException add a8ceea9a2 Avoid possible NullPointerException in FileUtils.listAccumulate(File, IOFileFilter, IOFileFilter, FileVisitOption...) add 88915d305 Bump org.apache.commons:commons-parent from 67 to 69 (#608) add 82d04b0db Bump org.apache.commons:commons-parent from 67 to 69 #608 add 8167452d3 Use try-with resources add 3bd18268a Assert markSupported() add f7c433436 Sort members add 4c9e658c9 [IO-853] BoundedInputStream.reset() not updating count add d5243e256 Format tweaks add 9850fc6c7 Inline single use local variable add 2558a6493 Use this in ctor add 34fa965a9 Use this in ctor add e8be82425 Longer line add 8c9d8d795 Javadoc (internal) add 288415564 Use this in setter add 34e9365f2 Remove JApiCmp exclusion now that JApiCmp fixed bug 365 add ccec71879 Add @SuppressWarnings add 39fd7bc98 Reuse AbstractTempDirTest add e72d0107d Reuse AbstractTempDirTest add 08b3ea4ed Tests IO-850 add 1215693fb Add missing test add e7bd0142f Add missing test add 39df9602b Add missing test add 1873ea228 Update properties for the next release candidate add ed1a62bab Remove whitespace add 0194dcc6f Prepare for the next release candidate No new revisions were added by this update. Summary of changes: .github/workflows/codeql-analysis.yml | 6 +- .github/workflows/coverage.yml | 2 +- .github/workflows/scorecards-analysis.yml | 2 +- README.md | 4 +- RELEASE-NOTES.txt | 51 +++ pom.xml | 20 +- src/changes/changes.xml | 12 +- .../org/apache/commons/io/FileSystemUtils.java | 430 ++---------------- src/main/java/org/apache/commons/io/FileUtils.java | 8 +- src/main/java/org/apache/commons/io/IOUtils.java | 4 +- .../java/org/apache/commons/io/file/PathUtils.java | 1 + .../commons/io/filefilter/AndFileFilter.java | 16 +- .../commons/io/input/BoundedInputStream.java | 9 +- src/site/xdoc/download_io.xml | 26 +- .../org/apache/commons/io/FileSystemUtilsTest.java | 496 ++------------------- .../java/org/apache/commons/io/FileUtilsTest.java | 4 +- .../commons/io/file/AbstractTempDirTest.java | 28 +- .../io/file/AccumulatorPathVisitorTest.java | 20 + .../commons/io/file/CleaningPathVisitorTest.java | 20 + .../commons/io/file/DeletingPathVisitorTest.java | 111 +++-- .../commons/io/file/PathUtilsDeleteFileTest.java | 59 +-- .../org/apache/commons/io/file/PathUtilsTest.java | 24 +- .../commons/io/input/BoundedInputStreamTest.java | 364 +++++++++++---- 23 files changed, 647 insertions(+), 1070 deletions(-)