weiqingy opened a new pull request, #873:
URL: https://github.com/apache/flink-agents/pull/873

   <!-- Hotfix — no linked issue. -->
   
   ### Purpose of change
   
   All `actions/setup-java@v4` steps in `ci.yml` and `build_wheel.yml` use 
`distribution: 'adopt'`, which is the deprecated AdoptOpenJDK identifier. This 
switches all 11 occurrences to the maintained `'temurin'` (Eclipse Temurin) 
distribution — its supported successor and the same underlying binaries — so CI 
tracks the actively maintained code path.
   
   This was prompted by an occasional transient `HTTP 403` while `setup-java` 
downloads the JDK tarball. To be clear, this change is not a guaranteed fix for 
that transient (the binaries still come from the same Adoptium release assets); 
it is a maintenance cleanup to the supported distribution name. A re-run 
remains the remedy for a one-off download failure.
   
   ### Tests
   
   No test changes. This only affects how the CI JDK is provisioned; the full 
CI matrix on this PR exercises the change end-to-end (Java 11/17/21, Flink 
1.20/2.0/2.1/2.2/2.3).
   
   ### API
   
   No public API changes.
   
   ### Documentation
   
   - [x] `doc-not-needed`
   


-- 
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]

Reply via email to