pjfanning commented on a change in pull request #11025: URL: https://github.com/apache/kafka/pull/11025#discussion_r702263941
########## File path: gradle/dependencies.gradle ########## @@ -132,7 +145,7 @@ libs += [ jacksonAnnotations: "com.fasterxml.jackson.core:jackson-annotations:$versions.jackson", jacksonDatabind: "com.fasterxml.jackson.core:jackson-databind:$versions.jackson", jacksonDataformatCsv: "com.fasterxml.jackson.dataformat:jackson-dataformat-csv:$versions.jackson", - jacksonModuleScala: "com.fasterxml.jackson.module:jackson-module-scala_$versions.baseScala:$versions.jackson", + jacksonModuleScala: "com.fasterxml.jackson.module:jackson-module-scala_$versions.baseScalaForSpecialLibs:$versions.jackson", Review comment: jackson-module-scala 2.13.0-rc2 is available for scala 3 - generally, older versions of jackson-module-scala will not be able to deal with scala 3 classes - a number of changes have gone into jackson-module-scala 2.13 branch to support scala 3 generated classes correctly -- 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. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org