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.

Hibernate Reactive 3.0.0.Beta2 is now available!

This release is compatible with Hibernate ORM 7.0.0.Beta4, and upgrades the Vert.x SQL client to 4.5.13.

It also contains a couple of bug fixes:

  • #1514 Need to abort/rollback transactions on error

  • #2060 ClassCastException when using embeddable ids

  • #2007 NullPointerException when retrieving @ManyToOne composite table with additional properties in @IdClass

The full list of changes is 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