-
Notifications
You must be signed in to change notification settings - Fork 127
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 support for jdk9 and jdk10 #157
Comments
Please add these new methods from Java 10:
https://docs.oracle.com/javase/10/docs/api/java/util/Optional.html#orElseThrow()
https://docs.oracle.com/javase/10/docs/api/java/util/stream/Collectors.html#toUnmodifiableList() and other Source: |
@PromanSEW since Collectors.collectingAndThen(Collectors.toList(), Collections::unmodifiableList); Unfortunately, |
@aNNiMON I have just checked, these methods exist in the source code of API 16 at least. I think they existed since older API than 16 too. Android documentation can contain errors, for example |
@PromanSEW you're right. I just check Android 2.3 source code and it has |
oraclejdk10 is also supported by travis-ci now. |
It may be new settings for travis-ci.
The text was updated successfully, but these errors were encountered: