Bio
I'm a member of the Hibernate Team at Red Hat, primarily working on Hibernate OGM, Hibernate Validator and Hibernate Search.
Tags
Authors
Hibernate Reactive 1.1.4.Final is now available!
It’s a maintenance that solves several bugs and upgrades Hibernate ORM to 5.6.7.Final
The complete list of changes is available on GitHub.
Thank you!
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!
Hibernate projects are not affected by the vulnerabilities behind CVE-2021-45046 and CVE-2021-44228: none of the Hibernate projects has a runtime dependency on Log4j core.
We use JBoss Logging, which provides a minimal API bridging to your logger backend of choice and does not come with fancy features relying on JNDI lookups.
We do use Log4j during development of the Hibernate libraries as it’s a dependency of our testsuites; therefore we’ve still upgraded all branches.
Hibernate Reactive 1.1.1.Final is now available!
The main feature of this release is that it works with 5.6.2.Final.
A complete list of changes is available on the Hibernate Reactive issue tracker.
Thank you!
Hibernate Reactive 1.1.0.Final with Vert.x 4.2.1 is now available!
Vert.x 4.2 not only contains several new features and improvements, it also allows us to start working on the integration with Oracle.
A complete list of changes is available on the Hibernate Reactive issue tracker.
Thank you!
Hibernate Reactive 1.0.1.Final is now available!
This maintenance release contains only performance improvements.
A complete list of changes is available on the Hibernate Reactive issue tracker.
If you’ve missed it, Sanne Grinovero wrote an interesting analysis about Hibernate Reactive benchmarks in this post from last week: Hibernate Reactive: is it worth it?
Highly recommended!
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!