Today, we published a new maintenance release of Hibernate ORM 5.6: 5.6.12.Final.
What’s new
This release introduces a few bug fixes and a new feature.
New Feature
A new method getReference(T) has been added to org.hibernate.Session
that receives a detached instance and returns a reference to the persistent instance with the same identity as the given
detached instance (see HHH-15508).
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)