Skip to content

Experiments - #819

Draft
garydgregory wants to merge 464 commits into
fix/read-onlyfrom
master
Draft

garydgregory wants to merge 464 commits into
fix/read-onlyfrom
master

Conversation

@garydgregory

Copy link
Copy Markdown
Member

No description provided.

@github-advanced-security

Copy link
Copy Markdown

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

@garydgregory
garydgregory marked this pull request as draft December 14, 2025 15:29
Comment thread src/main/java/org/apache/commons/io/input/BoundedReader.java Fixed
garydgregory and others added 30 commits August 15, 2026 10:09
fix FileAlterationObserverWithListenerExceptionTest on Java 8.
* IO-892: Add maximum traversal depth to FileAlterationObserver

Add an optional maximum traversal depth to the observer builder and apply
the boundary before listing child entries during initialization and polling.

Preserve unlimited recursive traversal by default and cover the new boundary
semantics, serialization compatibility, and directory-listing behavior with
tests.

Generated-by: OpenAI Codex

* IO-892: Address review comments

Use a primitive int for maxDepth, clarify the traversal-boundary Javadoc, and add the release-note developer metadata.

Generated-by: OpenAI Codex
Use longer lines.
FileCleaner.exitWhenFinished().
NullInputStream.mark()/reset().
ProxyInputStream.mark()/reset().
)

* [IO-780] Do not discard CharsetEncoder errors in ReaderInputStream

flush() was overwriting lastCoderResult after encode() reported malformed
input (for example a trailing unpaired surrogate), so read() returned EOF
instead of throwing CharacterCodingException.

* [IO-780] Remove unused assertDoesNotThrow import
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants