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

Upgrade Error Prone 2.30.0 -> 2.31.0 #1314

Merged
merged 2 commits into from
Sep 3, 2024

Conversation

Picnic-DevPla-Bot
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
Error Prone (source) minor 2.30.0 -> 2.31.0
Error Prone (source) compile minor 2.30.0 -> 2.31.0

Release Notes

google/error-prone (Error Prone)

v2.31.0: Error Prone 2.31.0

Compare 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:

New 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


  • If you want to rebase/retry this PR, check this box

@Picnic-DevPla-Bot
Copy link
Contributor Author

Picnic-DevPla-Bot commented Aug 29, 2024

Suggested commit message:

Upgrade Error Prone 2.30.0 -> 2.31.0 (#1314)

See:
- https://github.com/google/error-prone/releases/tag/v2.31.0
- https://github.com/google/error-prone/compare/v2.30.0...v2.31.0

@Stephan202
Copy link
Member

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.

@Picnic-DevPla-Bot Picnic-DevPla-Bot force-pushed the renovate/version.error-prone-orig branch from 2e70277 to 7ab1443 Compare August 30, 2024 01:12
@Stephan202 Stephan202 added this to the 0.19.0 milestone Aug 31, 2024
Copy link
Member

@Stephan202 Stephan202 left a 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.

Copy link

github-actions bot commented Sep 1, 2024

Looks good. No mutations were possible for these changes.
Mutation testing report by Pitest. Review any surviving mutants by inspecting the line comments under Files changed.

@Picnic-DevPla-Bot
Copy link
Contributor Author

Edited/Blocked Notification

Renovate 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.

@rickie rickie force-pushed the renovate/version.error-prone-orig branch from a953b5f to 40762ea Compare September 3, 2024 09:25
Copy link

github-actions bot commented Sep 3, 2024

Looks good. No mutations were possible for these changes.
Mutation testing report by Pitest. Review any surviving mutants by inspecting the line comments under Files changed.

Copy link

sonarqubecloud bot commented Sep 3, 2024

@rickie rickie merged commit 059cc9e into master Sep 3, 2024
16 checks passed
@rickie rickie deleted the renovate/version.error-prone-orig branch September 3, 2024 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants