Tags
Authors
Today, we published a new maintenance release of Hibernate ORM 5.6: 5.6.10.Final.
Today, we published a new maintenance release of Hibernate ORM 6.1: 6.1.1.Final.
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.
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.
[ ... ]
Today, we published a new maintenance release of Hibernate ORM 6.0: 6.0.1.Final.
This release introduces a few minor improvements as well as bug fixes.
Hibernate 6.0 Final
It has been years in the making, but ORM 6.0 Final has finally been released!
This announcement will discuss the major changes, as well as give insight into why certain choices were made.
We will also be following up with a series of more focused posts targeting specific improvements or cool new features. Stay tuned!
This week we released both Hibernate ORM version 5.6.6.Final
and 5.6.7.Final
.