confluentinc / kafka-connect-storage-common

Shared software among connectors that target distributed filesystems and cloud storage.
Other
5 stars 155 forks source link

Update jackson dependency version #316

Closed arihant-confluent closed 1 year ago

arihant-confluent commented 1 year ago

Problem

Solution

Update Jackson dependencies to 2.15.2, Not able to update htrace-core jackson dependencies as the 2.15.2 jackson jars are compiled with java 17 and failing with error as below if trying to compile with java 8:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-shade-plugin:3.2.4:shade (default) on project kafka-connect-storage-common-htrace-core4-shaded: Error creating shaded jar: Problem shading JAR /Users/adj/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.15.0/jackson-core-2.15.0.jar entry META-INF/versions/17/com/fasterxml/jackson/core/io/doubleparser/FastDoubleSwar.class: java.lang.IllegalArgumentException: Unsupported class file major version 61 -> [Help 1]
Does this solution apply anywhere else?
If yes, where?

Test Strategy

Testing done:

Release Plan

cla-assistant[bot] commented 1 year ago

CLA assistant check
All committers have signed the CLA.

cla-assistant[bot] commented 1 year ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

janjwerner-confluent commented 1 year ago

@sp-gupta After this PR goes in, the s3 connector issues should get resolved.