Tags
Authors
Hibernate ORM 6.0 Alpha9 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.
With Alpha9, the APIs are really starting to stabilize which is great.
[ ... ]
Hibernate ORM 5.5.5.Final
was released today.
It’s our most recent stable version, with only minimal changes to address issues identified in the previous release.
This is also our "lightest" release ever, in terms of memory consumption. But this is the result of many years of work, not any specific change in this particular build, so I’ll follow up with a dedicated analysis as we collect more data.
Happy now to announce a successful release of Hibernate ORM 5.5.4.Final
! It is already available for download from your favourite Maven Central mirror.
Today, we published a new maintenance release of Hibernate ORM 5.3: 5.3.21.Final.
Happy now to announce a successful release of Hibernate ORM 5.5.3.Final
! It is already available for download from your favourite Maven Central mirror.
While we meant to release 5.5.1.Final
, I made a mistake - so this version number will be skipped.
Happy now to announce a successful release of Hibernate ORM 5.5.2.Final
! It is already available for download from your favourite Maven Central mirror.
We are pleased to announce that Hibernate 5.5.0.Final is now officially Jakarta JPA 2.2 and 3.0 certified.
We are happy to announce the new Hibernate ORM 5.5.0.Final release!
Today, we published the first candidate release of Hibernate ORM 5.5: 5.5.0.CR1.