-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Compatibility to Java 9 #6
Comments
I can only reproduce this with Java 9. With Java 10, this only becomes a warning:
So projects cannot be compiled with Java 9 if they have a dependency on this project. However, since Java 9 is not supported anymore, it might not be worth “fixing” this bug and just advice clients (notably atrium) to use an up-to-date compiler. |
Oh well, seems like Java 9 (Version 53) supports only java 9 and 10 but not 11 (Version 55). I'll release a newer version compiled with 9 later this afternoon |
released 0.3.1 compiled with java 9 |
This library does not seem to be compatible to Java 9, (see https://travis-ci.org/robstoll/atrium/builds/575927779)
The error message is:
It seems like the target version should be set to at least Java 9 when compiling, but I am not sure about that.
The text was updated successfully, but these errors were encountered: