Skip to content
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

Merged
merged 1 commit into from
Jul 8, 2019
Merged

Start testing Java 12 #703

merged 1 commit into from
Jul 8, 2019

Conversation

ob-stripe
Copy link
Contributor

@ob-stripe ob-stripe commented Mar 20, 2019

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.

@ob-stripe
Copy link
Contributor Author

Looks like Travis doesn't support Java 12 yet. I'll keep this open for now.

@ob-stripe ob-stripe mentioned this pull request Mar 20, 2019
9 tasks
@ob-stripe ob-stripe force-pushed the integration-v9 branch 2 times, most recently from 03ccc63 to 03e6e0a Compare March 25, 2019 21:49
@ob-stripe ob-stripe force-pushed the integration-v9 branch 2 times, most recently from 8fb1316 to 4d642f5 Compare April 2, 2019 17:09
@ob-stripe
Copy link
Contributor Author

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.

@ob-stripe ob-stripe changed the title Start testing Java 12 [WIP] Add support for Java 12 Apr 9, 2019
@ob-stripe ob-stripe changed the base branch from integration-v9 to master April 10, 2019 16:33
@ob-stripe
Copy link
Contributor Author

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 🤞

@ob-stripe ob-stripe changed the title [WIP] Add support for Java 12 Start testing Java 12 Jul 5, 2019
@brandur-stripe
Copy link
Contributor

Wow, not an easy road getting this turned on :)

LGTM.

@ob-stripe ob-stripe merged commit e1c46fb into master Jul 8, 2019
@ob-stripe ob-stripe deleted the ob-java-12 branch July 8, 2019 00:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants