Menu

JGroups / News: Recent posts


2.8.0.Beta2 released

subject says it all...

Posted by Bela Ban 2009-06-18


JavaGroups: 2.6.6.GA released

Reliable group communication based on IP multicast and configurable protocol stack.

Details at https://sourceforge.net/project/showfiles.php?group_id=6081&package_id=94868&release_id=638801

Posted by Bela Ban 2008-11-07

JavaGroups: 2.6.5.GA released

Reliable group communication based on IP multicast and configurable protocol stack

Details at https://sourceforge.net/project/showfiles.php?group_id=6081&package_id=94868&release_id=632134

Posted by Bela Ban 2008-10-10


JavaGroups: 2.6.3 is GA

Reliable group communication based on IP multicast and configurable protocol stack

Details and downloads are at http://sourceforge.net/project/showfiles.php?group_id=6081&package_id=94868&release_id=610286

Posted by Bela Ban 2008-06-30


2.6 is GA

The binary and src distributions were uploaded to SourceForge.
Enjoy,

Posted by Bela Ban 2007-11-13



JGroups 2.5 is GA

Posted by Bela Ban 2007-07-23

2.5 CR-1 released

The diff to beta-2 is mainly bug fixes, no new functionality.
I expect to release CR-2 by the end of June and GA in mid July.

Posted by Bela Ban 2007-06-12

2.5 beta-1 released

elease Notes JGroups 2.5 beta 1

Version: $Id: ReleaseNotes-2.5.txt,v 1.6 2007/03/21 09:42:32 belaban Exp $
Author: Bela Ban

JGroups 2.5 is still API-backwards compatible with previous versions (down to 2.2.5). However, there are some changes:
- JDK 5 is required
- a major number of older protocols were tossed out, e.g. if you used protocols listed in vsync.xml, they won't be
found anymore... read more

Posted by Bela Ban 2007-03-21

Service pack 1 for 2.4.1 released

Contains a few bug fixes, nothing critical. Needed for JBossAS 4.2

Posted by Bela Ban 2007-03-09

JGroups 2.4 released

Finally, after almost 5 months, JGroups 2.4 is here !

There are some cool features that I'll describe in more detail
below. Over 80 JIRA issues were resolved in 2.4, mostly bug fixes and
new functionality.

The good news is that 2.4 is API-backward compatible with all previous
versions down to and including 2.2.7. So, for those folks who are
using JBoss 4.0.x, which ships with JGroups 2.2.7 by default, this
means that they can simply replace their JGroups JAR file with the one
from 2.4 and benefit from the performance enhancements and bug fixes
that went into 2.4. For details on the JBoss/JGroups combinations see
http://labs.jboss.com/portal/jbosscache/compatibility/index.html.... read more

Posted by Bela Ban 2006-11-01

2.3 (final) released

See release notes

Posted by Bela Ban 2006-06-20

2.3 CR1 available

Check release notes for details.

Posted by Bela Ban 2006-05-24

2.2.9.2 service pack

to 2.2.9.1, mainly the problem with JDK 1.4.2 crashing when the diagnostic hander tries to bind to an interface without any IP address

Posted by Bela Ban 2006-05-16

2.3 beta released

Contains Multiplexer, functionally complete and very stable. 16 smaller issues still need to be fixed for the final release

Posted by Bela Ban 2006-04-27

2.2.9.1 released

  • Fix for the merge bug (multiple members merging while new members join)
  • Fix for ENCRYPT
  • Smaller fixes
Posted by Bela Ban 2005-12-29

2.2.9 final released

I just released JGroups 2.2.9 final.

This still contains the merge bug as described in
http://jira.jboss.com/jira/browse/JGRP-139, but because it occurs very rarely (only when multiple members need to
merge, and new members join at the same time), I decided to release 2.2.9.

The merge bug (and another smaller bug) will be fixed in 2.2.9.1, which will be backwards compatible with 2.2.9.

2.2.9 is API backwards compatible with 2.2.8 and 2.2.7, but it is not compatible regarding the wire format.
So, you can replace your older (2.2.7 and 2.2.8) versions of JGroups with 2.2.9, but you cannot run a mixed cluster
consisting of 2.2.7/2.2.8 and 2.2.9 nodes. So if you want to upgrade, replace the JGroups JAR files on all the nodes of
a cluster.... read more

Posted by Bela Ban 2005-12-09

2.2.9 beta released

Release Notes JGroups 2.2.9

Version: $Id: ReleaseNotes-2.2.9.txt,v 1.1 2005/09/01 12:04:15 belaban Exp $
Author: Bela Ban
Date: Sept 1 2005

JMX support

The channel and most protocols can now be accessed via JMX. This can
be used in any environment that provides an MBeanServer, e.g. JBoss or
JDK 5. With JDK 5's jconsole, for example, retransmission counters can
be viewed in realtime, or operations can be invoked that dump the
retransmission windows for NAKACK etc.
More information is available at
http://wiki.jboss.org/wiki/Wiki.jsp?page=JMX.... read more

Posted by Bela Ban 2005-09-01

2.2.8 final released

Major points:
Fast Message marshalling


  • Replaced Externalizable for Message with Streamable, resulting in much faster marshalling and
    reduced size of marshalled messages, allowing for more messages to be sent / second
  • org.jgroups.tests.MessageSerializationTest2 can be used to compare Externalizable with
    Streamable:
  • For 50000 messages, size reduction is almost 50%, marshalling 150% faster and unmarshalling 650% faster
    flags="-Xmx500M -Xms500M -XX:NewRatio=1 -XX:+AggressiveHeap -verbose:gc
    -XX:+DisableExplicitGC -XX:ThreadStackSize=32 -XX:CompileThreshold=100"
    java $flags org.jgroups.tests.MessageSerializationTest2 -num 100000 -add_headers false
    serialized size=8588935, streamable size=5788899, streamable is 48 percent smaller
    serialized write=831, streamable write=331, streamable write is 151 percent faster
    serialized read=1352, streamable read=180, streamable read is 651 percent faster... read more
Posted by Bela Ban 2005-05-30

2.2.8 Release Candidate #1 released

See release notes

Posted by Bela Ban 2005-04-26