Today, we published a new maintenance release of Hibernate ORM 6.1: 6.1.3.Final.
What’s new
This release introduces a few minor improvements as well as bug fixes.
Optimisation
JSON/XML type
String annotated with @JdbcTypeCode(SqlTypes.JSON)
/@JdbcTypeCode(SqlTypes.SQLXML)
are not anymore serialized to JSON/XML but are now interpreted as plain JSON/XML avoiding serialization/deserialization (see HHH-15458).
ColumnReference
Christian Beikov worked on optimizing the ColumnReference
rendering, reducing string buffering and allocations (see HHH15462)
Merge operation
We have optimised the merge operation limiting the properties replacement operations executed (see HHH-15471).
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)