javagroups-git Mailing List for JGroups (Page 34)
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
(14) |
Sep
|
Oct
|
Nov
|
Dec
|
From: Bela B. <no...@gi...> - 2024-02-26 16:32:21
|
Branch: refs/heads/3.6 Home: https://github.com/belaban/JGroups Commit: fb676fb814ceac17dbb761d267da23255f8bb78d https://github.com/belaban/JGroups/commit/fb676fb814ceac17dbb761d267da23255f8bb78d Author: Bela Ban <be...@ma...> Date: 2024-02-26 (Mon, 26 Feb 2024) Changed paths: M bin/jgroups.sh M bin/mperf.sh M tests/junit-functional/org/jgroups/protocols/ENCRYPTAsymmetricTest.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-02-22 15:10:29
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 92f36bcdbef320a81e9a93ba9ba34f01af067ceb https://github.com/belaban/JGroups/commit/92f36bcdbef320a81e9a93ba9ba34f01af067ceb Author: Bela Ban <be...@ma...> Date: 2024-02-22 (Thu, 22 Feb 2024) Changed paths: M src/org/jgroups/blocks/cs/BaseServer.java M src/org/jgroups/blocks/cs/Receiver.java M src/org/jgroups/blocks/cs/ReceiverAdapter.java M src/org/jgroups/demos/PubClient.java M src/org/jgroups/demos/PubServer.java M src/org/jgroups/protocols/FD_SOCK2.java M src/org/jgroups/protocols/TP.java M src/org/jgroups/stack/GossipRouter.java M src/org/jgroups/stack/RouterStub.java M tests/byteman/org/jgroups/tests/byteman/ServerTest.java M tests/junit-functional/org/jgroups/tests/ServerTests.java M tests/junit-functional/org/jgroups/tests/ServerUnitTest.java M tests/other/org/jgroups/tests/rt/transports/ServerTransport.java Log Message: ----------- Receiver show ships length field (https://issues.redhat.com/browse/JGRP-2767) Commit: c6cc942684452838064f6998ca6f8b8eb92d757a https://github.com/belaban/JGroups/commit/c6cc942684452838064f6998ca6f8b8eb92d757a Author: Bela Ban <be...@ma...> Date: 2024-02-22 (Thu, 22 Feb 2024) Changed paths: M src/org/jgroups/blocks/cs/BaseServer.java M src/org/jgroups/blocks/cs/Receiver.java M src/org/jgroups/blocks/cs/ReceiverAdapter.java M src/org/jgroups/demos/PubClient.java M src/org/jgroups/demos/PubServer.java M src/org/jgroups/protocols/FD_SOCK2.java M src/org/jgroups/protocols/TP.java M src/org/jgroups/stack/GossipRouter.java M src/org/jgroups/stack/RouterStub.java M tests/byteman/org/jgroups/tests/byteman/ServerTest.java M tests/junit-functional/org/jgroups/tests/ServerTests.java M tests/junit-functional/org/jgroups/tests/ServerUnitTest.java M tests/other/org/jgroups/tests/rt/transports/ServerTransport.java Log Message: ----------- Merge branch 'JGRP-2767' Compare: https://github.com/belaban/JGroups/compare/2c55cb72fe54...c6cc94268445 To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: dependabot[bot] <no...@gi...> - 2024-02-22 14:00:06
|
Branch: refs/heads/dependabot/maven/org.apache.logging.log4j-log4j-core-2.23.0 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-02-22 13:59:58
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: ab8ad1289440d165ee2c835342b72d66c419ed84 https://github.com/belaban/JGroups/commit/ab8ad1289440d165ee2c835342b72d66c419ed84 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2024-02-22 (Thu, 22 Feb 2024) Changed paths: M pom.xml Log Message: ----------- Bump org.apache.logging.log4j:log4j-core from 2.22.1 to 2.23.0 Bumps org.apache.logging.log4j:log4j-core from 2.22.1 to 2.23.0. --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <su...@gi...> Commit: 2c55cb72fe547bce9efe5eaca79251954a9ecd6b https://github.com/belaban/JGroups/commit/2c55cb72fe547bce9efe5eaca79251954a9ecd6b Author: Bela Ban <be...@ma...> Date: 2024-02-22 (Thu, 22 Feb 2024) Changed paths: M pom.xml Log Message: ----------- Merge pull request #773 from belaban/dependabot/maven/org.apache.logging.log4j-log4j-core-2.23.0 Bump org.apache.logging.log4j:log4j-core from 2.22.1 to 2.23.0 Compare: https://github.com/belaban/JGroups/compare/eecb9bff5cda...2c55cb72fe54 To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2024-02-22 13:59:37
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 399792233657821dbf3a1660f270b4af75984115 https://github.com/belaban/JGroups/commit/399792233657821dbf3a1660f270b4af75984115 Author: Radoslav Husar <rad...@gm...> Date: 2024-02-22 (Thu, 22 Feb 2024) Changed paths: M .github/workflows/ci.yml Log Message: ----------- CI: Update maven run goal to avoid 'skipExec' deprecation warning*; use fully spelled out maven options; disable progress noisy output * [WARNING] Parameter 'skipExec' (user property 'maven.test.skip.exec') is deprecated: Use skipTests instead. Commit: eecb9bff5cda19dabf9bf2269761ee36f4575789 https://github.com/belaban/JGroups/commit/eecb9bff5cda19dabf9bf2269761ee36f4575789 Author: Bela Ban <be...@ma...> Date: 2024-02-22 (Thu, 22 Feb 2024) Changed paths: M .github/workflows/ci.yml Log Message: ----------- Merge pull request #774 from rhusar/ci-maven CI: Update maven run goal to avoid 'skipExec' deprecation warning*; u… Compare: https://github.com/belaban/JGroups/compare/4786ce5046bc...eecb9bff5cda To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: dependabot[bot] <no...@gi...> - 2024-02-22 09:50:13
|
Branch: refs/heads/dependabot/maven/org.apache.logging.log4j-log4j-core-2.23.0 Home: https://github.com/belaban/JGroups Commit: ab8ad1289440d165ee2c835342b72d66c419ed84 https://github.com/belaban/JGroups/commit/ab8ad1289440d165ee2c835342b72d66c419ed84 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2024-02-22 (Thu, 22 Feb 2024) Changed paths: M pom.xml Log Message: ----------- Bump org.apache.logging.log4j:log4j-core from 2.22.1 to 2.23.0 Bumps org.apache.logging.log4j:log4j-core from 2.22.1 to 2.23.0. --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-core dependency-type: direct:production update-type: version-update:semver-minor ... 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-02-20 14:08:50
|
Branch: refs/heads/5.2.x Home: https://github.com/belaban/JGroups Commit: e510358f41d83d447b9e95303862f5f8552df7a7 https://github.com/belaban/JGroups/commit/e510358f41d83d447b9e95303862f5f8552df7a7 Author: Bela Ban <be...@ma...> Date: 2024-02-20 (Tue, 20 Feb 2024) Changed paths: M src/org/jgroups/protocols/FD_SOCK2.java Log Message: ----------- FD_SOCK2 blocks on close(): https://issues.redhat.com/browse/JGRP-2766 To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2024-02-20 14:07:31
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 4786ce5046bcf8edafc37fbb0a7353d60a65da73 https://github.com/belaban/JGroups/commit/4786ce5046bcf8edafc37fbb0a7353d60a65da73 Author: Bela Ban <be...@ma...> Date: 2024-02-20 (Tue, 20 Feb 2024) Changed paths: M src/org/jgroups/protocols/FD_SOCK2.java Log Message: ----------- FD_SOCK2 blocks on close(): https://issues.redhat.com/browse/JGRP-2766 To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: dependabot[bot] <no...@gi...> - 2024-02-19 09:56:33
|
Branch: refs/heads/dependabot/maven/org.wildfly.security-wildfly-elytron-2.3.1.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: dependabot[bot] <no...@gi...> - 2024-02-19 09:54:43
|
Branch: refs/heads/dependabot/maven/org.wildfly.security-wildfly-elytron-2.3.1.Final Home: https://github.com/belaban/JGroups Commit: 9cba9b537b5b9f136d2d4292ccd746f5b32671ad https://github.com/belaban/JGroups/commit/9cba9b537b5b9f136d2d4292ccd746f5b32671ad Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2024-02-19 (Mon, 19 Feb 2024) Changed paths: M pom.xml Log Message: ----------- Bump org.wildfly.security:wildfly-elytron Bumps [org.wildfly.security:wildfly-elytron](https://github.com/wildfly-security/wildfly-elytron) from 2.3.0.Final to 2.3.1.Final. - [Commits](https://github.com/wildfly-security/wildfly-elytron/compare/2.3.0.Final...2.3.1.Final) --- updated-dependencies: - dependency-name: org.wildfly.security:wildfly-elytron dependency-type: direct:development 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-02-19 07:44:42
|
Branch: refs/heads/5.2.x Home: https://github.com/belaban/JGroups Commit: 70b37ec7b358183b78a6d78ff4b95a342916e0ec https://github.com/belaban/JGroups/commit/70b37ec7b358183b78a6d78ff4b95a342916e0ec Author: Bela Ban <be...@ma...> Date: 2024-02-19 (Mon, 19 Feb 2024) Changed paths: M src/org/jgroups/protocols/TransferQueueBundler.java Log Message: ----------- Drop messages when queue is full and `bundler.drop_when_full==true`: https://issues.redhat.com/browse/JGRP-2765 To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2024-02-19 07:42:20
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: aa9aabd24521c5b765a34811c5ebf5372de61589 https://github.com/belaban/JGroups/commit/aa9aabd24521c5b765a34811c5ebf5372de61589 Author: Bela Ban <be...@ma...> Date: 2024-02-19 (Mon, 19 Feb 2024) Changed paths: M src/org/jgroups/protocols/TransferQueueBundler.java Log Message: ----------- Drop messages when queue is full and `bundler.drop_when_full==true`: https://issues.redhat.com/browse/JGRP-2765 To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2024-02-15 13:30:21
|
Branch: refs/heads/5.2.x Home: https://github.com/belaban/JGroups Commit: 71def828529346ca4692da85f304724ee4b52271 https://github.com/belaban/JGroups/commit/71def828529346ca4692da85f304724ee4b52271 Author: Bela Ban <be...@ma...> Date: 2024-02-15 (Thu, 15 Feb 2024) Changed paths: M src/org/jgroups/BaseMessage.java M src/org/jgroups/protocols/relay/RelayHeader.java Log Message: ----------- Added BaseMessage.headers() |
From: Bela B. <no...@gi...> - 2024-02-13 14:23:53
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 432b4c29b69bf17f0290cffc0ef361bb3925c01e https://github.com/belaban/JGroups/commit/432b4c29b69bf17f0290cffc0ef361bb3925c01e Author: Bela Ban <be...@ma...> Date: 2024-02-13 (Tue, 13 Feb 2024) Changed paths: M conf/fork-stacks.xsd Log Message: ----------- ns |
From: dependabot[bot] <no...@gi...> - 2024-02-13 12:55:13
|
Branch: refs/heads/dependabot/maven/org.wildfly.security-wildfly-elytron-2.3.0.Final Home: https://github.com/belaban/JGroups |
From: Bela B. <no...@gi...> - 2024-02-13 12:55:08
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 7cf534a0ba02e2890bb31a04a0596ab7465665c4 https://github.com/belaban/JGroups/commit/7cf534a0ba02e2890bb31a04a0596ab7465665c4 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2024-02-13 (Tue, 13 Feb 2024) Changed paths: M pom.xml Log Message: ----------- Bump org.wildfly.security:wildfly-elytron Bumps [org.wildfly.security:wildfly-elytron](https://github.com/wildfly-security/wildfly-elytron) from 2.2.3.Final to 2.3.0.Final. - [Commits](https://github.com/wildfly-security/wildfly-elytron/compare/2.2.3.Final...2.3.0.Final) --- updated-dependencies: - dependency-name: org.wildfly.security:wildfly-elytron dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <su...@gi...> Commit: d177adec9c1196de330325f62be4704af643e502 https://github.com/belaban/JGroups/commit/d177adec9c1196de330325f62be4704af643e502 Author: Bela Ban <be...@ma...> Date: 2024-02-13 (Tue, 13 Feb 2024) Changed paths: M pom.xml Log Message: ----------- Merge pull request #771 from belaban/dependabot/maven/org.wildfly.security-wildfly-elytron-2.3.0.Final Bump org.wildfly.security:wildfly-elytron from 2.2.3.Final to 2.3.0.Final Compare: https://github.com/belaban/JGroups/compare/69d696cbc787...d177adec9c11 |
From: dependabot[bot] <no...@gi...> - 2024-02-13 09:34:12
|
Branch: refs/heads/dependabot/maven/org.wildfly.security-wildfly-elytron-2.3.0.Final Home: https://github.com/belaban/JGroups Commit: 7cf534a0ba02e2890bb31a04a0596ab7465665c4 https://github.com/belaban/JGroups/commit/7cf534a0ba02e2890bb31a04a0596ab7465665c4 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2024-02-13 (Tue, 13 Feb 2024) Changed paths: M pom.xml Log Message: ----------- Bump org.wildfly.security:wildfly-elytron Bumps [org.wildfly.security:wildfly-elytron](https://github.com/wildfly-security/wildfly-elytron) from 2.2.3.Final to 2.3.0.Final. - [Commits](https://github.com/wildfly-security/wildfly-elytron/compare/2.2.3.Final...2.3.0.Final) --- updated-dependencies: - dependency-name: org.wildfly.security:wildfly-elytron dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <su...@gi...> |
From: Bela B. <no...@gi...> - 2024-02-12 14:28:35
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 69d696cbc78738f6fdf5e2bb7394993638145aeb https://github.com/belaban/JGroups/commit/69d696cbc78738f6fdf5e2bb7394993638145aeb Author: Bela Ban <be...@ma...> Date: 2024-02-12 (Mon, 12 Feb 2024) Changed paths: M doc/manual/protocols.adoc Log Message: ----------- Synchronized writes in STOMP( https://issues.redhat.com/browse/JGRP-2758) |
From: Bela B. <no...@gi...> - 2024-02-12 14:14:08
|
Branch: refs/heads/5.2.x Home: https://github.com/belaban/JGroups Commit: 9c5ab072e1ddbd1bfcfbde9952e0d7b9c778401c https://github.com/belaban/JGroups/commit/9c5ab072e1ddbd1bfcfbde9952e0d7b9c778401c Author: Bela Ban <be...@ma...> Date: 2024-02-12 (Mon, 12 Feb 2024) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration |
From: Bela B. <no...@gi...> - 2024-02-12 14:14:02
|
Branch: refs/heads/5.2.x Home: https://github.com/belaban/JGroups Commit: 2193517546a84c85dbf068443e5b0896352ab61a https://github.com/belaban/JGroups/commit/2193517546a84c85dbf068443e5b0896352ab61a Author: Bela Ban <be...@ma...> Date: 2024-02-12 (Mon, 12 Feb 2024) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare release jgroups-5.2.22.Final |
From: Bela B. <no...@gi...> - 2024-02-12 14:13:59
|
Branch: refs/tags/jgroups-5.2.22.Final Home: https://github.com/belaban/JGroups |
From: Bela B. <no...@gi...> - 2024-02-12 14:12:52
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: a4ce3ee83e5f5598faa98a3e5b3d8b2eecc5b511 https://github.com/belaban/JGroups/commit/a4ce3ee83e5f5598faa98a3e5b3d8b2eecc5b511 Author: Bela Ban <be...@ma...> Date: 2024-02-12 (Mon, 12 Feb 2024) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration |
From: Bela B. <no...@gi...> - 2024-02-12 14:12:50
|
Branch: refs/tags/jgroups-5.3.3.Final Home: https://github.com/belaban/JGroups |
From: Bela B. <no...@gi...> - 2024-02-12 14:12:45
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 3385c8d78827e7ff11a47aa3a88c6fa373aae48f https://github.com/belaban/JGroups/commit/3385c8d78827e7ff11a47aa3a88c6fa373aae48f Author: Bela Ban <be...@ma...> Date: 2024-02-12 (Mon, 12 Feb 2024) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare release jgroups-5.3.3.Final |
From: Bela B. <no...@gi...> - 2024-02-12 14:11:02
|
Branch: refs/heads/5.2.x Home: https://github.com/belaban/JGroups Commit: 5be08c8ecffae0897aa54ff63791b8a98cff0711 https://github.com/belaban/JGroups/commit/5be08c8ecffae0897aa54ff63791b8a98cff0711 Author: Bela Ban <be...@ma...> Date: 2024-02-12 (Mon, 12 Feb 2024) Changed paths: M src/org/jgroups/protocols/STOMP.java Log Message: ----------- Synchronized writes in STOMP( https://issues.redhat.com/browse/JGRP-2758) |