build: Bump Spotless to 8.8.0#5720
Open
adinauer wants to merge 7 commits into
Open
Conversation
Bump OpenTelemetry and Spring Boot dependencies to compatible versions so the Spring Boot 4 OpenTelemetry sample works with Spring Boot 4.1. Keep the Spring 7 sample on the repository Kotlin compiler version when importing the Spring Boot BOM, and add Spring Boot 4.1 to the system test matrix. Fixes GH-5561 Co-Authored-By: Claude <noreply@anthropic.com>
Align the global Kotlin version with Spring Boot 4.1 and remove the now-unneeded Spring 7 BOM override. Also remove unused Spring 7-specific Kotlin aliases from the version catalog. Co-Authored-By: Claude <noreply@anthropic.com>
…ix/spring-boot-4-1-otel
Update the Spotless Gradle plugin and apply the resulting formatting changes. Co-Authored-By: Claude <noreply@anthropic.com>
8 tasks
📲 Install BuildsAndroid
|
Contributor
Performance metrics 🚀
|
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| 1a6663e | 321.22 ms | 380.52 ms | 59.30 ms |
| 5d6cfb6 | 292.31 ms | 355.35 ms | 63.04 ms |
| f53a028 | 313.09 ms | 367.86 ms | 54.77 ms |
App size
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| 1a6663e | 0 B | 0 B | 0 B |
| 5d6cfb6 | 0 B | 0 B | 0 B |
| f53a028 | 0 B | 0 B | 0 B |
Update the Spotless Gradle plugin to the latest available release. Co-Authored-By: Claude <noreply@anthropic.com>
runningcode
approved these changes
Jul 6, 2026
runningcode
left a comment
Contributor
There was a problem hiding this comment.
LGTM, Can you make master/main the base branch?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📜 Description
Bump the Spotless Gradle plugin from 8.6.0 to 8.8.0 and apply the formatting changes produced by the new version.
💡 Motivation and Context
This keeps the formatting toolchain updated separately from the Spring Boot 4.1 support changes in #5573, while making the formatter-generated diffs explicit.
💚 How did you test it?
./gradlew spotlessApply apiDump📝 Checklist
sendDefaultPIIis enabled.🔮 Next steps
Rebase or retarget after #5573 merges, if needed.
#skip-changelog