You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/12/31 09:22:00 UTC

[jira] [Commented] (OFBIZ-12400) Upgrade to gradle 7.6 - support JDK 11 -> 17

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

ASF subversion and git services commented on OFBIZ-12400:
---------------------------------------------------------

Commit 23b1c3a4ca95c92f1059d4eb025cfcb8bc285399 in ofbiz-plugins's branch refs/heads/trunk from Jacques Le Roux
[ https://gitbox.apache.org/repos/asf?p=ofbiz-plugins.git;h=23b1c3a4c ]

Fixed: Upgrade to gradle 7.6 - support jdk 11 -> 17 (OFBIZ-12400)

> java.lang.IllegalArgumentException: Unsupported class file major version 61

This might require a version upgrade for Jersey to a version that supports Java 17 .
Jersey seems to repackage ASM for bytecode transformations.

The bundled version does not support Java 17 .
An upgrade to jersey 2.37 should do the trick
https://github.com/eclipse-ee4j/jersey/releases/tag/2.37 .

Thanks: Ioan Eugen Stan


> Upgrade to gradle 7.6 - support JDK 11 -> 17
> --------------------------------------------
>
>                 Key: OFBIZ-12400
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-12400
>             Project: OFBiz
>          Issue Type: Task
>            Reporter: Ioan Eugen Stan
>            Assignee: Ioan Eugen Stan
>            Priority: Major
>         Attachments: OFBIZ-12400-windows.patch
>
>
> For working with Java 17, we need to upgrade to gradle 7.3 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)