stanislavkozlovski opened a new pull request #9155:
URL: https://github.com/apache/kafka/pull/9155


   This patch ensures we use a force resolution strategy for the scala-library 
dependency
   
   I've tested this locally and saw a difference in the output:
   With the change (using 2.4 and the jackson library **2.10.5**):
   ```
   ./core/build/dependant-libs-2.12.10/scala-java8-compat_2.12-0.9.0.jar
   ./core/build/dependant-libs-2.12.10/scala-collection-compat_2.12-2.1.2.jar
   ./core/build/dependant-libs-2.12.10/scala-reflect-2.12.10.jar
   ./core/build/dependant-libs-2.12.10/scala-logging_2.12-3.9.2.jar
   ./core/build/dependant-libs-2.12.10/scala-library-2.12.10.jar
   ```
   Without (using 2.4 and the jackson library **2.10.0**):
   ```
    find . -name 'scala*.jar'
   ./core/build/dependant-libs-2.12.10/scala-java8-compat_2.12-0.9.0.jar
   ./core/build/dependant-libs-2.12.10/scala-collection-compat_2.12-2.1.2.jar
   ./core/build/dependant-libs-2.12.10/scala-reflect-2.12.10.jar
   ./core/build/dependant-libs-2.12.10/scala-logging_2.12-3.9.2.jar
   ./core/build/dependant-libs-2.12.10/scala-library-2.12.12.jar
   ```


----------------------------------------------------------------
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


Reply via email to