[
https://issues.apache.org/jira/browse/FLINK-38391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sergey Nuyanzin resolved FLINK-38391.
-------------------------------------
Fix Version/s: 2.2.0
Resolution: Fixed
Merged as
[358a28e333c5b31eb95bdd32e50ed6ab21ef1ca2|https://github.com/apache/flink/commit/358a28e333c5b31eb95bdd32e50ed6ab21ef1ca2]
> Error creating shaded jar: Problem shading JAR Unsupported class file major
> version 69
> --------------------------------------------------------------------------------------
>
> Key: FLINK-38391
> URL: https://issues.apache.org/jira/browse/FLINK-38391
> Project: Flink
> Issue Type: Sub-task
> Components: Build System
> Reporter: Sergey Nuyanzin
> Assignee: Sergey Nuyanzin
> Priority: Major
> Labels: pull-request-available
> Fix For: 2.2.0
>
>
> While building with jdk25 target it fails as
> {noformat}
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-shade-plugin:3.5.3:shade (shade-flink) on
> project flink-rpc-akka: Error creating shaded jar: Problem shading JAR
> flink/flink-rpc/flink-rpc-akka/target/flink-rpc-akka-2.2-SNAPSHOT.jar entry
> org/apache/flink/runtime/rpc/pekko/PekkoRpcActor$State.class:
> java.lang.IllegalArgumentException: Unsupported class file major version 69
> {noformat}
> need to update maven-shade plugin as java25 support was added in 3.6.1
> https://github.com/apache/maven-shade-plugin/releases/tag/v3.6.1
--
This message was sent by Atlassian Jira
(v8.20.10#820010)