Hibernate ORM 4.2.13.Final was just released! Please see the full changelog for more information: https://hibernate.atlassian.net/issues/?jql=project=10031+AND+fixVersion=16650.

Another 4.2.x release was necessary to fix the following:

  • HHH-9154: fixes a regression introduced in 4.2.12 that broke HQL queries with a named parameter that is an HQL keyword;
  • HHH-9204: fixes a regression introduced in 4.2.12 that changed the method signature for an SPI, AbstractCollectionPersister.doProcessQueuedOps(PersistentCollection, Serializable, SessionImplementor);
  • HHH-9170: fixes a regression introduced in 4.2.8 that enables the second-level cache for a StatelessSession in some cases.

In addition, there were several improvements and minor fixes.

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.13.Final ZIP, 4.2.13.Final TGZ


Back to top