-
Notifications
You must be signed in to change notification settings - Fork 39
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
Upgrade Error Prone 2.30.0 -> 2.31.0 #1314
Conversation
Suggested commit message:
|
This requires a new release of our Error Prone fork. This is a bit more involved than usual, as the Error Prone build now has a toolchains setup that appears incompatible with Jitpack. I'll look into this in the coming days. |
2e70277
to
7ab1443
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated the fork. Turns out we hit issue jitpack/jitpack.io#5795.
Looks good. No mutations were possible for these changes. |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
a953b5f
to
40762ea
Compare
Looks good. No mutations were possible for these changes. |
Quality Gate passedIssues Measures |
This PR contains the following updates:
2.30.0
->2.31.0
2.30.0
->2.31.0
Release Notes
google/error-prone (Error Prone)
v2.31.0
: Error Prone 2.31.0Compare Source
This is the last planned minor release of Error Prone that will support running on JDK 11, see #3803. Using Error Prone to compile code that is deployed to earlier versions will continue to be fully supported, but will require using JDK 17 or newer for compilation and setting
--release
or-source
/-target
/-bootclasspath
.Changes:
@ThreadSafeTypeParameter
with enforcement by ThreadSafeNew checks:
AutoValueBoxedValues
: AutoValue instances should not usually contain boxed types that are not Nullable. We recommend removing the unnecessary boxing.Full changelog: google/error-prone@v2.30.0...v2.31.0