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.Beta3 is compatible with Hibernate ORM 7.0.0.Beta5, and upgrades the Vert.x SQL client to 4.5.14.

Here’s some of the most interesting changes in the release:

  • #2139 Add batching methods for upsert to the StatelessSession

  • #2055 Bug fix: Setting hibernate.query.mutation_strategy.global_temporary.create_tables to false had no effect

  • #2026 Bug fix: Exception when merging a detached entity with a ToMany association

Hibernate Reactive 2.4.6.Final includes the same bug fixes, upgrades to Hibernate ORM 6.6.13.Final, and the Vert.x SQL client to 4.5.14.

The fulll list of changes for Hibernate Reactive 3.0.0.Beta3 and Hibernate Reactive 2.4.6.Final 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