jason810496 opened a new pull request, #71670: URL: https://github.com/apache/airflow/pull/71670
- related: https://github.com/apache/airflow/pull/71605 - related: https://github.com/apache/airflow/pull/71636 ## Why The grouped Java SDK dependency update fails CI because its verification metadata is incomplete, two requested Jackson versions are unpublished, and some upgraded Gradle plugins require Java 17 while the SDK build runs on Java 11. ## What - Keep `org.jsonschema2pojo` at 1.2.2 and the Shadow plugin at 9.1.0, the latest compatible versions for the Java 11 build. - Use published Jackson 2.22.1 artifacts and retain the valid dependency updates, including Ktor 3.5.2. - Regenerate strict Gradle verification metadata from a clean file so only resolved artifacts remain trusted. - Align the standalone dependency-submission jobs with Gradle 8.14.5. --- ##### Was generative AI tooling used to co-author this PR? - [x] Yes, with help of Codex (GPT-5) 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]
