-
Notifications
You must be signed in to change notification settings - Fork 57
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
Java 9 support #21
Java 9 support #21
Conversation
If this PR gets updated / refreshed wouldn't that maybe solve the Travis fails ? |
@rleigh-codelibre jai-imageio 1.4.0 now has a public release on maven :-) |
@rleigh-codelibre Hi Roger could you please update this PR, thanks. |
@Jugen I've pushed the updates. Could you possibly give it a try? |
Thanks a lot Roger :-) @stain Hi Stian can this be merged please, so that the other PR's that depend on this pass. |
See also jai-imageio/jai-imageio-core#53 for the latest maven updates also added here. |
@stain Can this be merged please ? |
This PR depends upon jai-imageio/jai-imageio-core#41 and it must be built and installed before testing this PR. It will also require releasing and the dependency version bumping in order for Travis to go green.
This PR contains the fixes necessary to build and test with Java 9. With this PR, you can run:
(the
MAVEN_OPTS
is currently needed to run under Java 9, and should hopefully go away once it's updated as well.)