Tags
Authors
As we spent the last year preparing for the first stable release of Hibernate Reactive we have been trying to answer some questions we had.
Hibernate Reactive 1.0.0.Final is the first production-ready release of Hibernate Reactive, the only object-relational mapping solution that supports non-blocking database drivers and a reactive style of interaction with the database.
Hibernate Reactive now supports PostgreSQL, MySQL, MariaDB, Db2, SQL Server, and CockroachDB, and features almost all the functionality of the original Hibernate ORM. Under the hood, Hibernate Reactive uses the Vert.x non-blocking SQL client libraries.
Testing by the Hibernate team shows that use of Hibernate Reactive can, in at least some circumstances, significantly improve performance in situations of high database server load, compared to the use of traditional ORM over JDBC. (However, we must caution that a reactive system isn’t faster than a non-reactive program all or even most of the time!)
Hibernate Reactive 1.0.0.CR10 is now available!
This release adds support for automatic schema validation and update
for MySQL, Db2 and MS SQL Server.
We’ve also changed the openSession
and openStateless
methods for the creation of a new session, so you might see
some compilation errors after the upgrade.
A complete list of changes is available on the Hibernate Reactive issue tracker.
Thanks a lot!
Hibernate Reactive 1.0.0.CR9 is now available!
This version includes the integration with Microsoft SQL Server.
You can find a complete list of changes on the Hibernate Reactive issue tracker.
Thank you!
This version contains upgrades to Vert.x SQL client 4.1.1 and Hibernate ORM 5.5.3.Final. We’ve also added some sanity checks to help prevent issues caused by using the session in the wrong thread.
You can find a complete list of changes on the Hibernate Reactive issue tracker.
Thank you!
Hibernate Reactive 1.0.0.CR7 is out and is now licensed under the Apache License, Version 2.0.
This version also contains some performance improvements,
adds a new method SessionFactory#withStatelessTransaction
,
upgrades to Hibernate ORM 5.5.2.Final and
supports the use of hibernate.jdbc.time_zone
for time types.
You can find a complete list of changes on the Hibernate Reactive issue tracker.
Thank you!
Hello everyone, we have released Hibernate Reactive 1.0.0.CR6!
Here’s a summary of the most important changes:
You can find a complete list of changes on the Hibernate Reactive issue tracker.
Thank you!
Hibernate Reactive 1.0.0.CR5 is out now!
Here’s a list of the most important changes
You can find a complete list of changes on the Hibernate Reactive issue tracker.
Thank you!
Hibernate Reactive 1.0.0.CR4 is out now!
It contains several important changes:
Thank you!
We’ve just released Hibernate Reactive 1.0.0.CR3.
This release contains an important bugfix releated to the id generation.
Thank you!