Blog - page 49

Stay up to date with the latest articles and news from Infinispan.

Infinispan 7.0.0.Alpha3 is out!

April 11, 2014 Mircea Markus By Mircea Markus

Hi, The Alpha3 release of Infinispan 7.0.0 is now available. Highlights: authorization at both CacheManager and Cache levels some important enhancements for Map/Reduce’s usability, like the ability to use an intermediate cache during Map/Reduce execution and f...

Infinispan 7.0.0.Alpha2 release

March 27, 2014 Ion Savin By Ion Savin

Dear Infinispan community, The Alpha2 release of Infinispan 7.0.0 is now available. This release brings Cross-Site Replication State Transfer in a stable topology (i.e. no nodes leaving or joining during the state transfer) and several bug fixes. For a complete list of ...

Infinispan 6.0.2.Final includes ASL2-licensed JBoss Marshalling

March 19, 2014 Galder Zamarreño By Galder Zamarreño

We’ve just released Infinispan 6.0.2.Final to address a licensing issue we were having with JBoss Marshalling. Infinispan switched to ASL2 license when Infinispan 6.0.0 was released, but one of its dependencies, JBoss Marshalling, was still licensed under LGPL. JBoss Ma...

HotRod client in OSGi

March 06, 2014 Martin Genčúr By Martin Genčúr

Infinispan 7.0.0.Alpha1 makes it possible to easily run the HotRod client in an OSGi based container such as Karaf. Until this point there was no easy way to find out which libraries were required for the HotRod client to run in OSGi. These libraries then had to be installed ...

Embedded Cluster Listeners in Infinispan 7.0.0.Alpha1

March 05, 2014 Infinispan By Infinispan

If you are following on the dev listing, you may have seen a design doc come through that details adding support for Clustered Listeners to Infinispan. This features allows for listeners to be used in a distributed cache configuration. I am happy to say that this feature is...

Infinispan HotRod C# Client 7.0.0.Alpha1 release

March 05, 2014 Ion Savin By Ion Savin

Infinispan HotRod C# Client 7.0.0.Alpha1 is now available. This new version is a C# wrapper over the native client and brings support for L2 and L3 client intelligence levels in addition to L1. As more features are added to the native client they will make their way into the ...

Infinispan 7.0.0.Alpha1 release

February 28, 2014 Infinispan By Infinispan

Dear Infinispan community, We’re proud to announce the first Alpha release of Infinispan 7.0.0. This release adds several new features: Support for clustered listeners. One of the limitation of Infinispan’s distributed mode used to be that listeners could ...

Map/Reduce parallel execution

February 24, 2014 Vladimir Blagojevic By Vladimir Blagojevic

Ever since Infinispan 5.2 release we implemented fully distributed execution of both map and reduce phases of MapReduceTask. For the map phase, MapReduceTask hashes task input keys, groups them by execution node N these keys are hashed to, and sends map function along input k...

Tags
See All