Skip to content

Bump error-prone to 2.49.0 and temporarily disable error-prones from running in this repo#422

Merged
bulldozer-bot[bot] merged 15 commits into
developfrom
okelvin/ep-2.49.0
May 11, 2026
Merged

Bump error-prone to 2.49.0 and temporarily disable error-prones from running in this repo#422
bulldozer-bot[bot] merged 15 commits into
developfrom
okelvin/ep-2.49.0

Conversation

@kelvinou01
Copy link
Copy Markdown
Contributor

@kelvinou01 kelvinou01 commented May 11, 2026

Before this PR

error-prone 2.49.0 broke some classes used by all our error-prone-consuming plugins. This led to a chicken-and-egg problem in baseline-error-prone and gradle-guide:

  • we try to bump BEP to use ep 2.49.0, but that fails, because

    • applying gradle-guide, which uses classes ep 2.49.0 removed
    • BEP's own classes uses classes 2.49.0 removed
  • then we try to bump gradle-guide to use ep 2.49.0, but that fails, because

    • applying BEP, which uses classes ep 2.49.0 removed
    • gradle-guide own classes uses classes 2.49.0 removed

After this PR

Bumps com.google.errorprone:error_prone_* to 2.49.0.

Temporarily disable all error-prones on this repo until baseline-error-prone is bumped to 2.49.0 as well

@changelog-app
Copy link
Copy Markdown

changelog-app Bot commented May 11, 2026

Generate changelog in changelog/@unreleased

Type (Select exactly one)

  • Feature (Adding new functionality)
  • Improvement (Improving existing functionality)
  • Fix (Fixing an issue with existing functionality)
  • Break (Creating a new major version by breaking public APIs)
  • Deprecation (Removing functionality in a non-breaking way)
  • Migration (Automatically moving data/functionality to a new system)

Description

Bump error-prone to 2.49.0

Check the box to generate changelog(s)

  • Generate changelog entry

@kelvinou01 kelvinou01 changed the title Bump error-prone to 2.49.0 Bump error-prone to 2.49.0 and temporarily disable error-prones from running in this repo May 11, 2026
@kelvinou01 kelvinou01 marked this pull request as ready for review May 11, 2026 15:03
repositories {
mavenCentral()
gradlePluginPortal()
mavenLocal()
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

mavenLocal?

@changelog-app
Copy link
Copy Markdown

changelog-app Bot commented May 11, 2026

Successfully generated changelog entry!

Need to regenerate?

Simply interact with the changelog bot comment again to regenerate these entries.


📋Changelog Preview

💡 Improvements

  • Bump error-prone to 2.49.0 (#422)

@FinlayRJW
Copy link
Copy Markdown
Contributor

👍

@FinlayRJW
Copy link
Copy Markdown
Contributor

👍

import org.junit.jupiter.api.Test;

@GradlePluginTests
@DisabledConfigurationCache
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

can we add a reason

@FinlayRJW
Copy link
Copy Markdown
Contributor

👍

@bulldozer-bot bulldozer-bot Bot merged commit cd87890 into develop May 11, 2026
5 checks passed
@bulldozer-bot bulldozer-bot Bot deleted the okelvin/ep-2.49.0 branch May 11, 2026 15:38
@autorelease3
Copy link
Copy Markdown

autorelease3 Bot commented May 11, 2026

Released 1.28.0

This creates a tag and GitHub release. Additional build or deployment steps may still be in progress.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants