-
Notifications
You must be signed in to change notification settings - Fork 44
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
igluctl: add support for Java 9 #300
Comments
Bringing it forwards. @oguzhanunlu please test and close if it was already fixed. |
Currently, scalac
Assembled igluctl and tested few schemas using JRE 9 on localhost and they worked fine. De-scheduling this issue for now. |
It basically means that Java 9 support was added implicitly by some another ticket (most likely #287). Leaving open so far to check if anyone else will hit this issue. |
I ran into this last week trying to push schemas to S3 using igluctl (version 0.3.0):
I could only resolve it when I downgraded to Java 8. |
Thanks @carabaestlein! @oguzhanunlu can we please do one of following:
Also we'll have to test all subcommands next time. |
Thanks for pointing this out @carabaestlein ! Alright @chuwy , I'll resolve it when I get back. |
https://stackoverflow.com/questions/43574426/how-to-resolve-java-lang-noclassdeffounderror-javax-xml-bind-jaxbexception-in-j
The text was updated successfully, but these errors were encountered: