Today, we published a new maintenance release of Hibernate ORM 5.6: 5.6.10.Final.

What’s new

This release introduces a few minor improvements as well as bug fixes.

Optimisation

Thanks to Christoph Dreis for his contribution in the improvement of the AbstractEntityPersister.resolveDirtyAttributeIndexes() method memory allocation (see HHH-15325).

Bugfixes

Association Delete Cascading, Versionless optimistic locking and Dirty OptimisticLockType

We have fixed a bug causing an exception when trying to delete an entity having an association annotated for cascading delete (see HHH-15218).

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