-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-40882][INFRA] Upgrade actions/setup-java to v3 with distribution specified #38354
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
.github/workflows/build_and_test.yml
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Default to temurin maybe? I thought that was the more 'standard' one but I don't know
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, temurin is more 'standard', zulu is default used in v1, so I kept it same. But I also think temurin no problem. Let's see others idea.
cc @HyukjinKwon
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, I think it;s fine to switch to temurin.
HyukjinKwon
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM if tests pass
LuciferYang
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1, LGTM
|
@srowen @HyukjinKwon @LuciferYang Thanks all, merged to master (3.4.0). |
…on specified ### What changes were proposed in this pull request? Upgrade actions/setup-java to v3 with distribution specified ### Why are the changes needed? - The `distribution` is required after v2, now just keep `zulu` (same distribution with v1): https://github.com/actions/setup-java/releases/tag/v2.0.0 - https://github.com/actions/setup-java/releases/tag/v3.0.0: Upgrade node - https://github.com/actions/setup-java/releases/tag/v3.6.0: Cleanup set-output warning ### Does this PR introduce _any_ user-facing change? No,dev only ### How was this patch tested? CI passed Closes apache#38354 from Yikun/SPARK-40882. Authored-by: Yikun Jiang <yikunkero@gmail.com> Signed-off-by: Yikun Jiang <yikunkero@gmail.com>

What changes were proposed in this pull request?
Upgrade actions/setup-java to v3 with distribution specified
Why are the changes needed?
distributionis required after v2, now just keepzulu(same distribution with v1): https://github.com/actions/setup-java/releases/tag/v2.0.0Does this PR introduce any user-facing change?
No,dev only
How was this patch tested?
CI passed