Hibernate ORM 4.2.2.Final was just released. The full changelog can be viewed here

In addition to numerous bug fixes, notable changes include:

  • HHH-8217 reworked HHH-1904 and made generated constraint names short and non-random
  • HHH-7944 added OSGi support to Envers
  • HHH-7995 supports the use of OSGi services to register Hibernate extension points

JBoss Nexus: https://repository.jboss.org/nexus/content/groups/public/org/hibernate
Maven Central: http://repo1.maven.org/maven2/org/hibernate/hibernate-core (should update in a couple of days)
SourceForge: https://sourceforge.net/projects/hibernate/files/hibernate4
Downloads: 4.2.2.Final ZIP, 4.2.2.Final TGZ


Back to top