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

What’s new

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

Optimisation

Thanks to Sanne Grinovero and Bernd Meisel an issue causing severe performance drops in large projects has been fixed (see HHH-15100).

Jandex

Thanks to Ladislav Thon Hibernate 5.6.11 is now compatible with both Jandex 2.4 and 3.0.0 (see HHH-15466).

Bugfixes

@NotFound and Hibernate Criteria

We have fixed a bug causing an exception when trying to select the id of an association annotated with @NotFound (see HHH-15425 and User guide).

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