Hibernate ORM 4.2.13.Final 发布,此版本包括一些 bug 修复和改进。
修复的问题如下:
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.
更多内容请看这里。
其他相关链接:
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
项目主页:https://hibernate.atlassian.net/secure/ReleaseNote.jspa?projectId=10031&version=16650
下载地址:http://sourceforge.net/projects/hibernate/files/hibernate4/4.2.13.Final/hibernate-release-4.2.13.Final.zip/download
来自:开源中国社区