Today, we published a new maintenance release of Hibernate ORM 6.1: 6.1.1.Final.
What’s new
This release introduces a few minor improvements as well as bug fixes.
Optimisation
We have improved the memory allocation of the AbstractEntityPersister.resolveDirtyAttributeIndexes()
method, thanks to Christoph Dreis for his contribution (see HHH-15325).
Subqueries, EmbeddedId and IdClass
The selection of embedded ids or id classes in a from clause subquery is not any more limited to to-one associations (see HHH-15367).
Bugfixes
You can find the full list of changes in this version here.
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)