Skip to content

chore: bump spotless google format to version 1.36.1 - #3567

Closed
csviri wants to merge 1 commit into
mainfrom
bump-google-format
Closed

chore: bump spotless google format to version 1.36.1#3567
csviri wants to merge 1 commit into
mainfrom
bump-google-format

Conversation

@csviri

@csviri csviri commented Aug 20, 2026

Copy link
Copy Markdown
Collaborator

Signed-off-by: Attila Mészáros a_meszaros@apple.com

Summary by CodeRabbit

  • Chores
    • Updated the code formatting tooling to a newer version.

Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
Copilot AI lite review requested due to automatic review settings August 20, 2026 07:36
@openshift-ci
openshift-ci Bot requested review from metacosm and xstefank August 20, 2026 07:36
@coderabbitai

coderabbitai Bot commented Aug 20, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 30afcdcf-7aaa-4177-ba27-5b3f961e512f

📥 Commits

Reviewing files that changed from the base of the PR and between 78b877b and fe8d237.

📒 Files selected for processing (1)
  • pom.xml

Included review availability: Your plan provides up to 4 included reviews per hour; 3 remain after this review.


📝 Walkthrough

Walkthrough

The Maven build configuration updates the Spotless Google Java Format version from 1.28.0 to 1.36.1.

Changes

Spotless formatting configuration

Layer / File(s) Summary
Update Google Java Format version
pom.xml
The Spotless configuration now uses Google Java Format version 1.36.1 instead of 1.28.0.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Merge Risk: ⚪ Minimal · up to fe8d2

This is a narrowly scoped formatting-tool version update with no actionable merge-blocking risk remaining after normal checks and review.

Suggested reviewers: metacosm, xstefank, actions-user

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the Spotless Google Java Format version update.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches 💡 1
🛠️ Fix failing CI checks 💡
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch bump-google-format

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Copilot AI left a comment

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.

Pull request overview

Updates the Spotless configuration in the root Maven build to use a newer google-java-format version, affecting how Java sources are formatted across the build.

Changes:

  • Bumped Spotless googleJavaFormat from 1.28.0 to 1.36.1 in the root pom.xml.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread pom.xml
Comment on lines 364 to 367
<java>
<googleJavaFormat>
<version>1.28.0</version>
<version>1.36.1</version>
<reflowLongStrings>true</reflowLongStrings>
@csviri csviri closed this Aug 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants