[
https://issues.apache.org/jira/browse/OPENJPA-2918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17792293#comment-17792293
]
Pawel Veselov commented on OPENJPA-2918:
----------------------------------------
Forcing this dependency should also work:
{code:xml}
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-asm9-shaded</artifactId>
<version>4.23</version>
</dependency>
{code}
> Support for Java 21
> -------------------
>
> Key: OPENJPA-2918
> URL: https://issues.apache.org/jira/browse/OPENJPA-2918
> Project: OpenJPA
> Issue Type: Bug
> Reporter: Benoit Tellier
> Priority: Major
>
> While trying to add Java 21 support in Apache James, the OpenJPA maven plugin
> (version 3.2.2) throw the following exception:
> {code:java}
> [ERROR] Failed to execute goal
> org.apache.openjpa:openjpa-maven-plugin:3.2.2:enhance (enhancer) on project
> james-server-data-jpa: Execution enhancer of goal
> org.apache.openjpa:openjpa-maven-plugin:3.2.2:enhance failed: Unsupported
> class file major version 65 -> [Help 1]
> {code}
> Maybe this could be as easy as updating the maven-plugin-plugin version?
> Updating it aggressively solved a similar issue wit Apache James mailet
> documentation maven plugin...
--
This message was sent by Atlassian Jira
(v8.20.10#820010)