Tags
Authors
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.
We just published 5.11.0.CR1, the first candidate release for the 5.11 branch. This release mainly includes an upgrade to Hibernate ORM 5.4.0.CR2.
We just published Hibernate Search 6.0.0.Alpha1, the first release for the next major version of Hibernate Search.
This version is not suitable for production due to its limitations and to the fact APIs are still unstable. However, it’s a great way to get a feeling of where Hibernate Search is going and give us your feedback.
We released the second candidate release of Hibernate ORM 5.4.0.
We have fixed a few issues and improved the documentation a bit.
Please consider testing this candidate release so the upgrade can be as smooth as possible.
We just published Hibernate Search 5.10.5.Final, a bugfix release for the 5.10 branch.
Today, we release the first candidate release of Hibernate ORM 5.4.0.
5.4 is the direct continuation of 5.3 and you should plan for an upgrade to continue getting fresh fixes as soon as the Final is released.
Please consider testing this candidate release so the upgrade can be as smooth as possible.
Hibernate OGM 5.4.0.Final has been released!
Here’s a list of the main changes compared to version 5.3.1.Final:
-
Infinispan remote transactions over HotRod client
-
JPQL and native queries support for Infinispan remote
-
server side procedures calls for Infinispan Remote
-
Cache creation and configuration for Infinispan remote
-
Java types
java.time.LocalDate
,java.time.LocalDateTime
andjava.time.LocalTime
are natively supported as field types -
Neo4j remote procedures support via JPA
More details available in the release notes.