Skip to content

Experiments - #819

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

Experiments#819
garydgregory wants to merge 453 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
garydgregory and others added 28 commits February 21, 2026 08:54
Use a directory that we know always exists for a test fixture.
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.
- managedTempDirPath is @tempdir
- No need for createTempDirectory()
- For @tempdir, symbolic and other types of links, such as junctions on
Windows, are not followed.
Fix Javadoc link.
Like roxyOutputStream.setReference(OutputStream)
Add ProxyReader.unrwap()
garydgregory and others added 30 commits August 14, 2026 16:42
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().
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