Tags
Authors
Today, we published a new maintenance release of Hibernate ORM 5.4: 5.4.28.Final.
Happy new year to all!
During the break we released two versions of Hibernate ORM: both 5.4.26.Final
and 5.4.27.Final
, and couldn’t announce them properly.
So now feel free to ignore the already out of date .26
and jump to .27
.
Today, we published a new maintenance release of Hibernate ORM 5.4: 5.4.25.Final.
A new version of Hibernate ORM is available today: 5.4.24.Final
, we recommend upgrading your applications.
Today, we published a new maintenance release of Hibernate ORM 5.3: 5.3.20.Final.
Today, we published a new maintenance release of Hibernate ORM 5.3: 5.3.19.Final.
Version 5.4.23.Final
of Hibernate ORM is available now: allow me to highlight some fixes and enhancements.
Last night we released Hibernate ORM version 5.4.22.Final
.
This is a micro release: the result of backporting a number of fixes to our stable branch.
Today, we published a new maintenance release of Hibernate ORM 5.4: 5.4.21.Final.
Hibernate ORM 6.0 Alpha6 has just been released.
The main design goal for 6.0 is to improve even more Hibernate’s through-put performance. High-load performance
testing showed Hibernate’s approach of reading values from ResultSet
by name to be its most limiting factor in
scaling throughput. 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.
This Alpha6 release includes:
[ ... ]