You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Richard Zowalla (Jira)" <ji...@apache.org> on 2022/04/26 15:16:00 UTC

[jira] [Commented] (TOMEE-3929) Unable to start TomEE-9.0.0-M7 with JDK17

    [ https://issues.apache.org/jira/browse/TOMEE-3929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17528236#comment-17528236 ] 

Richard Zowalla commented on TOMEE-3929:
----------------------------------------

We are currently working on TomEE 9.0.0-M8 on "master". M7 was created via bytecode transformation and was build on the basis of TomEE 8.0.7. 

TomEE 8.0.11 (javax) can be used with Java 17 and the 9.0.0-M8-SNAPSHOT (jakarta) builds should work with Java 17, too.

 

However, at the moment it is heavily WIP and we do not have any TCK results for M8 yet. Most parts of our own tests are green but there is still a lot of work to do.

> Unable to start TomEE-9.0.0-M7 with JDK17
> -----------------------------------------
>
>                 Key: TOMEE-3929
>                 URL: https://issues.apache.org/jira/browse/TOMEE-3929
>             Project: TomEE
>          Issue Type: Bug
>    Affects Versions: 9.0.0-M7
>            Reporter: hicham yahiaoui
>            Priority: Blocker
>
> Hello 
>  
> When starting TomEE-9.0.0-M7 with an application compiled with JDK17 I am getting the following error:
> Caused by: java.lang.IllegalArgumentException: Unsupported class file major version 60
>         at org.apache.xbean.asm7.ClassReader.<init>(ClassReader.java:195)
> I see that this version of TomEE still has shaded version of asm7 has only limited support for newer Java versions (max. JDK 13)
>  
> Is there a plan to have a new version of TomEE  which targets the {{jakarta}} namespace and also supports new JDK?
>  
> Regards,



--
This message was sent by Atlassian Jira
(v8.20.7#820007)