Hibernate ORM version 4.1.5 has just been released. This is a minor bug fix release containing 20 bug fixes, See the changelog for the complete list of fixes. Specific fixes of note include:

  • HHH-4394 - This issue was created 5 years ago, and watched by 12 community members, now it is finally resolved :D, it has a long discussion history, so I'd not summary it here, check the link and find the details.
  • HHH-7440 / HHH-7370 / HHH-7369 - The dialect specific limit clause generation were causing lots of issues, esp with MS SQL Server dialect, now, Lukasz has redesigned it with a much cleaner API/code, and also resolved those issues.
  • HHH-7431 - Contributed by Eric Dalquist, he found NaturalIdCacheKey was using pre-generated toString, and this caused high memory footprint.
  • HHH-7426 - cacheable attribute in orm.xml was not handled.

I'd like take this opportunity to thank our awesome community, most hibernate developer are working on the new metamodel stuff, which we're hoping to get into Hibernate 5, so, the community contributed most of bug fixes / improvements of this release, YOU ARE DOING GREAT, THANKS !

Enjoy!


Back to top