Skip to content

Upgrade Google Java Format 1.28.0 -> 1.32.0#1904

Merged
Stephan202 merged 3 commits intomasterfrom
renovate/google-java-format-1.x
Nov 8, 2025
Merged

Upgrade Google Java Format 1.28.0 -> 1.32.0#1904
Stephan202 merged 3 commits intomasterfrom
renovate/google-java-format-1.x

Conversation

@Picnic-DevPla-Bot
Copy link
Contributor

@Picnic-DevPla-Bot Picnic-DevPla-Bot commented Oct 5, 2025

This PR contains the following updates:

Package Type Update Change
Google Java Format compile minor 1.28.0 -> 1.30.0

Release Notes

google/google-java-format (Google Java Format)

v1.30.0

Compare Source

Changes:

  • Initial support for import module (#​1213)

Full Changelog: google/google-java-format@v1.29.0...v1.30.0

v1.29.0

Compare Source

This release contains no formatting changes.

The minimum support JDK version to run google-java-format is now JDK 21. Using google-java-format to format earlier versions of the language is still fully supported, but running the formatter itself on JDK 21 or newer is required.

Full Changelog: google/google-java-format@v1.28.0...v1.29.0


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

@github-actions
Copy link

github-actions bot commented Oct 5, 2025

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.

@Stephan202 Stephan202 added this to the 0.26.0 milestone Oct 11, 2025
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.

❗ This PR is on top of #1927. ❗

Suggested commit message:

Upgrade Google Java Format 1.28.0 -> 1.32.0 (#1904)

See:
- https://github.com/google/google-java-format/releases/tag/v1.29.0
- https://github.com/google/google-java-format/releases/tag/v1.30.0
- https://github.com/google/google-java-format/releases/tag/v1.31.0
- https://github.com/google/google-java-format/releases/tag/v1.32.0
- https://github.com/google/google-java-format/compare/v1.28.0...v1.32.0

@Picnic-DevPla-Bot Picnic-DevPla-Bot force-pushed the renovate/google-java-format-1.x branch 2 times, most recently from 867f343 to 6cce968 Compare October 14, 2025 01:07
@Picnic-DevPla-Bot Picnic-DevPla-Bot changed the title Upgrade Google Java Format 1.28.0 -> 1.29.0 Upgrade Google Java Format 1.28.0 -> 1.30.0 Oct 15, 2025
@Picnic-DevPla-Bot Picnic-DevPla-Bot force-pushed the renovate/google-java-format-1.x branch 3 times, most recently from 63a7e41 to d95667d Compare October 17, 2025 01:13
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.

Version 1.30.0 LGTM too; updated suggested commit message.

@Picnic-DevPla-Bot Picnic-DevPla-Bot force-pushed the renovate/google-java-format-1.x branch from d95667d to 56d7ceb Compare October 18, 2025 01:02
@Stephan202 Stephan202 modified the milestones: 0.26.0, 0.27.0 Oct 25, 2025
@Stephan202 Stephan202 force-pushed the renovate/google-java-format-1.x branch from 56d7ceb to 7526b48 Compare October 25, 2025 12:37
@Stephan202 Stephan202 changed the base branch from master to sschroevers/target-jdk-21 October 25, 2025 12:37
@Stephan202
Copy link
Member

❗ I rebased this PR on top of #1915. That PR should be merged first ❗

@github-actions
Copy link

  • Surviving mutants in this change: 4
  • Killed mutants in this change: 64
class surviving killed
🧟tech.picnic.errorprone.utils.ThirdPartyLibrary 2 5
🧟tech.picnic.errorprone.bugpatterns.ExplicitArgumentEnumeration 1 3
🧟tech.picnic.errorprone.experimental.bugpatterns.MethodReferenceUsage 1 10
🎉tech.picnic.errorprone.refaster.matchers.ThrowsCheckedException 0 5
🎉tech.picnic.errorprone.refaster.matchers.ReturnsMono 0 3
🎉tech.picnic.errorprone.refaster.matchers.RequiresComputation 0 6
🎉tech.picnic.errorprone.documentation.BugPatternTestExtractor$BugPatternTestCollector 0 1
🎉tech.picnic.errorprone.bugpatterns.MockitoMockClassReference 0 6
🎉tech.picnic.errorprone.bugpatterns.StringJoining 0 2
🎉tech.picnic.errorprone.bugpatterns.SpringMvcAnnotation 0 2
🎉tech.picnic.errorprone.refaster.matchers.IsEmpty 0 9
🎉tech.picnic.errorprone.bugpatterns.PrimitiveComparison 0 5
🎉tech.picnic.errorprone.bugpatterns.DirectReturn 0 7

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.

@Stephan202 Stephan202 force-pushed the sschroevers/target-jdk-21 branch from 91bde89 to 8e4c632 Compare October 31, 2025 18:59
@Stephan202 Stephan202 force-pushed the renovate/google-java-format-1.x branch from 7526b48 to 8097342 Compare November 1, 2025 18:53
@Stephan202
Copy link
Member

Rebased and updated the PR to upgrade to version 1.31.0 (version 1.32.0 isn't in Maven Central (yet)).

@Stephan202 Stephan202 changed the title Upgrade Google Java Format 1.28.0 -> 1.30.0 Upgrade Google Java Format 1.28.0 -> 1.31.0 Nov 1, 2025
@github-actions
Copy link

github-actions bot commented Nov 1, 2025

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.

@rickie rickie force-pushed the sschroevers/target-jdk-21 branch 2 times, most recently from 96f070e to 67d7d5f Compare November 6, 2025 15:45
Base automatically changed from sschroevers/target-jdk-21 to master November 6, 2025 16:09
@rickie
Copy link
Member

rickie commented Nov 7, 2025

Resolved conflict :)

@github-actions
Copy link

github-actions bot commented Nov 7, 2025

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.

@Stephan202 Stephan202 changed the title Upgrade Google Java Format 1.28.0 -> 1.31.0 Upgrade Google Java Format 1.28.0 -> 1.32.0 Nov 8, 2025
@Stephan202 Stephan202 force-pushed the renovate/google-java-format-1.x branch from 92d1e51 to 974da0a Compare November 8, 2025 11:43
@Stephan202
Copy link
Member

Rebased and bumped version.

@github-actions
Copy link

github-actions bot commented Nov 8, 2025

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.

@Stephan202 Stephan202 force-pushed the renovate/google-java-format-1.x branch from 974da0a to d0fb65b Compare November 8, 2025 19:36
@github-actions
Copy link

github-actions bot commented Nov 8, 2025

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.

@sonarqubecloud
Copy link

sonarqubecloud bot commented Nov 8, 2025

@Stephan202 Stephan202 merged commit 9eb98e1 into master Nov 8, 2025
18 checks passed
@Stephan202 Stephan202 deleted the renovate/google-java-format-1.x branch November 8, 2025 19:52
@github-actions
Copy link

github-actions bot commented Nov 16, 2025

Suggested commit message:

Upgrade Google Java Format 1.28.0 -> 1.32.0 (#1904)

See:
- https://github.com/google/google-java-format/releases/tag/v1.29.0
- https://github.com/google/google-java-format/releases/tag/v1.30.0
- https://github.com/google/google-java-format/releases/tag/v1.31.0
- https://github.com/google/google-java-format/releases/tag/v1.32.0
- https://github.com/google/google-java-format/compare/v1.28.0...v1.32.0

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