Tags
Authors
We just released the sixth maintenance release of Hibernate ORM 5.4.
Hibernate Search 6 just reached Beta status with the release of version 6.0.0.Beta1. This release clears the last remaining major hurdles: it fixes the few remaining inconsistencies in APIs, and completes the documentation of the major features. This release also introduces aggregations, similar to Search 5’s faceting feature.
We just published a maintenance release for Hibernate Search: 5.11.3.Final. This release mainly upgrades Hibernate Search to the latest compatible Hibernate ORM and WilFly versions, and fixes a few bugs.
We just published a bugfix release for Hibernate Search: 5.10.7.Final. This release mainly upgrades Hibernate Search to the latest compatible Hibernate ORM and WilFly versions, and introduces compatibility with JDK11+.
Today, we released a new maintenance release of Hibernate ORM 5.3: 5.3.12.Final.
We just published Hibernate Search 6.0.0.Alpha9, a new release of the still-in-development 6.0 branch. This release mainly introduces correct handling of session flushing and clearing, restores support for static sharding and upgrades to Elasticsearch 7.3, Lucene 8.2 and Hibernate ORM 5.4.4.Final.
Today, we released a new maintenance release of Hibernate ORM 5.3: 5.3.11.Final.
Bytecode enhancement as proxy
Generally speaking, an ORM solution will have support for creating a lazy proxy for an entity
based on its identifier value. Historically Hibernate supported generating these proxies using
Java’s proxy feature (see java.lang.reflect.Proxy
). Hibernate now supports proxying an entity
using bytecode enhancement.
We just released the fourth maintenance release of Hibernate ORM 5.4 with significant performance improvements.