Infinispan 9.3.1.Final 和 9.4.0.Alpha1 发布

栏目: 服务器 · 发布时间: 6年前

内容简介:Infinispan 同时发布了两个版本,9.3.1.Final 包含一些重要的 bug 修复,建议所有 9.3.0.Final 用户升级:9.4.0.Alpha1 是下一个重要版本的首次亮相,亮点包括:

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

完整修复列表

下载地址:


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

代码阅读方法与实践

代码阅读方法与实践

斯平内利斯 / 赵学良 / 清华大学出版社 / 2004-03-01 / 45.00元

代码阅读有自身的一套技能,重要的是能够确定什么时候使用哪项技术。本书中,作者使用600多个现实的例子,向读者展示如何区分好的(和坏的)代码,如何阅读,应该注意什么,以及如何使用这些知识改进自己的代码。养成阅读高品质代码的习惯,可以提高编写代码的能力。 阅读代码是程序员的基本技能,同时也是软件开发、维护、演进、审查和重用过程中不可或缺的组成部分。本书首次将阅读代码作为一项独立课题......一起来看看 《代码阅读方法与实践》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

MD5 加密
MD5 加密

MD5 加密工具

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换