Hibernate ORM 4.2.6.Final 发布了,修复了 20 个问题,完整列表请看
https://hibernate.atlassian.net/secure/ReleaseNote.jspa?projectId=10031&version=14150
值得关注的有:
HHH-8363 corrected numerous memory leaks involving stopping/destroying ORM and references to ClassLoaders not being GC'd
HHH-8476 automatically deletes rows in the foreign key join table when an element is removed from a many-to-many association
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
官方首页:http://sourceforge.net/projects/hibernate/files/hibernate4/4.2.6.Final/hibernate-release-4.2.6.Final.zip/download
来自:开源中国社区

