Tags
Authors
Welcome to the Hibernate community newsletter in which we share blog posts, forum, and StackOverflow questions that are especially relevant to our users.
A while ago, I wrote this article on the Hibernate blog which shows you how to create a test case which reproduces a certain Hibernate ORM issue.
In the meanwhile, I came to realize that there is a much better way which I will explain in this article.
Last night the modern JakartaEE server WildFly released the 13th version and among the list of enhancements you can find an update to all included Hibernate libraries.
Actually it includes both sets of old and new versions of Hibernate libraries!
WildFly 13, like version 12, aims at JavaEE 7 certification so if you start it via its default configuration you will get the old set of Hibernate libraries: Hibernate ORM 5.1.x
to implement the JPA 2.1
specification, the older matching Hibernate Search, and the old Hibernate Validator providing the Bean Validation 1.1
implementation.
[ ... ]
We just published bugfix releases for the branches we actively maintain:
- Version 5.10.1.Final
-
The latest and greatest, compatible with Hibernate ORM 5.3 and JPA 2.2.
- Version 5.9.2.Final
-
Latest version compatible with Hibernate ORM 5.2 (5.2.3.Final and later 5.2.x).
- Version 5.6.5.Final
-
Latest version compatible with Hibernate ORM 5.0 and 5.1.
The 1st bug-fix release for Hibernate ORM 5.3 has just been published.
Welcome to the Hibernate community newsletter in which we share blog posts, forum, and StackOverflow questions that are especially relevant to our users.
Hibernate OGM 5.4.0.Beta1 has been released!
The main differences from the previous release is the upgrade to Hibernate ORM 5.3.0.Final, the support for Infinispan Remote native and JPQL queries (without requiring Hibernate Search), and the use of cluster counters for local caches when generating sequences with Infinispan Embedded.
More detail available in the release notes.
We just published 5.10.0.Final, the first stable release in the 5.10 branch. This release brings an upgrade of the ORM integration to ORM 5.3 and JPA 2.2, an integration to DI frameworks through Hibernate ORM 5.3, an upgrade to WildFly 12 and JGroups 4, and JPMS automatic module names.
We just released Hibernate Validator 6.0.10.Final which comes with bugfixes and a brand new Dutch translation.
This is a recommended upgrade for everyone using Hibernate Validator and it is a drop-in replacement of 6.0.9.Final (see our migration guide).
Hibernate ORM version 5.3.0.Final has just been released.