Tags
Authors
We just released Hibernate Validator 6.1.2.Final which contains some fixes for some of the recently added translations.
This is a recommended upgrade for everyone using Hibernate Validator and it is a drop-in replacement for 6.1.1.Final.
We just published Hibernate Search 6.0.0.Beta4.
This release mainly fixes a performance regression in the Lucene backend and introduces an API for plugging in custom behavior on failures during mass indexing.
Earlier this month, we released Hibernate Validator 6.1.1.Final which includes some nice improvement to our localization support.
This is a recommended upgrade for everyone using Hibernate Validator and it is a drop-in replacement for 6.1.0.Final.
Hibernate ORM 5.3.15.Final was released on 07/Jan/2020. Apologies for the late announcement.
We are excited to announce the release of Hibernate ORM 6.0 Alpha4.
The main design goal for 6.0 is to improve even more Hibernate’s through-put performance. High-load performance
testing showed that Hibernate’s approach of reading values from ResultSet
by name to be its most limiting factor in
scaling through-put. At its most basic, 6.0 is all about changing from its old strategy of read-by-name to
read-by-position. But that simple goal has a lot of ramifications.
We have come really far, but still it is an Alpha, so there is still plenty more to do.
Google Cloud Platform released an Hibernate dialect for the Cloud Spanner database! You can now use Google Cloud’s fully-managed multi-regional, horizontally scalable, relational database with Hibernate ORM and any Hibernate-backed JPA applications.
We just published Hibernate Search 6.0.0.Beta3. This release mainly brings schema improvements, deep customization of Elasticsearch search requests, more powerful bridge definitions, and restores features such as the search query timeouts. It also includes upgrades to Lucene 8.3.0, Elasticsearch 7.5 and Hibernate ORM 5.4.10.Final.
Today, we published a new maintenance release of Hibernate ORM 5.4: 5.4.10.Final.
We are excited to announce the release of 6.0 Alpha3.
The main design goal for 6.0 is to improve even more Hibernate’s through-put performance. High-load performance
testing showed that Hibernate’s approach of reading values from ResultSet
by name to be its most limiting factor in
scaling through-put. At its most basic, 6.0 is all about changing from its old strategy of read-by-name to
read-by-position. But that simple goal has a lot of ramifications.
We have come really far, but still it is an Alpha, so there is still plenty more to do.
We just published two bugfix releases for Hibernate Search: 5.11.4.Final and 5.10.8.Final. These releases mainly upgrade Hibernate Search to the latest compatible Hibernate ORM versions and fix one issue with the Elasticsearch integration.