[
https://issues.apache.org/jira/browse/HBASE-29583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Richárd Antal updated HBASE-29583:
----------------------------------
Description:
When running the following command with JDK17 we face some issues with
maven-shade-plugin.
{code:java}
mvn -Dmaven.compiler.source=17 -Dmaven.compiler.target=17
-Dmaven.compiler.release=17 clean install -DskipTests{code}
build fails with error:
{code:java}
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-shade-plugin:3.1.1:shade (default) on project
hbase-table-reporter: Error creating shaded jar: null: IllegalArgumentException
-> [Help 1]{code}
Also bump de.thetaphi:forbiddenapis version to support JDK17
was:
When running the following command with JDK17 we face some issues with
maven-shade-plugin.
{code:java}
mvn -Dmaven.compiler.source=17 -Dmaven.compiler.target=17
-Dmaven.compiler.release=17 clean install -DskipTests{code}
build fails with error:
{code:java}
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-shade-plugin:3.1.1:shade (default) on project
hbase-table-reporter: Error creating shaded jar: null: IllegalArgumentException
-> [Help 1]{code}
> Fix Shading issue with JDK17
> ----------------------------
>
> Key: HBASE-29583
> URL: https://issues.apache.org/jira/browse/HBASE-29583
> Project: HBase
> Issue Type: Bug
> Components: hbck2
> Reporter: Richárd Antal
> Priority: Major
>
> When running the following command with JDK17 we face some issues with
> maven-shade-plugin.
> {code:java}
> mvn -Dmaven.compiler.source=17 -Dmaven.compiler.target=17
> -Dmaven.compiler.release=17 clean install -DskipTests{code}
> build fails with error:
> {code:java}
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-shade-plugin:3.1.1:shade (default) on project
> hbase-table-reporter: Error creating shaded jar: null:
> IllegalArgumentException -> [Help 1]{code}
> Also bump de.thetaphi:forbiddenapis version to support JDK17
--
This message was sent by Atlassian Jira
(v8.20.10#820010)