8870188 发表于 2015-8-18 10:17:15

Hibernate 5.0.0.CR3 发布,数据持久层框架

欢迎加入运维网交流群:263444886  
  Hibernate 5.0.0.CR3 发布,此版本更新内容如下:
  子任务
  * - Enhance field access
  ** Bug 修复
  * - Merge detached entity failed when the instrumented lazy property is initialized
  * - Lazy properties are not processed properly after a PreUpdate callback
  * - Regression on org.hibernate.cache.infinispan.query.QueryResultsRegionImpl.put(Object, Object)
  * - NPE in bindCollectionSecondPass
  * - Join is reused when 2 explicit joins are used for the same ToOne association
  * - The {{JdbcEnvironmentImpl(ServiceRegistryImplementor serviceRegistry, Dialect dialect)}} constructor form does not handle global/auto quoting properly.
  * - Bytecode enhancer fails on windows
  * - Schema migration (update) problems with catalog/schema restrictions
  * - NPE in org.hibernate.cache.internal.CacheDataDescriptionImpl.decode()
  * - Test IndexedCollectionTest.testEmbeddableWithEntityKey() fail on Oracle

  * - org.hibernate.dialect.Oracle10gDialect does not support>  * - Avoid cast to MetadataBuildingOptionsImpl in AnnotationMetadataSourceProcessorImpl#prepare()
  * - Explicit calls to EntityManager.joinTransaction() with no active JTA transaction should throw a TransactionRequiredException
  * - Hibernate#isPropertyInitialized always returns true for new enhancer
  * - Allow Transaction to rollback if marked-for-rollback-only
  * - Do better job cleaning up "stray" transactions in base test
  * - PhysicalNamingStrategy#toPhysicalTableName called rather than #toPhysicalColumnName for some columns
  * - SequenceStyleGenerator uses potentially incorrect name for table/sequence in DML statements

  * - Recognize legacy http://hibernate.sourceforge.net/hibernate-configuration DTD base>
  * - Test o.h.test.legacy.ComponentNotNullTest.testCompositeElement fails on Oracle - ORA-00972:>  * - Create index on Postgres with --defaultSchemaName

  * - Test o.h.test.type.AttributeConverterTest.testBasicTimestampUsage fails on Oracle - ORA-00972:>  * - MySQLDialect handling of numeric cast targets is incorrect
  * - Methods of ForwardingSessionBuilder, ForwardingSessionBuilderImplementor and ForwardingSharedSessionBuilder should return themselves not the delegate

  * - Tests in o.h.test.type.EntityGraphUsingFetchGraphTestUsage fail on Oracle - ORA-00972:>  * - JdbcResourceLocalTransactionCoordinatorImpl does not rollback on failure during #beforeCompletionCallback
  * - Enhaced entity changes not peristed after merge
  ** 改进
  * - Hibernate should handle hbm.auto = update with views
  * - EnumType mapped via hbm.xml not always resolved properly as far as named/ordinal
  * - Improve schema tooling support for creating catalogs and schemas
  * - Implement mark-for-rollback-only handling for JdbcResourceLocalTransactionCoordinatorImpl
  ** 新特性
  * - Consider options for passing Session to caching SPI calls
  ** 任务
  * - Update quickstarts and tutorials for 5.0 + convert to asciidoc(tor)
  * - Enable mariadb (mysql) database profile
  * - Enable pgsql database profile
  * - Enable derby database profile
  * - Upgrade Hibernate Validator to 5.2.0.Final

  * - Remove NoIdentityHQLScrollFetchTest and change HQLScrollFetchTest to work with "increment">  * - Rename org.hibernate.boot.model.relational.Schema to Namespace
  * - Fix reference manual inconsistencies for 5.0
  更多内容请看发行说明。
  
页: [1]
查看完整版本: Hibernate 5.0.0.CR3 发布,数据持久层框架