confluentinc / kafka-connect-hdfs

Kafka Connect HDFS connector
Other
475 stars 397 forks source link

CCMSG-2266 - slightly different approach to CVEs #653

Closed janjwerner-confluent closed 1 year ago

janjwerner-confluent commented 1 year ago

Problem

Solution

Does this solution apply anywhere else?
If yes, where?

Test Strategy

Testing done:

Release Plan

naveenmall11 commented 1 year ago

@janjwerner-confluent Is this PR fix for the PR https://github.com/confluentinc/kafka-connect-hdfs/pull/652 I can see that build is failing with NoSuchMethod exception.

janjwerner-confluent commented 1 year ago

@janjwerner-confluent Is this PR fix for the PR #652 I can see that build is failing with NoSuchMethod exception.

It's not really a fix for #652. - that one resolves the problems. I tried different approach - if possible remove the dependency. From the failed build it seems that jettison is indeed needed it's not only the test dependency as I previously expected. I'm gonna close this branch as a failed experiment.