You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Rob Young (Jira)" <ji...@apache.org> on 2022/11/06 23:02:00 UTC

[jira] [Created] (KAFKA-14361) Two versions of commons-lang3 in 3.3.1 binary distribution libs dir

Rob Young created KAFKA-14361:
---------------------------------

             Summary: Two versions of commons-lang3 in 3.3.1 binary distribution libs dir
                 Key: KAFKA-14361
                 URL: https://issues.apache.org/jira/browse/KAFKA-14361
             Project: Kafka
          Issue Type: Bug
    Affects Versions: 3.3.1
            Reporter: Rob Young


Hi,

There are two versions of commons-lang3 in the libs dir:


{code:java}
curl -O https://downloads.apache.org/kafka/3.3.1/kafka_2.12-3.3.1.tgz
tar -xzf kafka_2.12-3.3.1.tgz
ls -alh kafka_2.12-3.3.1/libs | grep lang3
-rw-r--r-- 1 roby 574K Jun 22 04:34 commons-lang3-3.12.0.jar
-rw-r--r-- 1 roby 491K Sep 10 02:52 commons-lang3-3.8.1.jar {code}

I'm not sure on the right fix but the 3.8.1 version comes fromĀ  `:connect:mirror`, If you add a compile dependency on 3.12.0 to :connect:mirror then only 3.12.0 will end up in the tarball.

Thanks!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)