ajantha-bhat opened a new pull request, #7681: URL: https://github.com/apache/iceberg/pull/7681
Background: I tried to bump the Nessie version, which brought the latest Jackson 2.15.x dependency. With this, runtime uber jar building is failing as Jackson 2.15.x is [multi-version jar](https://github.com/FasterXML/jackson-core/issues/897) (packs classes of Java 19 also). After debugging, found that the problem is in shadow jar plugin that Iceberg is using(which also looks fishy with [just one release](https://mvnrepository.com/artifact/gradle.plugin.com.github.jengelman.gradle.plugins/shadow)) and with the [standard shadow jar plugin](https://plugins.gradle.org/plugin/com.github.johnrengelman.shadow) the build can pass even with multi-version jars. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
