uranusjr opened a new pull request, #68485: URL: https://github.com/apache/airflow/pull/68485
Previously JDK was installed on-demand when --sdk is passed to Breeze. This introduced runtime slowdown. The proposed approach mirrors better how the Go SDK is set up. JDK (not JRE) is not _technically_ needed for most things now, but we are expecting the Java SDK to implement an Edge Worker at some point, and we would need the JDK to compile the worker anyway when that happens. --- ##### Was generative AI tooling used to co-author this PR? - [x] Yes (please specify the tool below) Generated-by: Claude Code following [the guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions) -- 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]
