Today, we published a new maintenance release of Hibernate ORM 6.0: 6.0.2.Final.
What’s new
This release introduces a few minor improvements as well as bug fixes.
Optimisation
We have improved how the LazyAttributeLoadingInterceptor
is dealing with lazy fields, this makes its processing a bit more efficient and saves a bit of memory as well (see HHH-15274).
Bugfixes
You can find the full list of changes in this version here.
Getting 6.0.2.Final
All details are available and up to date on the dedicated page on hibernate.org.
Conclusion
For additional details, see:
-
the User Guide
-
the Migration Guide
-
the release page.
Feedback, issues, ideas?
To get in touch, use the usual channels:
-
hibernate tag on Stack Overflow (usage questions)
-
User forum (usage questions, general feedback)
-
Issue tracker (bug reports, feature requests)
-
Mailing list (development-related discussions)