Grv
Grv

Reputation: 41

Apache openwebbeans with JDK17

I am upgrading openwebbeans project from openJDK12 to OpenJDK17 . currently webeans version is being used 2.0.10 . When upgrading application is not coming up. Is there any apachewebbeans version supporting java 17 and in near future any plan?

Upvotes: 2

Views: 663

Answers (1)

Shorty123
Shorty123

Reputation: 569

UPDATE: OWB-2.0.27 is compatible to JDK17 without having to change the xbean- libraries.

According to this site (https://openwebbeans.apache.org/download.html) OWB-2.0.x should support Java17.

It uses a shaded version of ASM-9 (Java17 support) for building our proxies and requires JavaSE 8 as minimum version.

But i have also problems getting the OWB-2.0.26 version to run with JDK17 because of the used xbean-asm9-shaded lib which only supports java up to version 16.

Upvotes: 5

Related Questions