This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a change to branch feat/file-systems
in repository https://gitbox.apache.org/repos/asf/commons-io.git
from 26dd573ce fix: `testMaxNameLength_MatchesRealSystem` test
add 28873d133 Bump github/codeql-action from 3.29.11 to 3.30.0 (#777)
add 51932fe88 Inline private field `ProxyInputStream.exceptionHandler`
(#780)
add 86119d3c3 fix: respect read limit in BoundedInputStream.available()
(#779)
add 1227f20a2 Javadoc
add d5becc473 Sort memebers
add a5e398f1a Javadoc and comments
add d93aff59c Checkstyle
add 4dc17b6cb Deprecate IOUtils.readFully(InputStream, int) in favor of
toByteArray(InputStream, int)
add b99664a6c Merge remote-tracking branch 'apache/master' into
feat/file-systems
No new revisions were added by this update.
Summary of changes:
.github/workflows/codeql-analysis.yml | 6 +-
.github/workflows/scorecards-analysis.yml | 2 +-
src/changes/changes.xml | 7 +-
src/main/java/org/apache/commons/io/IOUtils.java | 6 +-
.../commons/io/input/BoundedInputStream.java | 68 ++++----
.../apache/commons/io/input/ProxyInputStream.java | 11 +-
.../commons/io/input/BoundedInputStreamTest.java | 185 ++++++++++++++++++---
7 files changed, 215 insertions(+), 70 deletions(-)