Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add FileSystemResolver(Path) constructor #273

Merged
merged 1 commit into from
Oct 6, 2021

Conversation

michaelhixson
Copy link
Contributor

@michaelhixson michaelhixson commented Sep 24, 2021

Fixes #223

Reopening PR #224, which was opened against the old master branch instead of the new main branch.

Make FileSystemResolver(Path) use NIO APIs underneath and support
non-default file systems, but otherwise make its observable behavior
identical to FileSystemResolver(path.toFile()), including corner cases.

Add tests demonstrating current behavior of ClasspathResolver and
FileSystemResolver, even when that behavior is questionable.

Fixes spullara#223

Make FileSystemResolver(Path) use NIO APIs underneath and support
non-default file systems, but otherwise make its observable behavior
identical to FileSystemResolver(path.toFile()), including corner cases.

Add tests demonstrating current behavior of ClasspathResolver and
FileSystemResolver, even when that behavior is questionable.
@spullara spullara merged commit 7fa780b into spullara:main Oct 6, 2021
@jbeaken jbeaken mentioned this pull request Oct 28, 2022
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.

Add a java.nio.file.Path-based resolver, for non-default file systems
2 participants