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:

Feedback, issues, ideas?

To get in touch, use the usual channels:


Back to top