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 1.1.3.Final is now available!

The main feature of this release is that it’s now possible to connect to an instance of Oracle database.

The complete list of changes is available on GitHub.

Thank you!

Oracle

Testing Hibernate Reactive with Oracle requires the Oracle Vert.x SQL client on the classpath:

io.vertx:vertx-oracle-client:4.2.4

We are aware of a couple of limitations:

  • it’s not possible to query fields mapped as raw

  • insert-select queries cause an exception

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, use the following channels:


Back to top