Tuesday, September 13, 2011

ReflectionPofSerializer 1.3 is out

ReflectionPofSerializer 1.3 is out.

In this release
* After discussion with Coherence team, lazy initialization of type map cache in AutoPofSerializer has been replaced by asynchronous variant.

You can download binaries from
http://code.google.com/p/gridkit/wiki/ReflectionPofSerialize 
or use following maven dependency from gridkit maven repo.
 
<dependency>
        <groupId>org.gridkit.coherence.utils</groupId>
        <artifactId>reflection-pof-serializer</artifactId>
        <version>1.3</version>
</dependency> 

No comments:

Post a Comment