Tags
Authors
We just published Hibernate Search 6.2.0.Alpha1, an alpha release of the next minor version of Hibernate Search.
The main feature of this new version is the new Standalone POJO mapper, allowing to map arbitrary objects to an index, even if those objects are not Hibernate ORM entities. This opens the way to custom integrations to your favorite NoSQL datastores!
Beyond that, 6.2.0.Alpha1 also includes mapping of classes/records to projections using @ProjectionConstructor, search DSL improvements (including projections on object fields), compatibility with Elasticsearch 8.3 and OpenSearch 2.0, and more.
Today, we published a new maintenance release of Hibernate ORM 5.6: 5.6.10.Final.
Hibernate Reactive 1.1.7.Final is now available!
This release contains a couple of important bug fixes:
You can find the complete list of changes on GitHub.
Thank you!
Today, we published a new maintenance release of Hibernate ORM 6.1: 6.1.1.Final.
I am glad to announce the release of Hibernate Validator 8.0.0.CR1, which is the final step before our Final release (except if important issues are reported, of course).
Hibernate Validator 8 is the Hibernate Validator version targeting Jakarta EE 10 and it is the reference implementation of Jakarta Bean Validation.
Hibernate 6.1 Final
Today, we published a new maintenance release of Hibernate ORM 6.0: 6.0.2.Final.
Hibernate Reactive 1.1.6.Final is now available!
This release fixes a performance issue related to the query cache and a bug happening when fetching an association with a stateless session.
The complete list of changes is available on GitHub.
Thank you!
Over the weekend we released both Hibernate ORM 5.6.9.Final
and Hibernate Reactive 1.1.5.Final
.
We just published a maintenance release for Hibernate Search: 6.1.5.Final.
This release mainly upgrades to Hibernate ORM 5.6.8.Final,
upgrades to Hibernate ORM 6.0.1.Final for -orm6 artifacts,
upgrades to the latest version of Jakarta dependencies for -orm6
/-jakarta
artifacts,
and fixes a few bugs.