[
https://issues.apache.org/jira/browse/HBASE-28392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17819640#comment-17819640
]
Nihal Jain commented on HBASE-28392:
------------------------------------
Simple bump fails with following:
{code:java}
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-shade-plugin:3.4.1:shade
(aggregate-into-a-jar-with-relocated-third-parties) on project
hbase-shaded-client: Error creating shaded jar: Problem shading JAR
/home/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.16.1/jackson-core-2.16.1.jar
entry
META-INF/versions/21/com/fasterxml/jackson/core/io/doubleparser/FastDoubleSwar.class:
java.lang.IllegalArgumentException: Unsupported class file major version 65 ->
[Help 1]
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-shade-plugin:3.4.1:shade
(aggregate-into-a-jar-with-relocated-third-parties) on project
hbase-shaded-mapreduce: Error creating shaded jar: Problem shading JAR
/home/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.16.1/jackson-core-2.16.1.jar
entry
META-INF/versions/21/com/fasterxml/jackson/core/io/doubleparser/FastDoubleSwar.class:
java.lang.IllegalArgumentException: Unsupported class file major version 65 ->
[Help 1]
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-shade-plugin:3.4.1:shade
(aggregate-into-a-jar-with-relocated-third-parties) on project
hbase-shaded-testing-util: Error creating shaded jar: Problem shading JAR
/home/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.16.1/jackson-core-2.16.1.jar
entry
META-INF/versions/21/com/fasterxml/jackson/core/io/doubleparser/FastDoubleSwar.class:
java.lang.IllegalArgumentException: Unsupported class file major version 65 ->
[Help 1] {code}
This is due to maven-shade-plugin is unable to run with JDK v21 jars. Need to
move to maven-shade-plugin 3.5.1+
> Bump jackson version to 2.16.1
> -------------------------------
>
> Key: HBASE-28392
> URL: https://issues.apache.org/jira/browse/HBASE-28392
> Project: HBase
> Issue Type: Task
> Components: dependencies
> Reporter: Nihal Jain
> Assignee: Nihal Jain
> Priority: Major
> Labels: pull-request-available
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)