Tags
Authors
Today, we released a new maintenance release of Hibernate ORM 5.3: 5.3.9.Final.
Today, we released a new maintenance release of Hibernate ORM 5.3: 5.3.8.Final.
We just released Hibernate Validator 6.0.15.Final which includes only one bugfix.
This is a recommended upgrade for everyone using Hibernate Validator and it is a drop-in replacement for 6.0.14.Final.
We just published Hibernate Search 5.11.1.Final, the first bugfix release for the stable 5.11 branch, as well as 6.0.0.Alpha2, the second release for the still-in-development 6.0 branch.
We just released the first maintenance release of Hibernate ORM 5.4.
It is designed to be a drop in replacement for ORM 5.4.0.
We just released Hibernate Validator 6.0.14.Final which comes with a critical bugfix.
This is a recommended upgrade for everyone using Hibernate Validator and it is a drop-in replacement for 6.0.13.Final.
We just published 5.11.0.Final, the first stable release for the 5.11 branch. This release mainly includes an upgrade to Hibernate ORM 5.4.0.Final.
Hibernate OGM 5.4.1.Final has been released!
The feature packs included in this release are now compatible with WildFly 14 and we added
support for the @OrderBy
annotation.
A special thanks to our contributors!
[ ... ]
We just released the final version of Hibernate ORM 5.4.0.
It is designed to be a drop in replacement for ORM 5.3.x.
Apart from some changes to entity graphs to make them more user friendly, it’s all about bugfixes and polishing.
We are excited to announce the release of 6.0 Alpha1.
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. Each section below breaks down what works, what does not work, what is not yet implemented.