Experiments - #819
Draft
garydgregory wants to merge 453 commits into
Draft
Conversation
|
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
marked this pull request as draft
December 14, 2025 15:29
Use a directory that we know always exists for a test fixture.
Use a JUnit @tempdir instead.
Use a JUnit @tempdir instead.
than the Java temporary directory. - This means we cannot use the source file directly as the target of a link. - Copy the text fixture to the destination directory to make sure it is on the same volume.
on a different volume than the Java temporary directory. - On GitHub CI on Windows, the cloned repository is on a different volume than the Java temporary directory. - This means we cannot use the source file directly as the target of a link. - Copy the text fixture to the destination directory to make sure it is on the same volume as the Java temporary directory. Seen on GitHub on macOS: Apache Maven 3.9.12 (848fbb4bf2d427b72bdb2471c22fced7ebd9a7a1) Maven home: /opt/homebrew/Cellar/maven/3.9.12/libexec Java version: 1.8.0_482, vendor: Azul Systems, Inc., runtime: /Users/runner/hostedtoolcache/Java_Zulu_jdk/8.0.482-8/arm64/jre Default locale: en_US, platform encoding: UTF-8 OS name: "mac os x", version: "15.7.4", arch: "aarch64", family: "mac" ... [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s -- in org.apache.commons.io.filefilter.WildcardFileFilterTest /Users/runner/work/_temp/7937f890-35c1-4d5c-80e6-45c356b208f7.sh: line 1: 19348 Abort trap: 6 mvn --errors --show-version --batch-mode --no-transfer-progress -DtrimStackTrace=false V [libjvm.dylib+0xee1f8] ObjectStartArray::object_start(HeapWord*) const+0x120 Error: Process completed with exit code 134.
Fix Javadoc link.
Like roxyOutputStream.setReference(OutputStream)
Add ProxyReader.unrwap()
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
- Sort members - Update changes.xml
FileCleaner.exitWhenFinished().
NullInputStream.mark()/reset().
ProxyInputStream.mark()/reset().
ProxyReader.mark()/reset().
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.