[hibernate-dev] Re: Fwd: [quarkus-dev] Jandex 3.3

2025-04-07 Thread Steve Ebersole via hibernate-dev
https://github.com/hibernate/hibernate-models/issues/114 https://hibernate.atlassian.net/browse/HHH-19325 On Mon, Apr 7, 2025 at 9:08 AM Yoann Rodiere via hibernate-dev < hibernate-dev@lists.jboss.org> wrote: > Hey, > > FYI, indexes created by Jandex 3.3 cannot be read by Jandex 3.2 and earlier >

[hibernate-dev] OpenJDK Quality Outreach: Java 24 Is Now Available

2025-04-07 Thread David Delabassee via hibernate-dev
Greetings and welcome to the latest OpenJDK Quality Outreach update! JDK 24 was officially released (General Availability) on March 18th during JavaOne. You can rewatch the Java 24 launch and the J1 keynote here [1]. Be sure to also check out the Quality Outreach section here [2]. JavaOne was a

[hibernate-dev] Fwd: [quarkus-dev] Jandex 3.3

2025-04-07 Thread Yoann Rodiere via hibernate-dev
Hey, FYI, indexes created by Jandex 3.3 cannot be read by Jandex 3.2 and earlier (see below). In practice, since we're mainly *consumers* of Jandex indexes, this probably means we want to upgrade to Jandex 3.3 ASAP. *If* there are places where we produce and publish Jandex indexes, those should