内容简介:Spring Data 团队已发布 Lovelace 的第二个候选版,接下来将是 9 月份的 GA 版本。 M1 - February 6th, 2018 M2 - April 13th, 2018 M3 - May 17th, 2018 RC1 - July 26th, 2018 RC2 - August 20th, 2018 GA - S...
Spring Data 团队已发布 Lovelace 的第二个候选版,接下来将是 9 月份的 GA 版本。
M1 - February 6th, 2018
M2 - April 13th, 2018
M3 - May 17th, 2018
RC1 - July 26th, 2018
RC2 - August 20th, 2018
GA - September 19th, 2018
Spring Data Lovelace 核心更改:
Support of immutable objects.
Support for deferred JPA repository initialization.
MongoDB 3.6 support for change streams,
$jsonSchema
, client sessions, and transactions.Migrate to Querydsl Document API for MongoDB and import Querydsl MongoDB support classes to Spring Data MongoDB repository.
Apache Cassandra mapping improvements for
Map
and tuple types, Lifecycle Callbacks, Kotlin Extensions.Include Spring Data JDBC in release train.
Composable repositories support via CDI.
Improved Connection Handling for reactive Redis and static Master/Slave use.
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上所述就是小编给大家介绍的《Spring Data Lovelace RC2 发布,正式版即将到来》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- WordPress 5.0 Beta 3 发布,正式版即将到来
- WordPress 5.0 RC2 发布,正式版即将到来
- 尚未到来的远程工作
- 尚未到来的远程工作
- 强化学习时代正在到来
- web3.0时代悄然到来
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Windows内核原理与实现
潘爱民 / 电子工业出版社 / 2010年4月 / 99.00元
本书从操作系统原理的角度,详细解析了Windows如何实现现代操作系统的各个关键部件,包括进程、线程、物理内存和虚拟内存的管理,Windows中的同步和并发性支持,以及Windows的I/O模型。在介绍这些关键部件时,本书直接以Windows的源代码(WRK, Windows Research Kernel)为参照,因而读者可以了解像Windows这样的复杂操作系统是如何在x86处理器上运行的。 ......一起来看看 《Windows内核原理与实现》 这本书的介绍吧!