Infinispan 5.1.2.FINAL is out now with a handful of issues fixed that did not make the previous 5.1.2.CR1. The default JGroups configuration files shipped by Infinispan have been tweaked to help with state transfer and the GUI demo should now work in the binaries-only distribution as well.
Full details of what has been fixed can be found here, and if you have feedback, please visit our forums. Finally, as always, you can download the release from here.
Cheers,
Galder
Full details of what has been fixed can be found here, and if you have feedback, please visit our forums. Finally, as always, you can download the release from here.
Cheers,
Galder
Great news! Congratulations! Unfortunately the jars aren't available in the maven repo. Only the pom.xml, tests.jar and sources.jar are there.
ReplyDeleteYes they are: https://repository.jboss.org/nexus/content/groups/public/org/infinispan/infinispan-core/5.1.2.FINAL/
ReplyDeleteAnd to be precise: https://repository.jboss.org/nexus/content/groups/public/org/infinispan/infinispan-core/5.1.2.FINAL/infinispan-core-5.1.2.FINAL.jar
Oooops my fault!
ReplyDeleteHi,
ReplyDeleteCall back is not available for expiration, this is a real drawback as we are migrating from oracle cache into infinispan and our buisness logic largely depend on cache reload on timed expiry.
@Senthil, you should be able to listen for @CacheEntryRemoved...
ReplyDeleteI am using 5.2.6 and I am not able to listen for @CacheEntryRemoved. It seems that I can only listen for @CacheEntryVisited @CacheStarted and @CacheStopped. Any suggestions?
ReplyDelete