This is an automated email from the ASF dual-hosted git repository. dongjoon pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/spark-kubernetes-operator.git
The following commit(s) were added to refs/heads/main by this push: new 275ba66 [SPARK-53613] Upgrade `google-java-format` to 1.28.0 to support Java 25 275ba66 is described below commit 275ba66277f47b13564aaad58639342af2be9374 Author: Dongjoon Hyun <dongj...@apache.org> AuthorDate: Wed Sep 17 00:33:12 2025 -0700 [SPARK-53613] Upgrade `google-java-format` to 1.28.0 to support Java 25 ### What changes were proposed in this pull request? This PR aims to upgrade `google-java-format` to 1.28.0 to support Java 25. ### Why are the changes needed? The latest one is `1.28.0` as of now. - https://github.com/google/google-java-format/releases/tag/v1.28.0 (2025-07-09) - https://github.com/google/google-java-format/releases/tag/v1.27.0 (2025-05-06) - [Improved compatibility with JDK 24 early access builds](https://github.com/google/google-java-format/commit/96f114c37c02fcfdfa0d4bc25b6e122d11afc485) ### Does this PR introduce _any_ user-facing change? No behavior change because this is used in `spotless` during building. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #318 from dongjoon-hyun/SPARK-53613. Authored-by: Dongjoon Hyun <dongj...@apache.org> Signed-off-by: Dongjoon Hyun <dongj...@apache.org> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1519ec9..e88cb5d 100644 --- a/build.gradle +++ b/build.gradle @@ -103,7 +103,7 @@ subprojects { spotless { java { endWithNewline() - googleJavaFormat('1.22.0') + googleJavaFormat('1.28.0') importOrder( 'java', 'javax', --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org