内容简介:Infinispan 同时发布了两个版本,9.3.1.Final 包含一些重要的 bug 修复,建议所有 9.3.0.Final 用户升级: Fix for CVE-2018-1131 that allows unchecked deserialization in the server from binary java , XML...
Infinispan 同时发布了两个版本,9.3.1.Final 包含一些重要的 bug 修复,建议所有 9.3.0.Final 用户升级:
Fix for CVE-2018-1131 that allows unchecked deserialization in the server from binary java , XML and JSON payloads
Fixed transcoding from JSON/XML to java objects with deployed entities (ISPN-9336)
Look up key in cache loader if the entry has expired but hasn't yet been removed from the data container (ISPN-9370)
Avoid circular references in exceptions, as they were causing stack overflows with logback 1.2.x (ISPN-9362)
9.4.0.Alpha1 是下一个重要版本的首次亮相,亮点包括:
The Spring Cache provider now supports two configuration properties with which you can determine how long to wait for read and write operations respectively (ISPN-9301).
You can now obtain nanosecond-resolution statistics for average read/write/remove time (ISPN-9352).
Queries now throw an AvailabilityException if the cache is in degraded mode and partition mode isn’t ALLOW_READ_WRITES ([ISPN-9340)
Admin Console: You can now delete cache from Administration console (ISPN-7291).
Following up on the segmented data container in 9.3.0.Final, cache stores can now be segmented as well, allowing for better performance for bulk operations (ie. cache.size(), cache.entrySet().stream())
The server-side Hot Rod parser is now generated automatically (ISPN-8981)
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- NPM包(模块)发布、更新、撤销发布
- 有赞灰度发布与蓝绿发布实践
- 【重磅发布】Linkis 0.10.0 版本发布
- BeetlSQL 3.0.9 发布,Idea 插件发布
- 贝密游戏 0.7.0 发布,发布斗地主
- 【重磅发布】DataSphere Studio 0.9.0 版本发布
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
C程序设计语言
Brian W. Kernighan、Dennis M. Ritchie / 机械工业出版社 / 2006-8-1 / 35.00元
在计算机发展的历史上,没有哪一种程序设计语言像C语言这样应用广泛。本书是C语言的设计者之一Dennis M.Ritchie和著名计算机科学家Brian W.Kernighan合著的一本介绍C语言的权威经典著作。我们现在见到的大量论述C语言程序设计的教材和专著均以此书为蓝本。本书第1版中介绍的C语言成为后来广泛使用的C语言版本——标准C的基础。人们熟知的“hello,World"程序就是由本书首次引......一起来看看 《C程序设计语言》 这本书的介绍吧!