Showing posts with label JGroups 3.5.0.Final release reliable multicast cluster. Show all posts
Showing posts with label JGroups 3.5.0.Final release reliable multicast cluster. Show all posts

Friday, August 29, 2014

JGroups 3.5.0.Final released

I'm happy to announce that JGroups 3.5.0.Final has been released !

It's quite a big release with 137 issues resolved.

Downloads at the usual place (SourceForge) or via Maven:

<dependency>
    <groupId>org.jgroups</groupId>
    <artifactId>jgroups</artifactId>
    <version>3.5.0.Final</version>
</dependency>

 

The release notes are here.

Enjoy !

Bela Ban