This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git
from a11542fb3 Bump codeql-action from 4.37.6 to 4.37.7
add 75529ad16 Javadoc
add ece23c9ce Fix SpotBugs USO_UNSAFE_METHOD_SYNCHRONIZATION in
FileCleaner.exitWhenFinished().
add cab5a9f4d Fix SpotBugs USO_UNSAFE_METHOD_SYNCHRONIZATION in
NullInputStream.mark()/reset().
add 578e9c86d Fix SpotBugs USO_UNSAFE_METHOD_SYNCHRONIZATION in
ProxyInputStream.mark()/reset().
add dfc78e85e Fix SpotBugs USO_UNSAFE_METHOD_SYNCHRONIZATION in
ProxyReader.mark()/reset().
add b0b1db458 Reduce vertical whitepsace.
add 2ba2e4654 Remove trailing whitespace
add eea8b6645 Bump org.apache.commons:commons-parent from 103 to 104.
No new revisions were added by this update.
Summary of changes:
pom.xml | 2 +-
src/changes/changes.xml | 4 +
src/conf/spotbugs-exclude-filter.xml | 6 ++
.../java/org/apache/commons/io/FileCleaner.java | 101 +++++++++------------
.../apache/commons/io/input/NullInputStream.java | 37 ++++----
.../apache/commons/io/input/ProxyInputStream.java | 22 +++--
.../org/apache/commons/io/input/ProxyReader.java | 26 ++++--
.../commons/io/input/ReadAheadInputStream.java | 4 +-
8 files changed, 107 insertions(+), 95 deletions(-)