Skip to content

Conversation

@dongjoon-hyun
Copy link
Member

@dongjoon-hyun dongjoon-hyun commented Oct 7, 2025

What changes were proposed in this pull request?

This PR aims to use Java 25 in GitHub Action jobs consistently.

Why are the changes needed?

We had better use Java 25 by default because our tool chain is Java 25.

BEFORE

$ git grep 'java-version: 17' | wc -l
       3
$ git grep 'java-version: 21' | wc -l
       1

AFTER

$ git grep 'java-version: 17' | wc -l
       0
$ git grep 'java-version: 21' | wc -l
       0

Does this PR introduce any user-facing change?

No behavior change.

How was this patch tested?

Pass the CIs.

Was this patch authored or co-authored using generative AI tooling?

No.

@github-actions github-actions bot added the INFRA label Oct 7, 2025
@dongjoon-hyun
Copy link
Member Author

Thank you, @viirya . Merged to main.

@dongjoon-hyun dongjoon-hyun deleted the SPARK-53826 branch October 7, 2025 22:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants