Today, we released a new maintenance release of Hibernate ORM 5.3: 5.3.13.Final.

What’s new

Improvements

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.

Bugfixes

You can find the full list of changes in this version here (or, for people without a Hibernate Jira account, here).

Getting 5.3.13.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:


Back to top