Tags
Authors
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:
[ ... ]
A new Hibernate ORM release is available: 5.4.20.Final
is a micro release, resolving some minor annoyances and to help our experimentation with Hibernate Reactive.
Today, we published a new maintenance release of Hibernate ORM 5.3: 5.3.18.Final.
Today, we published a new maintenance release of Hibernate ORM 5.4: 5.4.19.Final.
Today, we published a new maintenance release of Hibernate ORM 5.4: 5.4.18.Final.
Today, we published a new maintenance release of Hibernate ORM 5.4: 5.4.17.Final.
Today, we published a new maintenance release of Hibernate ORM 5.4: 5.4.16.Final.
Today, we published a new maintenance release of Hibernate ORM 5.4: 5.4.15.Final.
Today, we published a new maintenance release of Hibernate ORM 5.3: 5.3.17.Final.
We are excited to announce the release of Hibernate ORM 6.0 Alpha5.
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.