dongjoon-hyun opened a new pull request, #817:
URL: https://github.com/apache/spark-kubernetes-operator/pull/817

   ### What changes were proposed in this pull request?
   
   This PR aims to update `actions/setup-java` from v5 to v6 in GitHub Actions 
workflows.
   
   - `.github/workflows/build_and_test.yml`
   - `.github/workflows/publish_snapshot_chart.yml`
   
   ### Why are the changes needed?
   
   To use the latest major version of `setup-java`.
   
   - https://github.com/actions/setup-java/releases/tag/v6.0.0 (2026-08-24)
   - https://github.com/actions/setup-java/releases/tag/v6.0.1 (2026-09-09)
   
   `v6` migrates to ESM, verifies JDK downloads with vendor checksums, adds 
conditional JDK caching, and removes the legacy Adopt distributions. This 
repository only uses the `zulu` distribution, so there is no behavior change 
for our workflows.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No.
   
   ### How was this patch tested?
   
   Pass the CIs.
   
   ### Was this patch authored or co-authored using generative AI tooling?
   
   Generated-by: Claude Fable 5.1


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to