This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a change to branch fix/close-shield-channel-interface-detection
in repository https://gitbox.apache.org/repos/asf/commons-io.git
from 28777bc15 fix: Limit interfaces to those verified.
add 45578a74f Add missing `read` argument validation in `IOUtils` (#795)
add 8178f48ed Fix inconsistent exception in `IOUtils.toByteArray` (#796)
add 6b41b2efb IOUtils.toByteArray now throws EOFException when not enough
data is available #796
add d190051ac Better exception messages
add 26e5aa966 Don't override JUnit messages to say the same thing
add 66706b496 Javadoc
add eed5803bf Javadoc
add c174b6566 Bump org.apache.commons:commons-parent from 88 to 89
add 806ada585 Fix typos
add 5ad31b0c1 Bump github/codeql-action from 3.30.6 to 4.30.7 (#797)
add 12084ca75 Bump commons.bytebuddy.version from 1.17.7 to 1.17.8 (#798)
add e19519ad1 [test] Bump commons.bytebuddy.version from 1.17.7 to 1.17.8
add b95cbfa29 PMD: Discontinue using Rule name
category/java/errorprone.xml/UselessOperationOnImmutable as it is scheduled for
removal from PMD.
add 2542ebc48 Fixes interface discovery in `CloseShieldChannel` (#800)
add a0a6db8d5 Fix interface discovery in `CloseShieldChannel` #800
add 5c6a2e60b Don't need need this entry since we have one already for the
new class
add f51d19cab Sort members
add 12c3b1861 Merge remote-tracking branch 'apache/master' into
fix/close-shield-channel-interface-detection
No new revisions were added by this update.
Summary of changes:
.github/workflows/codeql-analysis.yml | 6 +-
.github/workflows/scorecards-analysis.yml | 2 +-
pom.xml | 4 +-
src/changes/changes.xml | 5 +-
src/conf/maven-pmd-plugin.xml | 1 -
src/main/java/org/apache/commons/io/CopyUtils.java | 6 +-
src/main/java/org/apache/commons/io/FileUtils.java | 12 +-
src/main/java/org/apache/commons/io/HexDump.java | 2 +-
src/main/java/org/apache/commons/io/IOUtils.java | 120 +++++-----
.../apache/commons/io/charset/CharsetDecoders.java | 2 +-
.../apache/commons/io/charset/CharsetEncoders.java | 2 +-
.../commons/io/filefilter/FileFilterUtils.java | 4 +-
.../io/filefilter/MagicNumberFileFilter.java | 2 +-
.../commons/io/input/ReadAheadInputStream.java | 2 +-
.../apache/commons/io/input/ReaderInputStream.java | 4 +-
.../commons/io/input/ReversedLinesFileReader.java | 2 +-
.../java/org/apache/commons/io/input/Tailer.java | 2 +-
.../io/output/AbstractByteArrayOutputStream.java | 2 +-
.../commons/io/output/LockableFileWriter.java | 2 +-
.../commons/io/output/WriterOutputStream.java | 6 +-
.../java/org/apache/commons/io/FileUtilsTest.java | 12 +-
.../java/org/apache/commons/io/IOUtilsTest.java | 255 ++++++++++-----------
.../io/channels/CloseShieldChannelTest.java | 36 +--
.../io/input/UnsynchronizedBufferedReaderTest.java | 54 ++---
24 files changed, 261 insertions(+), 284 deletions(-)