Hibernate Reactive is a reactive API for Hibernate ORM, supporting non-blocking database drivers and a reactive style of interaction with the database. For more information, see Hibernate Reactive on hibernate.org.

It’s compatible with Hibernate ORM 7.0.0.Final, Vert.x 4.15.5, and Mutiny 2.9.0.

We have also released Hibernate Reactive 4.0.0.Beta1. The only difference with Hibernate Reactive 3.0.0.Final is the compatibility with Vert.x 5.0.0.

The full list of changes for Hibernate Reactive 3.0.0.Final and 4.0.0.Beta1 are available on GitHub.

How can I get it?

All details are available on the Hibernate Reactive website releases page.

If you are new to Hibernate Reactive, the official documentation is a good place to start.

Feedback, issues, ideas?

To get in touch, you can use the following channels:


Back to top