内容简介:Hibernate ORM 5.1.11.Final 发布,5.1 系列最后一个版本
Hibernate ORM 5.1.11.Final 发布了。这可能是 5.1 系列的最后一个版本,建议迁移到 5.2 以备修复未来不可知的 bug。即将创建的另外一个版本的 5.1 系列,是为了修复一些即将出现的 WildFly 版本中包含的 bug。
更新内容:
错误
-
[ HHH-10418 ] - ClassCastException thrown in SessionFactoryImpl for named regions containing both entity and collection
-
[ HHH-11364 ] - Unable to populate an ElementCollection (of an embeddable type) of an audited entity when the collection has a null value for a property with JoinColumn
-
[ HHH-11915 ] - DatabaseMetaData#getIndexInfo can return column names enclosed in quotes on PostgresPlus
-
[ HHH-11957 ] - DB2 substring method needs to be exposed in DB297Dialect
任务
-
[ HHH-11808 ] - Update migration guide and documentation
改进
-
[ HHH-4959 ] - Concurrent HQL parsing blocks on ReflectHelper.classForName()
-
[ HHH-11377 ] - ReflectHelper#getConstantValue should consider digits as well
-
[ HHH-11970 ] - Use of @NotFound(IGNORE) and @BatchSize when there are unresolved foreign key values results in extra queries
-
[ HHH-12075 ] - SQLQuery.executeUpdate() ignores SQLQuery.setTimeout()
完整内容请查看 发布主页 。
下载地址: http://hibernate.org/orm/releases/5.1
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- IJPay 0.8 版本发布,兼容低版本 JDK
- fastjson 1.2.55 版本发布,Bug 修复版本
- Apache Ignite 2.9.1 版本发布,小版本更新
- Swoole v4.6.1 版本发布,Bug 修复版本
- Swoole v4.6.2 版本发布,Bug 修复版本
- Swoole v4.6.4 版本发布,Bug 修复版本
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Windows内核原理与实现
潘爱民 / 电子工业出版社 / 2010年4月 / 99.00元
本书从操作系统原理的角度,详细解析了Windows如何实现现代操作系统的各个关键部件,包括进程、线程、物理内存和虚拟内存的管理,Windows中的同步和并发性支持,以及Windows的I/O模型。在介绍这些关键部件时,本书直接以Windows的源代码(WRK, Windows Research Kernel)为参照,因而读者可以了解像Windows这样的复杂操作系统是如何在x86处理器上运行的。 ......一起来看看 《Windows内核原理与实现》 这本书的介绍吧!