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

New cross platform APIs in fs2.io.file #2519

Merged
merged 173 commits into from
Aug 6, 2021
Merged

New cross platform APIs in fs2.io.file #2519

merged 173 commits into from
Aug 6, 2021

Conversation

mpilquist
Copy link
Member

Before this PR, the fs2.io.file package made heavy use of types from java.nio.file -- most notably Path. This makes cross building for Node.js difficult and also results in an API that's unfamiliar for folks who haven't used java.nio.file, with various Java-isms (e.g. StandardOpenOptions).

This PR deprecates the old APIs and introduces new ones with no dependencies on java.nio.file. This is done in a way that preserves binary compatibility.

@mpilquist mpilquist marked this pull request as ready for review August 6, 2021 23:28
@mpilquist mpilquist merged commit b53c370 into main Aug 6, 2021
@diesalbla diesalbla deleted the topic/file2 branch January 28, 2022 02:31
@diesalbla diesalbla restored the topic/file2 branch January 28, 2022 02:32
@diesalbla diesalbla deleted the topic/file2 branch January 28, 2022 02:32
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.

2 participants