Tags
Authors
Hibernate projects are not affected by the vulnerabilities behind CVE-2021-45046 and CVE-2021-44228: none of the Hibernate projects has a runtime dependency on Log4j core.
We use JBoss Logging, which provides a minimal API bridging to your logger backend of choice and does not come with fancy features relying on JNDI lookups.
We do use Log4j during development of the Hibernate libraries as it’s a dependency of our testsuites; therefore we’ve still upgraded all branches.
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.
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 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 first Beta of Hibernate ORM 6.0 has just been released.
We had a few main focuses for this Beta:
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
Today, we published a new maintenance release of Hibernate ORM 5.3: 5.3.23.Final.
Hibernate ORM 5.6.0.Beta2
was released today.
We just released Hibernate ORM 5.6.0.Beta1
; the 5.6.x
series will be rather light on features as all stronger improvements are now reserved for versions 6+
, but we’re starting a cleanup so to help you get prepared with the migration to six.
This is also a strategy to allow us to be more conservative with the patches we apply to 5.5
series, which we will maintain for longer like we do already with 5.3
and 5.4
but somewhat delaying backports of fixes to these branches, to give us all that extra level of confidence.
Today, we published a new maintenance release of Hibernate ORM 5.3: 5.3.22.Final.