欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  资讯频道

JBoss 发布 Hibernate 4.2.4 版本

程序员文章站 2022-03-26 19:17:46
...
Jboss发布了最新版本的Hibernate 4.2.4 最终版本。

该版本修改了一些bug,提高了osgi以及JPA的一些特性。主要改进如下:

Bug修复:

  • [HHH-3078] - Problem with multiple classloaders and cglib proxy enhancement, e.g. in the usual tomcat configuration
  • [HHH-4141] - Typo in tutorial docs
  • [HHH-4261] - @Any mapping fails during configuration: "@Any requires an explicit @JoinColumn(s)"
  • [HHH-4294] - Generated SQL includes a column named "null" when referencing a map entry by key and using @LazyCollection(LazyCollectionOption.EXTRA)
  • [HHH-7959] - Hibernate/Infinispan 2nd Level Caches set to JBoss7 transaction-mode=NONE stop functioning after an explicit eviction
  • [HHH-8055] - Typo in docs? 16.3. Associations and joins
  • [HHH-8193] - MSSQL: The stream value is not the specified length. The specified length was 7, the actual length is 0.
  • [HHH-8302] - C3P0 initialPoolSize non longer initialized with minPoolSize
  • [HHH-8362] - Wrong add contraint unique statement for informix
  • [HHH-8371] - The method org.hibernate.internal.util.StringHelper.lastIndexOfLetter does not consider the character '_'
  • [HHH-8373] - NullPointerException in QueryImpl#extractParameterInfo
  • [HHH-8390] - Foreign key reference generated before unique constraint exists
  • [HHH-8397] - MultiLineImportFileTest failing on some platforms
  • [HHH-8420] - Correct test-only failures occurring in matrix CI
  • [HHH-8427] - Typo in documentation - Basic Mapping
  • [HHH-8428] - ProviderMBeanRegistration.locateSessionFactory() NPE
改进:

  • [HHH-8378] - hibernate-osgi cleanup on bundle stop
  • [HHH-8424] - Skip collection element/map key AnyTypes in JPA metamodel
详细信息:https://hibernate.atlassian.net/secure/ReleaseNote.jspa?projectId=10031&version=13750

下载地址:http://www.hibernate.org/downloads