发布于 2015-05-09 00:17:54 | 149 次阅读 | 评论: 0 | 来源: 网友投递
Infinispan 开源的数据网格平台
Infinispan是JBoss Cache缓存框架的后续项目,它是一个开源的数据网格平台,用于访问分布式状态的群集节点。GridFileSystem(网格文件系统)是一个全新的实验性的API,这些API使Infinispan后端的网格数据像“文件系统”一样展示出来。
Infinispan 7.2.1.Final 发布了,该版本修复了 7.2.0 和 WildFly 9.0 CR1 之间的一些问题,详细列表请看 fixed issues
详细列表如下:
[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
[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
[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
[ISPN-5304] - WildFly module "/org/infinispan/client/hotrod/jdg-6.4" is different if installed with library or HR-client
Infinispan是JBoss Cache缓存框架的后续项目,它是一个开源的数据网格平台,用于访问分布式状态的群集节点。GridFileSystem(网格文件系统)是一个全新的实验性的API,这些API使Infinispan后端的网格数据像“文件系统”一样展示出来。