Hibernate ORM 4.2.13.Final版本已发布!请查看完整的变更日志以获取更多信息:https://hibernate.atlassian.net/issues/?jql=project=10031+AND+fixVersion=16650

为了修复以下问题,还需要发布另一个4.2.x版本:

  • HHH-9154:修复了4.2.12版本中引入的回归问题,该问题破坏了使用命名字符的HQL查询;
  • HHH-9204:修复了4.2.12版本中引入的回归问题,该问题更改了SPI的方法签名,AbstractCollectionPersister.doProcessQueuedOps(PersistentCollection, Serializable, SessionImplementor);
  • HHH-9170:修复了4.2.8版本中引入的回归问题,在某些情况下启用了StatelessSession的二级缓存。

此外,还有一些改进和小的修复。

JBoss Nexus: https://repository.jboss.org/nexus/content/groups/public/org/hibernate
Maven Central: http://repo1.maven.org/maven2/org/hibernate/hibernate-core (应在几天内更新)
SourceForge: https://sourceforge.net/projects/hibernate/files/hibernate4
下载: 4.2.13.Final ZIP4.2.13.Final TGZ


返回顶部