Infinispan 10.0.0.Beta2 和 9.4.8 发布了。Infinispan 是个开源的数据网格平台。它公开了一个简单的数据结构(一个Cache)来存储对象。虽然可以在本地模式下运行Infinspan,但其真正的价值在于分布式,在这种模式下,Infinispan可以将集群缓存起来并公开大容量的堆内存。
其中,9.4.8 版本包含了大量的 Bug 修复和一些小的增强。另外的 10.0.0 Beta2 更新内容如下:
很快会单独发布的新特性有:
-
[] - Extend configuration to allow inline JGroups configuration and inheritance
-
[] - Cluster member owning no data
-
[] - ServerNG: Initial implementation
关于持久存储长期兼容性的工作正在进行中:
[] - Stop exposing InternalMetadata via the persistence SPI
值得注意的更新:
[] - State transfer should preserve the creation timestamp of entries
旧的分布式执行器最终会被移除:
[] - Remove Distributed Executor
下载地址: