内容简介:Infinispan 9.4.0.Final 已发布,这是项目10周年的特别版,包含以下新特性和改进: Segments everywhere 9.3 brought the segmented on-heap memory container. 9.4 extends this to provide the benefits of se...
Infinispan 9.4.0.Final 已发布,这是项目10周年的特别版,包含以下新特性和改进:
Segments everywhere
9.3 brought the segmented on-heap memory container. 9.4 extends this to provide the benefits of segmentation to off-heap as well as all of the core cache stores. Watch as your bulk operations (size, iteration, streams) get a big performance boost !Transcoding everywhere
To paraphrase the Grand Moff Tarkin, “The last remnants of Compatibility Mode have been swept away”. Transcoding, i.e. the ability to transparently convert between a number of formats across different endpoints, is now “fully operational”.Transactions everywhere
Hot Rod transactions now support recovery.Hot Rod client improvements
The Hot Rod client has received many improvements:Client-side statistics, complete with JMX support
Improvements to the scalability and the behaviour of near-caches
All of the configuration can now be supplied via the properties, which also means easier integration with other frameworks, such as Spring Boot.
Query improvements
Many cleanups and improvementsBugfixes, stability, reliability
Although not as exciting as new features, we continued our work to improve the stability, reliability and performance of all aspects of Infinispan.Upgrades:
As usual the latest and greatest JGroups 4.0.15
The server is now based on WildFly 14
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Effective Java 中文版
(美)Joshua Bloch / 潘爱民 / 机械工业出版社 / 2003-1 / 39.00元
本书介绍了在Java编程中57条极具实用价值的经验规则,这些经验规则涵盖了大多数开发人员每天所面临的问题的解决方案。通过对Java平台设计专家所使用的技术的全面描述,揭示了应该做什么,不应该做什么才能产生清晰、健壮的高效的代码。 本书中的每条规则都以简短、独立的小文章形式出现,这些小文章包含了详细而精确的建议,以及对语言中许多细微之处的深入分析,并通过例子代码加以进一步说明。贯穿全书的是通用......一起来看看 《Effective Java 中文版》 这本书的介绍吧!