Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 8, 2026

This PR contains the following updates:

Package Change Age Confidence
com.google.errorprone:error_prone_test_helpers (source) 2.45.02.46.0 age confidence
com.google.errorprone:error_prone_core (source) 2.45.02.46.0 age confidence
com.google.errorprone:error_prone_annotations (source) 2.45.02.46.0 age confidence

Release Notes

google/error-prone (com.google.errorprone:error_prone_test_helpers)

v2.46.0: Error Prone 2.46.0

Changes:

New checks:


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner January 8, 2026 16:34
@github-actions github-actions bot added the test native This label can be applied to PRs to trigger them to run native tests label Jan 8, 2026
@breedx-splk
Copy link
Contributor

breedx-splk commented Jan 8, 2026

Breaking changes from a minor release of errorprone.....what's this world coming to. 🤯

* What went wrong:
Execution failed for task ':custom-checks:compileJava'.
> -XDaddTypeAnnotationsToSymbol=true is required by Error Prone on JDK 21

@renovate
Copy link
Contributor Author

renovate bot commented Jan 8, 2026

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.

Copy link
Contributor

@breedx-splk breedx-splk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think I did the right thing, but keep me honest. 🙏🏻

tasks {
withType<JavaCompile>().configureEach {
with(options) {
compilerArgs.add("-XDaddTypeAnnotationsToSymbol=true")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it'd be interesting to see how much bytecode bloat this introduces. Not something blocking; just for educational purposes.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah I wouldn't expect it to be too much at all.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reading https://bugs.openjdk.org/browse/JDK-8225377 it looks to me like it won't affect the generated bytecode.

@laurit laurit merged commit 5f337b5 into main Jan 9, 2026
246 of 250 checks passed
@laurit laurit deleted the renovate/errorproneversion branch January 9, 2026 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

test native This label can be applied to PRs to trigger them to run native tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants