-
Notifications
You must be signed in to change notification settings - Fork 251
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
Update to JDK8 and add java.nio.Path support #105
Comments
Sounds good. Let's add the Path equivalent methods. As File isn't deprecated in the JDK we should not either. Bumping the minimum version to Java 8 makes sense! |
Will this break compatibility with Android? |
@eku great question, I'll check with our local Android gurus. |
@toomasr did you check with your local Android gurus? |
Yup and the feedback was to just maintain the latest good version for Android. I think this is good enough. Once the jdk8 branch lands we'll figure out the versioning. Probably we'll release the Path approach as 2.0 and make sure that 1.x is Android compatible. |
In one of our applications we are updating Files to Path-s, but this library only accepts File.
We should add a Parallel API for Path support. Also maybe deprecate the File methods? I would not remove them, for backwards compatibility.
Because Path is introduced in JDK7 we must upgrade the JDK also. I would upgrade to JDK8 because 7 isn't used much and that would allow us to use JDK8 features.
The text was updated successfully, but these errors were encountered: