转载

Infinispan 7.2.1.Final 发布,数据网格平台

5月23日 西安 OSC 源创会开始报名啦,存储、虚拟机、Docker 等干货分享

Infinispan 7.2.1.Final 发布了,该版本修复了 7.2.0 和 WildFly 9.0 CR1 之间的一些问题,详细列表请看 fixed issues

详细列表如下:

Bug

  • [ ISPN-4986 ] - Error in CDI User Guide

  • [ ISPN-5139 ] - MissingFormatArgumentException in trace logging in ClusteredCacheLoaderInterceptor

  • [ ISPN-5232 ] - Entry iterator returns entries created in current TX but does not apply the filter/converter

  • [ ISPN-5257 ] - ClusterListenerReplicateCallable should wire the filter and converter with the needed dependecies

  • [ ISPN-5271 ] - Usage of filter composition in DistributedEntryRetriever.sendRequest prevents dependency injection to filter and converter

  • [ ISPN-5279 ] - Some core notification filter implementations have an externalizer and are also Serializable

  • [ ISPN-5284 ] - ComponentMetadataPersister fails to process classes that contain ".class" in their FQN

  • [ ISPN-5300 ] - CacheEventFilterAsKeyValueFilter must pass the value and metadata as 'new' to the underlying CacheEventFilter

  • [ ISPN-5443 ] - NPE in ReadCommittedEntry.getLifespan() during Cache.size()

  • [ ISPN-5445 ] - Build is overwriting the valid module definition of hibernate-search-storage with an alias definition

Component  Upgrade

  • [ ISPN-5258 ] - Upgrade to Hibernate Search 5.1.1.Final, Apache Lucene 4.10.4

  • [ ISPN-5325 ] - Upgrade to protostream-3.0.1.Final

  • [ ISPN-5439 ] - Upgrade to Hibernate Search 5.2.0.Final

Enhancement

  • [ ISPN-5231 ] - CacheNotifierImpl should wire the listener and converter with dependecies from ComponentRegistry

  • [ ISPN-5269 ] - Process and generate component metadata for tests

  • [ ISPN-5277 ] - Add a functional test for remote events with filters and protobuf marshalling

Feature Request

  • [ ISPN-5304 ] - WildFly module "/org/infinispan/client/hotrod/jdg-6.4" is different if installed with library or HR-client

Infinispan  是个开源的数据网格平台。它公开了一个简单的数据结构(一个Cache)来存储对象。虽然可以在本地模式下运行Infinspan,但其真正的价值在于分布   式,在这种模式下,Infinispan可以将集群缓存起来并公开大容量的堆内存。这可比简单的复制强大的多,因为它会为每个结点分配固定数量的副本——服  务器故障的一种恢复手段——同时还提升了可伸缩性,这是由于存储每个结点所需的工作量是与集群大小息息相关的。

Infinispan 7.2.1.Final 发布,数据网格平台

正文到此结束
Loading...