378 发表于 2015-11-12 15:29:16

Hibernate ORM 5.0 第三个 bug 修复版发布

*  - formula-based property leads to generation of invalid SQL with subselect fetches  
*  - HQL Query with boolean and @Convert
  
*  - EntityGraph applied to subquery when using collection function
  
*  - scroll() and iterate() methods do not support provided HQLQueryPlan
  
*  - Using JPA 2.1 schema generation together with hbm2ddl runs into deadlock with MySQL
  
*  - Hibernate ignores foreign-key name in hbm 
  
*  - Reuse JAXBContext instance (Slow mapping initialization) - port HHH-10065 fix to 5.0 branch
  
*  - Throw MappingException when entity/component class defines multiple matching getters by stem name
  
*  - Incorrect splitting of string using dot as separator
  
*  - hbm2ddl tools cannot generate create/update script not modifying the database
  
*  - "stored" is a reserved keyword in MySQL 5.7
  
*  - NPE in InformationExtractorJdbcDatabaseMetaDataImpl
  
*  - NameQualifierSupport for Hypersonic should be catalog
  
*  - Change NameQualifierSupport for Hypersonic from CATALOG to SCHEMA
  
*  - QueryHintSQLServer2012Test is wrong
  
*  - DefaultGeneratedValueTest fails on MySQL
  
*  - SchemaManagementException when performing SchemaUpdate
  
*  - Primary key not created for a Set after loading from XML mapping file
  
*  - Constraint name not considered for a Set while loading from XML mapping file
  
*  - ModelBinder fails to bind version property when generated="always"
页: [1]
查看完整版本: Hibernate ORM 5.0 第三个 bug 修复版发布