Tags
Authors
We just published Hibernate Validator 9.0.0.Beta2, the first release of the new 9.0 series of Hibernate Validator.
This series targets Jakarta EE 11. It is the implementation of the Jakarta Validation 3.1. It also introduces new constraints, removes the integration of the Security Manager, provides the BOM for simpler dependency management, includes dependency updates, and makes other improvements and bug fixes.
[ ... ]
The first release candidate for Hibernate ORM 6.6
has already been released, and a final version will be available very soon. In today’s blog post, I’m going to delve into a feature that has been requested for a long time but has never made it into our framework until now: Embeddable Inheritance.
We just published Hibernate Search 7.2.0.Alpha2, the second alpha release of the next minor version of Hibernate Search.
Compared to the previous alpha, this version contains the license change, predicate improvements and more.
It also upgrades Lucene and Hibernate ORM dependencies and includes compatibility with the latest Elasticsearch 8.14.
Hibernate Reactive 2.3.1.Final is now available!
This release is compatible with Hibernate ORM 6.5.2.Final
and contains
a bug fix for identity generation with batching.
The full list of changes is available on GitHub.
We just published Hibernate Search 7.2.0.Alpha1, the first alpha release of the next minor version of Hibernate Search.
This version contains many improvements to the Search DSL, including new projection types, predicate improvements, query parameters and more.
It also upgrades Lucene and Hibernate ORM dependencies and includes compatibility with the latest OpenSearch 2.14.
Hibernate ORM version 6.6
is already available in Alpha version, and a final release will follow soon. In today’s post we’re going to dive into one of the new features that comes with this version, the new @ConcreteProxy
annotation.