-
Notifications
You must be signed in to change notification settings - Fork 135
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
baseline-error-prone targets jdk-17+ #2966
baseline-error-prone targets jdk-17+ #2966
Conversation
Generate changelog in
|
@carterkozak what would it take to merge this? This is blocking the Error Prone upgrade in #2982, which is blocking some upgrades due to the typical:
As of 2.33.0, Error Prone requires compiling using Java 17. https://github.com/google/error-prone/releases/tag/v2.33.0 It seems like |
Should we consider not auto-upgrading Guava in Error Prone check repos? This is not the first time this specific failure mode has happened. |
Invalidated by push of b31a57a
Released 6.6.0 |
==COMMIT_MSG==
baseline-error-prone targets jdk-17+
==COMMIT_MSG==
Risk is that we lose errorprone support for projects targeting jdk11, where we use a jdk11 for compilation.
In those cases, failure modes range from silently ignoring error-prone to build failures. Given that we do not support jdk11 anymore, this is a reasonable risk.