-
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.23.0 -> 2.24.0 #935
Conversation
The Java Platform team wishes you a happy festive period. Here is the suggested commit message:
Renovate be like
|
Looks good. No mutations were possible for these changes. |
2 similar comments
Looks good. No mutations were possible for these changes. |
Looks good. No mutations were possible for these changes. |
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 suggested commit message and added a commit to fix the build.
A quick search didn't show any changes related to Refaster, (maybe good to check) but it would be nice to ensure that there are no incompatibilities 🤔. If we merge this, we skip a version of Error Prone and jump from 2.22.0 -> 2.24.0. Could be fine but just making sure we deliberately make the choice :). |
mvn clean install -Dverification.skip -DskipTests -Dversion.error-prone-orig=2.23.0 && mvn clean install -Pself-check |
Would it be nice to add this as a note to Renovate such that it will give this as a note for next release as well? Maybe only for this repository though. |
56d70fb
to
77d1c27
Compare
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
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. |
I've started work on a script to assess the full compatibility matrix. It's heavy WIP, would the idea is that it'd generate the input for a Jekyll page. This does of course require that we finally update the |
This turned into #938. |
This PR contains the following updates:
2.23.0
->2.24.0
2.23.0
->2.24.0
2.23.0
->2.24.0
2.23.0
->2.24.0
2.23.0
->2.24.0
2.23.0
->2.24.0
Release Notes
google/error-prone (com.google.errorprone:error_prone_annotations)
v2.24.0
: Error Prone 2.24.0Compare Source
New checks:
MultipleNullnessAnnotations
: Discourage multiple nullness annotationsNullableTypeParameter
: Discourage nullness annotations on type parametersNullableWildcard
: Discourage nullness annotations on wildcardsSuperCallToObjectMethod
: Generalization ofSuperEqualsIsObjectEquals
, now covershashCode
Full Changelog: google/error-prone@v2.23.0...v2.24.0