Tags
Authors
Hibernate Reactive 1.1.7.Final is now available!
This release contains a couple of important bug fixes:
You can find the complete list of changes on GitHub.
Thank you!
Today, we published a new maintenance release of Hibernate ORM 6.1: 6.1.1.Final.
I am glad to announce the release of Hibernate Validator 8.0.0.CR1, which is the final step before our Final release (except if important issues are reported, of course).
Hibernate Validator 8 is the Hibernate Validator version targeting Jakarta EE 10 and it is the reference implementation of Jakarta Bean Validation.
Hibernate ORM version 6.1.0.Final
was just announced a few days ago, but the announcement didn’t go into a too much detail.
Read on if you want to know more about some of the hot new features this shiny new release comes with.
Hibernate 6.1 Final
Today, we published a new maintenance release of Hibernate ORM 6.0: 6.0.2.Final.
Hibernate Reactive 1.1.6.Final is now available!
This release fixes a performance issue related to the query cache and a bug happening when fetching an association with a stateless session.
The complete list of changes is available on GitHub.
Thank you!
Over the weekend we released both Hibernate ORM 5.6.9.Final
and Hibernate Reactive 1.1.5.Final
.
Hibernate ORM 6.0 makes mapping UUID values easy, including use of generated UUID values as identifiers.
By default, Hibernate will map UUID
values to either
-
a database-specific UUID type, if one -
UUID
for PostgreSQL,UNIQUEIDENTIFIER
for T-SQL variants, etc. -
BINARY
if the database does not define a specific UUID type.
[ ... ]
We just published a maintenance release for Hibernate Search: 6.1.5.Final.
This release mainly upgrades to Hibernate ORM 5.6.8.Final,
upgrades to Hibernate ORM 6.0.1.Final for -orm6 artifacts,
upgrades to the latest version of Jakarta dependencies for -orm6
/-jakarta
artifacts,
and fixes a few bugs.