weiqingy commented on PR #1002: URL: https://github.com/apache/flink-agents/pull/1002#issuecomment-5466948680
The `ut-java [ubuntu-latest] [java-11] [python-3.12]` failure looks unrelated to this PR. Maven Central returned `502 Bad Gateway` while resolving `com.fasterxml.jackson.core:jackson-databind:2.18.2`, so the build stopped during dependency resolution and no test ran. Evidence: [job log](https://github.com/apache/flink-agents/actions/runs/33294432135/job/99211555301). That version is the existing `jackson.version` pin in the root `pom.xml`, this PR touches no `pom.xml` or dependency file, and the same job passed on the previous commit of this branch. Re-triggering it once the current run finishes. -- 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]
