We just released the sixth maintenance release of Hibernate ORM 5.4.
What’s new
This release adds the ability to perform build-time bytecode enhancement as part of a Gradle build via a dedicated EnhanceTask. Previous versions simply leveraged a doLast hook on the standard JavaCompile task. This allows a chain of enhancers to be run or to enhance classes produced by means other than the standard Gradle JavaCompile task.
Getting 5.4.6.Final
All details are available and up to date on the dedicated page on hibernate.org.
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)