FrankChen021 commented on code in PR #19808:
URL: https://github.com/apache/druid/pull/19808#discussion_r3743848285
##########
extensions-contrib/ambari-metrics-emitter/pom.xml:
##########
@@ -119,16 +119,6 @@
<artifactId>JUnitParams</artifactId>
Review Comment:
[P2] Ambari still ships Jackson 1 via jackson-xc
The deletion removes only test-scoped jackson-core-asl and
jackson-mapper-asl. The compile-scoped ambari-metrics-common dependency
remains, and dependency-tree validation reports that it still resolves
org.codehaus.jackson:jackson-xc. The production extension therefore continues
to ship EOL Jackson 1 code. Upgrade or replace Ambari, or remove the remaining
artifact with a verified runtime-compatible alternative.
--
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]