hibernate / hibernate-reactive

A reactive API for Hibernate ORM, supporting non-blocking database drivers and a reactive style of interaction with the database.
https://hibernate.org/reactive
Apache License 2.0
441 stars 92 forks source link

Add jdk 24 to the build on CI #1939

Closed marko-bekhta closed 5 months ago

marko-bekhta commented 5 months ago

fixes https://github.com/hibernate/hibernate-reactive/issues/1938

Hey @DavideD 😃 I thought while I was at it (adding JDK builds to other projects) I'd create one for Reactive as well 😃

22 is now GA, so I've removed the -ea from the version

DavideD commented 5 months ago

Thanks