Bio
Sanne is the technical lead of the Hibernate team at Red Hat, where he is an Architect in the engineering department. He works across all Hibernate projects and Quarkus, helping define team priorities; works on performance and benchmarks, tries to mediate the needs of the OSS community and the business requirements which fund the project, while balancing innovation with the requirements of established users. He also likes to contribute to many other OSS projects, such as Infinispan, Wildfly, Lucene, Elasticsearch, GraalVM and OpenJDK - and many others, depending on the needs of our community and our projects. He lived in Holland, Italy, the Dominican Republic, Chile, Portugal; currently resides in the UK; loves OSS and socializing with other developers to improve all and any OSS project.
Tags
Authors
Hibernate ORM 5.6.14.Final
is now available.
Just after releasing 5.6.13.Final
yesterday we discovered a critical regression, so
we decided to start a new release as soon as possible.
The only change is to fix that one problem, which was newly introduced: let’s forget about the existence of 5.6.13.Final
- nothing to see there :)
All the great improvements listed in yesterday’s blog apply of course; to recap it included both important bugfixes and significant performance improvements: might be worth your attention.
Hibernate ORM 5.6.13.Final
is available now, including some important bugfixes and a very exciting performance improvement.
Over the weekend we released both Hibernate ORM 5.6.9.Final
and Hibernate Reactive 1.1.5.Final
.
This week we released both Hibernate ORM version 5.6.6.Final
and 5.6.7.Final
.
Hibernate ORM version 5.6.5.Final
is now available, improving compatibility with the latest version of H2.
Hibernate ORM version 5.6.2.Final
is now available.
This is a maintenance release of the latest stable branch 5.6
; speaking of branches, it’s worth highlight that our main
branch is now pointing to the sources of the upcoming version 6.0.
As we spent the last year preparing for the first stable release of Hibernate Reactive we have been trying to answer some questions we had.
The Hibernate team is pleased to announce availability of version 5.6.0.Final
of our flagship ORM library.
Compared to previous candidate releases, not much has changed:
-
a single bugfix HHH-13295 related to combining
@EmbeddedId
with@MapsId
- this was not a regression -
Upgraded ByteBuddy to the latest
-
Some more deprecation warnings, to better prepare you all for the amazing Hibernate ORM 6 - which is coming soon and you could already try out as Beta1 is now available.
The main branch of Hibernate ORM, which will soon be promoted as our 5.6 release, is looking good and stable;
we’re happy to announce tag 5.6.0.CR1
was released today and should already be available from your favourite Maven mirrors.
Compared to previous 5.6.0.Beta2
, you should see no differences:
-
The GraalVM support module was upgraded to compile with GraalVM
21.2.0
. -
JMX integration is now marked deprecated, in preparation for Hibernate ORM 6
-
JACC integration was also marked deprecated, for the same reason
-
SchemaMigrator/SchemaValidator are undergoing some minor refactoring, to expose functionality to Hibernate Reactive