-
Notifications
You must be signed in to change notification settings - Fork 362
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
Start testing Java 12 #703
Conversation
Looks like Travis doesn't support Java 12 yet. I'll keep this open for now. |
03ccc63
to
03e6e0a
Compare
8fb1316
to
4d642f5
Compare
It looks like Lombok doesn't yet support Java 12. Travis doesn't seem to support OracleJDK 12, but with OpenJDK 12 we're running into this error: projectlombok/lombok#2082. |
32d1cab
to
a9b605f
Compare
Okay, so the Lombok issue was fixed in 1.18.8, but there is another issue with Error Prone: google/error-prone#1257. They already have a fix for it: google/error-prone#1107, but it's not merged yet. Once it's released, hopefully we can start testing Java 12 for real 🤞 |
Wow, not an easy road getting this turned on :) LGTM. |
r? @brandur-stripe
cc @stripe/api-libraries
Start testing Java 12.
I had to disable a specific ErrorProne check with Java 12 because of an issue with ErrorProne itself (cf. #703 (comment)). Once they fix the issue, we can re-enable the check.