javagroups-git Mailing List for JGroups (Page 12)
Brought to you by:
belaban
You can subscribe to this list here.
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(28) |
Dec
(44) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2011 |
Jan
(56) |
Feb
(37) |
Mar
(38) |
Apr
(38) |
May
(17) |
Jun
(13) |
Jul
(40) |
Aug
(27) |
Sep
(38) |
Oct
(31) |
Nov
(42) |
Dec
(22) |
2012 |
Jan
(56) |
Feb
(27) |
Mar
(40) |
Apr
(28) |
May
(57) |
Jun
(40) |
Jul
(30) |
Aug
(32) |
Sep
(45) |
Oct
(36) |
Nov
(42) |
Dec
(36) |
2013 |
Jan
(25) |
Feb
(55) |
Mar
(7) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
2014 |
Jan
(1) |
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2019 |
Jan
(1) |
Feb
(19) |
Mar
(33) |
Apr
(17) |
May
(27) |
Jun
(27) |
Jul
(8) |
Aug
(30) |
Sep
(25) |
Oct
(16) |
Nov
(105) |
Dec
(32) |
2020 |
Jan
(50) |
Feb
(33) |
Mar
(58) |
Apr
(57) |
May
(29) |
Jun
(29) |
Jul
(31) |
Aug
(65) |
Sep
(24) |
Oct
(34) |
Nov
(45) |
Dec
(23) |
2021 |
Jan
(19) |
Feb
(14) |
Mar
(29) |
Apr
(34) |
May
(21) |
Jun
(17) |
Jul
(4) |
Aug
(32) |
Sep
(48) |
Oct
(15) |
Nov
(20) |
Dec
(60) |
2022 |
Jan
(56) |
Feb
(29) |
Mar
(19) |
Apr
(20) |
May
(9) |
Jun
(21) |
Jul
(50) |
Aug
(35) |
Sep
(25) |
Oct
(24) |
Nov
(33) |
Dec
(22) |
2023 |
Jan
(22) |
Feb
(43) |
Mar
(39) |
Apr
(26) |
May
(24) |
Jun
(58) |
Jul
(152) |
Aug
(54) |
Sep
(28) |
Oct
(34) |
Nov
(23) |
Dec
(16) |
2024 |
Jan
(75) |
Feb
(46) |
Mar
(32) |
Apr
(90) |
May
(50) |
Jun
(33) |
Jul
(52) |
Aug
(116) |
Sep
(34) |
Oct
(70) |
Nov
(43) |
Dec
(39) |
2025 |
Jan
(9) |
Feb
(48) |
Mar
(20) |
Apr
(43) |
May
(32) |
Jun
(45) |
Jul
(45) |
Aug
(9) |
Sep
|
Oct
|
Nov
|
Dec
|
From: Bela B. <no...@gi...> - 2024-12-18 11:12:33
|
Branch: refs/heads/JGRP-2719 Home: https://github.com/belaban/JGroups To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2024-12-18 11:12:06
|
Branch: refs/heads/JGRP-2716 Home: https://github.com/belaban/JGroups To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2024-12-18 11:10:19
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 6f4b3637ec4b90686baf2b47c3193c738d56eb2c https://github.com/belaban/JGroups/commit/6f4b3637ec4b90686baf2b47c3193c738d56eb2c Author: Bela Ban <be...@ma...> Date: 2024-12-18 (Wed, 18 Dec 2024) Changed paths: M src/org/jgroups/blocks/RequestCorrelator.java M src/org/jgroups/protocols/BaseBundler.java M src/org/jgroups/protocols/PERF.java M src/org/jgroups/protocols/ReliableMulticast.java M src/org/jgroups/protocols/ReliableUnicast.java M src/org/jgroups/protocols/UNICAST3.java M src/org/jgroups/protocols/pbcast/NAKACK2.java M src/org/jgroups/util/Average.java M src/org/jgroups/util/AverageMinMax.java M src/org/jgroups/util/Credit.java M src/org/jgroups/util/CreditMap.java M src/org/jgroups/util/FixedBuffer.java M src/org/jgroups/util/LazyThreadFactory.java M src/org/jgroups/util/Profiler.java M src/org/jgroups/util/RTT.java M src/org/jgroups/util/RpcStats.java M src/org/jgroups/util/Util.java M tests/junit-functional/org/jgroups/blocks/RpcDispatcherTest.java M tests/junit-functional/org/jgroups/protocols/INJECT_VIEWTest.java M tests/junit-functional/org/jgroups/protocols/RED_Test.java M tests/junit-functional/org/jgroups/tests/AverageTest.java M tests/junit-functional/org/jgroups/tests/LazyThreadFactoryTest.java M tests/junit-functional/org/jgroups/tests/MsgStatsTest.java M tests/junit-functional/org/jgroups/tests/UtilTest.java M tests/junit/org/jgroups/tests/MessageBundlingTest.java M tests/other/org/jgroups/tests/RpcDispatcherSpeedTest.java M tests/perf/org/jgroups/tests/perf/PerfUtil.java R tests/perf/org/jgroups/tests/perf/ProgrammaticUPerf.java R tests/perf/org/jgroups/tests/perf/ProgrammaticUPerf2.java M tests/perf/org/jgroups/tests/perf/UPerf.java M tests/stress/org/jgroups/tests/BundlerStressTest.java M tests/util/org/jgroups/util/ProtPerfHelper.java Log Message: ----------- - Removed programmatic UPerf Tests - Added AverageSummary - UPerf now uses AverageSummary to get results from invokers / members - RpcStats: replaced AtomicInteger with LongAdder - RequestCorrelator: stats are disabled by default (use enable-rpcstats or rpcs-enable-details to enable) - Average/AverageMinMax now use a simple array of doubles with a given capacity and write new samples to it (https://issues.redhat.com/browse/JGRP-2857) - LazyThreadFactory does not call Thread.getState() anymore To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: dependabot[bot] <no...@gi...> - 2024-12-16 10:13:40
|
Branch: refs/heads/dependabot/maven/org.apache.logging.log4j-log4j-core-2.24.3 Home: https://github.com/belaban/JGroups To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2024-12-16 10:13:37
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 07bab2fc850f0e0faaf6f003d54f98b49523ca57 https://github.com/belaban/JGroups/commit/07bab2fc850f0e0faaf6f003d54f98b49523ca57 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2024-12-16 (Mon, 16 Dec 2024) Changed paths: M pom.xml Log Message: ----------- Bump org.apache.logging.log4j:log4j-core from 2.24.2 to 2.24.3 Bumps org.apache.logging.log4j:log4j-core from 2.24.2 to 2.24.3. --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <su...@gi...> Commit: 1a2611d039a4c268dfdd3ed0595d9aa07b1c5c2d https://github.com/belaban/JGroups/commit/1a2611d039a4c268dfdd3ed0595d9aa07b1c5c2d Author: Bela Ban <be...@ma...> Date: 2024-12-16 (Mon, 16 Dec 2024) Changed paths: M pom.xml Log Message: ----------- Merge pull request #873 from belaban/dependabot/maven/org.apache.logging.log4j-log4j-core-2.24.3 Bump org.apache.logging.log4j:log4j-core from 2.24.2 to 2.24.3 Compare: https://github.com/belaban/JGroups/compare/f75552e3a601...1a2611d039a4 To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: dependabot[bot] <no...@gi...> - 2024-12-16 09:59:34
|
Branch: refs/heads/dependabot/maven/org.apache.logging.log4j-log4j-core-2.24.3 Home: https://github.com/belaban/JGroups Commit: 07bab2fc850f0e0faaf6f003d54f98b49523ca57 https://github.com/belaban/JGroups/commit/07bab2fc850f0e0faaf6f003d54f98b49523ca57 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2024-12-16 (Mon, 16 Dec 2024) Changed paths: M pom.xml Log Message: ----------- Bump org.apache.logging.log4j:log4j-core from 2.24.2 to 2.24.3 Bumps org.apache.logging.log4j:log4j-core from 2.24.2 to 2.24.3. --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <su...@gi...> To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2024-12-10 14:04:07
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: f75552e3a601d084b693c3b4e8dc2c95a3e024f3 https://github.com/belaban/JGroups/commit/f75552e3a601d084b693c3b4e8dc2c95a3e024f3 Author: Bela Ban <be...@ma...> Date: 2024-12-10 (Tue, 10 Dec 2024) Changed paths: M src/org/jgroups/blocks/RequestCorrelator.java M src/org/jgroups/protocols/THREAD_COUNT.java M tests/junit-functional/org/jgroups/blocks/CounterTest.java M tests/util/org/jgroups/util/ProtPerfHelper.java Log Message: ----------- Removed synchronized() around Average{MinMax} To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2024-12-06 14:15:34
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 213966caf72c7ab55a966ac3318a7b1f4ea6a556 https://github.com/belaban/JGroups/commit/213966caf72c7ab55a966ac3318a7b1f4ea6a556 Author: Bela Ban <be...@ma...> Date: 2024-12-06 (Fri, 06 Dec 2024) Changed paths: M src/org/jgroups/protocols/ReliableUnicast.java M src/org/jgroups/protocols/UNICAST3.java Log Message: ----------- UNICAST3.removeAndDeliver() batch.multicast should be false (was true) To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2024-12-06 14:14:08
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: c367a38c4fb9da49b2c95de72241111690767ae4 https://github.com/belaban/JGroups/commit/c367a38c4fb9da49b2c95de72241111690767ae4 Author: Bela Ban <be...@ma...> Date: 2024-12-06 (Fri, 06 Dec 2024) Changed paths: M tests/junit-functional/org/jgroups/protocols/INJECT_VIEWTest.java Log Message: ----------- ns To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2024-12-05 10:04:37
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 7106895c9a8f74a1827a89216fb8398860d20cd3 https://github.com/belaban/JGroups/commit/7106895c9a8f74a1827a89216fb8398860d20cd3 Author: Bela Ban <be...@ma...> Date: 2024-12-05 (Thu, 05 Dec 2024) Changed paths: M pom.xml Log Message: ----------- Re-added Automatic-Module-name: https://github.com/belaban/JGroups/discussions/869 To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2024-12-04 16:34:39
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 4eae1efb4e2ecc8394041ad25fd5bfb4bc8d53ac https://github.com/belaban/JGroups/commit/4eae1efb4e2ecc8394041ad25fd5bfb4bc8d53ac Author: Bela Ban <be...@ma...> Date: 2024-12-04 (Wed, 04 Dec 2024) Changed paths: M conf/tcp-low-latency.xml Log Message: ----------- ns To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2024-12-04 13:55:51
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 21e1a9b2b2a3d2b8ce96b33c07af19987367c30e https://github.com/belaban/JGroups/commit/21e1a9b2b2a3d2b8ce96b33c07af19987367c30e Author: Bela Ban <be...@ma...> Date: 2024-12-04 (Wed, 04 Dec 2024) Changed paths: M src/org/jgroups/blocks/MessageDispatcher.java M src/org/jgroups/util/FastArray.java M tests/perf/org/jgroups/tests/perf/UPerf.java Log Message: ----------- More efficient allocation of array in MessageDispatcher.cast() (https://issues.redhat.com/browse/JGRP-2855) To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2024-12-03 09:49:44
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 4f55b35bcbead4c57e437f110a58be1af169c759 https://github.com/belaban/JGroups/commit/4f55b35bcbead4c57e437f110a58be1af169c759 Author: Bela Ban <be...@ma...> Date: 2024-12-03 (Tue, 03 Dec 2024) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2024-12-03 09:49:37
|
Branch: refs/tags/jgroups-5.4.0.Final Home: https://github.com/belaban/JGroups To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2024-12-03 09:49:35
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: af2c261d21a09c8f64baab8e1ad599e5eccdda8e https://github.com/belaban/JGroups/commit/af2c261d21a09c8f64baab8e1ad599e5eccdda8e Author: Bela Ban <be...@ma...> Date: 2024-12-03 (Tue, 03 Dec 2024) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare release jgroups-5.4.0.Final To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2024-11-29 14:41:31
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 4239dc7bc0ce0662f9ee0604d2135c4452c23994 https://github.com/belaban/JGroups/commit/4239dc7bc0ce0662f9ee0604d2135c4452c23994 Author: Bela Ban <be...@ma...> Date: 2024-11-29 (Fri, 29 Nov 2024) Changed paths: M src/org/jgroups/protocols/NAKACK4.java M src/org/jgroups/protocols/ReliableMulticast.java M src/org/jgroups/protocols/ReliableUnicast.java M src/org/jgroups/protocols/UNICAST4.java M src/org/jgroups/util/Buffer.java M src/org/jgroups/util/DynamicBuffer.java M src/org/jgroups/util/FixedBuffer.java M src/org/jgroups/util/Util.java M tests/junit-functional/org/jgroups/tests/BufferTest.java A tests/junit-functional/org/jgroups/tests/ReliableUnicastBlockTest.java M tests/stress/org/jgroups/tests/RingBufferStressTest.java Log Message: ----------- Unblock sender on view change and stop() (https://issues.redhat.com/browse/JGRP-2854) Commit: 1c80a56b64431f71f5b3be40d93e41ffc48eba51 https://github.com/belaban/JGroups/commit/1c80a56b64431f71f5b3be40d93e41ffc48eba51 Author: Bela Ban <be...@ma...> Date: 2024-11-29 (Fri, 29 Nov 2024) Changed paths: M src/org/jgroups/util/Util.java Log Message: ----------- Removed STABLE from default stack-new Compare: https://github.com/belaban/JGroups/compare/d0c60e6c0f74...1c80a56b6443 To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2024-11-26 16:36:19
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: d0c60e6c0f74ae8868639c9c38bb2048f155210d https://github.com/belaban/JGroups/commit/d0c60e6c0f74ae8868639c9c38bb2048f155210d Author: Bela Ban <be...@ma...> Date: 2024-11-26 (Tue, 26 Nov 2024) Changed paths: M src/org/jgroups/protocols/NAKACK4.java M src/org/jgroups/util/FixedBuffer.java A tests/junit-functional/org/jgroups/tests/ReliableMulticastBlockTest.java Log Message: ----------- - Release blocked sender on view change (https://issues.redhat.com/browse/JGRP-2853) - Unit test: ReliableMulticastBlockTest To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2024-11-25 16:51:16
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 0f2dc37d81e8e30ffc5cf02a88a3234bd31067a3 https://github.com/belaban/JGroups/commit/0f2dc37d81e8e30ffc5cf02a88a3234bd31067a3 Author: Bela Ban <be...@ma...> Date: 2024-11-25 (Mon, 25 Nov 2024) Changed paths: M src/org/jgroups/util/FastArray.java Log Message: ----------- ns To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2024-11-25 16:51:02
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: dffe98685c0740e2aea2b9b09c2d5ee99e424d00 https://github.com/belaban/JGroups/commit/dffe98685c0740e2aea2b9b09c2d5ee99e424d00 Author: Bela Ban <be...@ma...> Date: 2024-11-25 (Mon, 25 Nov 2024) Changed paths: M src/org/jgroups/util/Util.java Log Message: ----------- ns To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: dependabot[bot] <no...@gi...> - 2024-11-22 13:35:32
|
Branch: refs/heads/dependabot/maven/org.apache.maven.plugins-maven-help-plugin-3.5.1 Home: https://github.com/belaban/JGroups To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2024-11-22 13:35:13
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 5858501b3dce2d82b228e34f35f663d50427c33a https://github.com/belaban/JGroups/commit/5858501b3dce2d82b228e34f35f663d50427c33a Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2024-10-22 (Tue, 22 Oct 2024) Changed paths: M pom.xml Log Message: ----------- Bump org.apache.maven.plugins:maven-help-plugin from 3.5.0 to 3.5.1 Bumps [org.apache.maven.plugins:maven-help-plugin](https://github.com/apache/maven-help-plugin) from 3.5.0 to 3.5.1. - [Commits](https://github.com/apache/maven-help-plugin/compare/maven-help-plugin-3.5.0...maven-help-plugin-3.5.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-help-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <su...@gi...> Commit: 343481456e0da2936bacaab7c4dedd42aa862e89 https://github.com/belaban/JGroups/commit/343481456e0da2936bacaab7c4dedd42aa862e89 Author: Bela Ban <be...@ma...> Date: 2024-11-22 (Fri, 22 Nov 2024) Changed paths: M pom.xml Log Message: ----------- Merge pull request #850 from belaban/dependabot/maven/org.apache.maven.plugins-maven-help-plugin-3.5.1 Bump org.apache.maven.plugins:maven-help-plugin from 3.5.0 to 3.5.1 Compare: https://github.com/belaban/JGroups/compare/b5bf68ca0fd1...343481456e0d To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2024-11-22 12:12:58
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: b5bf68ca0fd1220b7ea858723e0a882ef073b7bb https://github.com/belaban/JGroups/commit/b5bf68ca0fd1220b7ea858723e0a882ef073b7bb Author: Bela Ban <be...@ma...> Date: 2024-11-22 (Fri, 22 Nov 2024) Changed paths: M doc/manual/protocols-template.adoc Log Message: ----------- Updated manual for NAKACK4 and UNICAST4 To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2024-11-22 11:49:02
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 849a2c058ebcf59073344934fded95ce1e110b81 https://github.com/belaban/JGroups/commit/849a2c058ebcf59073344934fded95ce1e110b81 Author: Bela Ban <be...@ma...> Date: 2024-11-22 (Fri, 22 Nov 2024) Changed paths: M build.xml R conf/tcp-nio-nak.xml A conf/tcp-nio-new.xml Log Message: ----------- Changed tcp-nio-nak.xml -> tcp-nio-new.xml To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2024-11-22 11:46:04
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 5bb58335402b2f3bedd364b28f8855ccdbeacf09 https://github.com/belaban/JGroups/commit/5bb58335402b2f3bedd364b28f8855ccdbeacf09 Author: Bela Ban <be...@ma...> Date: 2024-11-22 (Fri, 22 Nov 2024) Changed paths: M build.xml R conf/tcp-nak.xml A conf/tcp-new.xml Log Message: ----------- Changed tcp-nak.xml -> tcp-new.xml To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2024-11-22 11:43:26
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 990710aa4cfe7d7ecafff6377aa33d561da94722 https://github.com/belaban/JGroups/commit/990710aa4cfe7d7ecafff6377aa33d561da94722 Author: Bela Ban <be...@ma...> Date: 2024-11-22 (Fri, 22 Nov 2024) Changed paths: M build.xml R conf/udp-nak.xml A conf/udp-new.xml Log Message: ----------- Changed udp-nak.xml -> udp-new.xml To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |