Today, we published a new maintenance release of Hibernate ORM 6.0: 6.0.1.Final.

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

What’s new

Type support

This release introduces the support for two new types:

  • The GEOGRAPHY type code has been added to SqlTypes to support mapping native SQL type geography to the database (see HHH-15165)

  • Support for the SQLXML type code has been added to allow mapping native SQL type xml to the database (see HHH-15200)

Libraries version upgrade

The version of Antlr library has been upgraded to 4.10 and HCANN has been upgraded to 6.0.1.

Conclusion

For additional details, see:

For the full list of changes in this version see the Release Notes.

Feedback, issues, ideas?

To get in touch, use the usual channels:


Back to top