Hibernate Reactive 1.0.0.CR5 is out now!

Here’s a list of the most important changes

  • #754 and #764 Multitenancy bug fix and improvements

  • #748 Upgrade to Mutiny 0.17.0

  • #792 Upgrade to Hibernate ORM 5.4.32.Final

  • #782 withSession/withTransaction will now join to an existing sessions/transaction

You can find a complete list of changes on the Hibernate Reactive issue tracker.

Thank you!

Upgrade to Hibernate ORM 5.4.32.Final

Because of some internal changes in Hibernate ORM, Hibernate Reactive will now need at least Hibernate ORM 5.4.32.Final.

Switching the dependencies shouldn’t require any additional changes to your project if you were already using libraries in the same family version.

How can I get it?

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

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

Feedback, issues, ideas?

To get in touch, use the following channels:


Back to top