[ https://issues.apache.org/jira/browse/BEAM-9352?focusedWorklogId=391094&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-391094 ]
ASF GitHub Bot logged work on BEAM-9352: ---------------------------------------- Author: ASF GitHub Bot Created on: 22/Feb/20 12:41 Start Date: 22/Feb/20 12:41 Worklog Time Spent: 10m Work Description: iemejia commented on pull request #10938: [BEAM-9352] Align version of transitive jackson dependencies with Beam version URL: https://github.com/apache/beam/pull/10938 Linkage checker analysis https://gist.github.com/iemejia/9680bd161eeaf36e7a0963c7853f0cbc R: @lukecwik ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 391094) Remaining Estimate: 0h Time Spent: 10m > Ensure consistent usage of jackson version brought in by transitive > dependencies > -------------------------------------------------------------------------------- > > Key: BEAM-9352 > URL: https://issues.apache.org/jira/browse/BEAM-9352 > Project: Beam > Issue Type: Improvement > Components: build-system, sdk-java-core > Reporter: Luke Cwik > Assignee: Ismaël Mejía > Priority: Minor > Fix For: 2.20.0 > > Time Spent: 10m > Remaining Estimate: 0h > > Jackson relies on delivering a set of packages at a specific version which > are internally compatible with each other. Some of Apache Beam's transitive > dependencies bring in versions which may not be compatible with the version > used with Apache Beam. > > Analysis on [https://github.com/apache/beam/pull/10643] found that these are > some of those inconsistencies: > > {noformat} > > jackson-dataformat-xml-2.8.7.jar is at: > > org.apache.beam:beam-sdks-java-extensions-sql:2.20.0-SNAPSHOT (compile) / > > com.alibaba:fastjson:1.2.49 (compile) / > > org.springframework:spring-webmvc:4.3.7.RELEASE (provided, optional) / > > com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.8.7 (compile, > > optional) > > jackson-dataformat-xml-2.9.9.jar is at: > > org.apache.beam:beam-sdks-java-io-rabbitmq:2.20.0-SNAPSHOT (compile) / > > com.rabbitmq:amqp-client:5.7.3 (compile) / > > io.micrometer:micrometer-core:1.2.0 (compile, optional) / > > org.apache.logging.log4j:log4j-core:2.12.0 (compile, optional) / > > com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.9.9 (compile, > > optional) > < jackson-dataformat-csv-2.10.0.jar is at: > org.apache.beam:beam-sdks-java-io-kafka:2.20.0-SNAPSHOT (compile) / > io.confluent:kafka-avro-serializer:5.3.2 (compile) / > org.apache.kafka:kafka_2.12:5.3.2-ccs (provided) / > com.fasterxml.jackson.dataformat:jackson-dataformat-csv:2.10.0 (provided) > {noformat} > > > -- This message was sent by Atlassian Jira (v8.3.4#803005)