Tags
Authors
Hibernate ORM 6.2.0.CR2 was just released with lots of goodies.
A little over a month has gone by since 6.2 CR1 was released. In that time, and even before, we’ve recieved really excellent feedback and bug reports and resolved over 100 Jira reports. Thanks for the feedback!
The code has really stabilized as the SQL AST changes smoothed out as well.
Hibernate ORM 6.2.0.CR1 was just released which contains a lot of new features, enhancements and bug-fixes.
[ ... ]
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.
[ ... ]
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!
The second candidate release for Hibernate ORM 6.0 has been released.
We fully expect this to be the last release candidate and currently plan on having the 6.0 final release within the next 2-4 weeks.
This release was held up a bit working on passing the Jakarta Persistence TCK. Mainly we had to wait for our challenges and proposed challenges to be discussed and accepted. This release fully passes the 3.1 TCK! Hopefully we will soon pass the 3.0 TCK as well, but we are still waiting on resolution of some challenges there.
The first candidate release!
Hibernate ORM 6.0.0.Beta3 has been released. Just in time for the holidays!
We are especially excited for this release because it feels like the last beta on the long journey it has taken to develop 6.0. Lots of work has gone into Beta3, but like Beta2 most of that work has been behind the scenes. A few specific things of note:
The second Beta of Hibernate ORM 6.0 has just been released.
Quite a lot has gone into this release, but at a high level -
The first Beta of Hibernate ORM 6.0 has just been released.
We had a few main focuses for this Beta: