Infinispan 7.2.3.Final 发布,此版本主要是包括 7.2 分支的一些 bug 修复: [ISPN-4123] - Remote Query tests random failures [ISPN-5444] - Filter/converters in server can't unmarshall custom cached classes [ISPN-5522] - LIRS BoundedConcurrentHashMapv8 eviction for tree bin missing check [ISPN-5524] - Race condition in SemaphoreCompletionService.executeFront() [ISPN-5527] - Java system properties no longer supported in leveldb expiration path [ISPN-5531] - java.lang.UnsupportedOperationException during remove (using RemoteCacheManager) [ISPN-5543] - Bad tracef arguments are causing IllegalFormatConversionException [ISPN-5560] - NotSerializableException for invalidation-cache [ISPN-5565] - Memory leak in Hot Rod client tests [ISPN-5566] - Listener Observation is not obeyed for non CacheEntryEvents 改进 [ISPN-5519] - Cannot choose to run index-less query on an indexed cache in compat mode 此版本现已提供下载,详细改进请看发行说明或者更新日志。 Infinispan 是个开源的数据网格平台。它公开了一个简单的数据结构(一个Cache)来存储对象。虽然可以在本地模式下运行Infinspan,但其真正的价值在于分布 式,在这种模式下,Infinispan可以将集群缓存起来并公开大容量的堆内存。这可比简单的复制强大的多,因为它会为每个结点分配固定数量的副本——服 务器故障的一种恢复手段——同时还提升了可伸缩性,这是由于存储每个结点所需的工作量是与集群大小息息相关的。 Infinispan 7.2.3.Final 发布,数据网格平台下载地址