anupamaggarwal commented on code in PR #25890: URL: https://github.com/apache/flink/pull/25890#discussion_r1908738513
########## flink-connectors/flink-sql-connector-hive-3.1.3/src/main/resources/META-INF/NOTICE: ########## @@ -45,7 +45,7 @@ the Apache Software License 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt) - org.apache.orc:orc-tools:1.5.8 - org.apache.parquet:parquet-hadoop-bundle:1.10.0 - org.codehaus.jackson:jackson-core-asl:1.9.13 -- org.codehaus.jackson:jackson-mapper-asl:1.9.13 +- org.codehaus.jackson:jackson-mapper-asl:1.9.14.jdk17-redhat-00001 Review Comment: thanks @rmetzger , no clue unfortunately. You are correct the class file has java7 (and the manifest says `Created-By: 1.8.0_121`), so I am guessing it should be ok. There seem to be other projects also using this jar https://github.com/search?type=code&q=jackson-mapper-asl+1.9.14.jdk17-redhat-00001 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
