Tags
Authors
Hibernate 7.0.0.CR2
A second CR for Hibernate ORM 7.0 has just been released. We cleaned up a few APIs and made some improvements to incubating contracts.
Details about the release, as well as links to important resources, can be found at https://github.com/hibernate/hibernate-orm/releases/tag/7.0.0.CR2
Hibernate Reactive 3.0.0.CR2 and Hibernate Reactive 2.4.8.Final are now available!
They upgrades respectively Hibernate ORM to 7.0.0.CR2 and 6.6.15.Final.
The full list of changes for Hibernate Reactive 3.0.0.CR2 and Hibernate Reactive 2.4.8.Final is available on GitHub.
We just published Hibernate Search 8.0.0.Beta1, the first beta release of the next major version of Hibernate Search.
This version includes the first implementation of the type-safe field references and Hibernate Search’s static metamodel, compatibility with the latest versions of Elasticsearch 9.0 and OpenSearch 3.0, and other small adjustments and dependency upgrades.
Hibernate 7.0.0.CR1
A first (and hopefully last, obviously) CR for Hibernate ORM 7.0 has just been released.
Details about the release, as well as links to important resources, can be found at https://github.com/hibernate/hibernate-orm/releases/tag/7.0.0.CR1
Hibernate Reactive 3.0.0.Beta3 and Hibernate Reactive 2.4.6.Final are now available!
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:
[ ... ]
The JPQL select new
syntax originated in the earliest days of Hibernate, providing a way to package a query projection list into a Java object.
This was before Java had generics or record types, so you would use it like this:
Several people have recently asked me how to do "specifications" in Hibernate or in Jakarta Data. I believe this idea comes from Spring Data, where a repository method may be passed a function that applies programmatic restrictions to the query result via the JPA Criteria API.
We just published Hibernate Search 8.0.0.Alpha3, the third alpha release of the next major version of Hibernate Search.
This version includes various adjustments that address recent changes in the Hibernate ORM 7.0.0.Beta5 release.
We are pleased to announce the release of Hibernate Search 7.2.3.Final.
This release brings a bug fix and dependency upgrades.
We just published Hibernate Search 8.0.0.Alpha2, the second alpha release of the next major version of Hibernate Search.
While testing the previous alpha, we’ve identified a few things that had to be adjusted and included them in this version.
It also upgrades Lucene and Hibernate ORM dependencies and includes compatibility with the latest Elasticsearch and OpenSearch versions.