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:

Feedback, issues, ideas?

To get in touch, use the usual channels:


Back to top