-
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.32.0 -> 2.33.0 #1348
Conversation
Suggested commit message:
|
ab0ddfe
to
1d84575
Compare
Quality Gate passedIssues Measures |
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.
Added a few commits. Reported in jitpack/jitpack.io#5741 that once again artifacts got lost. Also filed and referenced google/error-prone#4616.
Looks good. No mutations were possible for these changes. |
This PR contains the following updates:
2.32.0
->2.33.0
2.32.0
->2.33.0
Release Notes
google/error-prone (Error Prone)
v2.33.0
: Error Prone 2.33.0Compare Source
Similar to release 2.32.0, the minimum supported JDK version to run Error Prone is JDK 17 (#3803). Using Error Prone to compile code that is deployed to earlier versions is still fully supported, but will require using JDK 17 or newer for compilation and setting
--release
or-source
/-target
/-bootclasspath
.Changes:
New checks:
ArrayRecordComponent
: Record components should not be arrays.Full changelog: google/error-prone@v2.32.0...v2.33.0