Hibernate ORM 5.6.0.Beta2
was released today.
Changelog
While the 5.6
series was planned to be light on user facing features, as I previously explained, there are actually some nice small improvements to call out:
-
A new annotation
@Comment
can be used to add comment definitions in the schema for a column -
Various improvements in Hibernate Spatial: new geolatte-geom v. 1.8.2, fixed dirty checking of
GeometryCollection
-
It’s now possible to replace a JPQL based query with a custom native SQL query
And some bugfixes:
Bye bye Javassist
As a reminder from the previous post: Javassist support has been removed.
Use Byte Buddy instead.
Getting 5.6.0.Beta2
All details are available and up to date on the dedicated page on hibernate.org.
Full changelog: changelog for 5.6.0.Beta2
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)