cloudcheflabs opened a new issue, #7953:
URL: https://github.com/apache/iceberg/issues/7953
### Apache Iceberg version
1.3.0 (latest release)
### Query engine
None
### Please describe the bug 🐞
Hi,
I have problem with packaging my application as uberjar using maven shade
plugin.
I have the following environments.
- `Java 11` which is mandatory.
```
<dependency>
<groupId>org.apache.iceberg</groupId>
<artifactId>iceberg-hive-runtime</artifactId>
<version>1.3.0</version>
</dependency>
```
I tried to package my application as uberjar with maven shade plugin, but I
got the following errors.
```
Caused by: java.io.IOException: Problem shading JAR
/home/opc/.m2/repository/org/apache/iceberg/iceberg-hive-runtime/1.3.0/iceberg-hive-runtime-1.3.0.jar
entry
META-INF/versions/19/org/apache/iceberg/shaded/com/fasterxml/jackson/core/io/doubleparser/FastDoubleSwar.class:
java.lang.IllegalArgumentException: Unsupported class file major version 63
at org.apache.maven.plugins.shade.DefaultShader.shadeJars
(DefaultShader.java:274)
at org.apache.maven.plugins.shade.DefaultShader.shade
(DefaultShader.java:128)
at org.apache.maven.plugins.shade.mojo.ShadeMojo.execute
(ShadeMojo.java:500)
```
- Kidong.
--
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]