javagroups-git Mailing List for JGroups (Page 4)
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
(8) |
Sep
|
Oct
|
Nov
|
Dec
|
From: Bela B. <no...@gi...> - 2025-06-20 05:03:37
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: ce1eba4291f052c097231c22988096fa3fed574d https://github.com/belaban/JGroups/commit/ce1eba4291f052c097231c22988096fa3fed574d Author: Bela Ban <be...@ma...> Date: 2025-06-20 (Fri, 20 Jun 2025) Changed paths: M src/org/jgroups/protocols/Bundler.java M src/org/jgroups/protocols/PerDestinationBundler.java M src/org/jgroups/protocols/TP.java M src/org/jgroups/util/Runner.java M tests/junit-functional/org/jgroups/protocols/RED_Test.java M tests/junit-functional/org/jgroups/tests/LargeMergeTest.java Log Message: ----------- - Added use_single_sender_thread to PerDestinationBundler (https://issues.redhat.com/browse/JGRP-2896) - run() only blocks when no messages were able to be retrieved in a given iteration - Runner: a join_timeout of 0 disabled waiting until the thread is dead - Added destroy() to Bundler - Using Runner in PerDestinationBundler To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2025-06-20 05:02:26
|
Branch: refs/heads/JGRP-2896 Home: https://github.com/belaban/JGroups Commit: 33b16d95592289e604773d7179c0efb3dede5bbd https://github.com/belaban/JGroups/commit/33b16d95592289e604773d7179c0efb3dede5bbd Author: Bela Ban <be...@ma...> Date: 2025-06-19 (Thu, 19 Jun 2025) Changed paths: M src/org/jgroups/util/Runner.java Log Message: ----------- ns Commit: f46129849b7a1a55b4961797e0f869a2228c7b31 https://github.com/belaban/JGroups/commit/f46129849b7a1a55b4961797e0f869a2228c7b31 Author: Bela Ban <be...@ma...> Date: 2025-06-19 (Thu, 19 Jun 2025) Changed paths: M src/org/jgroups/protocols/PerDestinationBundler.java Log Message: ----------- ns Commit: 2405505e6f91ba2bf1fc21cd6cc25780dc520443 https://github.com/belaban/JGroups/commit/2405505e6f91ba2bf1fc21cd6cc25780dc520443 Author: Bela Ban <be...@ma...> Date: 2025-06-19 (Thu, 19 Jun 2025) Changed paths: M tests/junit-functional/org/jgroups/protocols/RED_Test.java Log Message: ----------- ns Commit: 3eb9b21cf68f596c6bf215324d6deb9a3f1bcfab https://github.com/belaban/JGroups/commit/3eb9b21cf68f596c6bf215324d6deb9a3f1bcfab Author: Bela Ban <be...@ma...> Date: 2025-06-20 (Fri, 20 Jun 2025) Changed paths: M src/org/jgroups/protocols/TP.java Log Message: ----------- ns Compare: https://github.com/belaban/JGroups/compare/233ef0ac1fe9...3eb9b21cf68f To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2025-06-19 11:42:16
|
Branch: refs/heads/JGRP-2896 Home: https://github.com/belaban/JGroups Commit: edd24f359cf14c40ffd7077de5a11d606aa81eb3 https://github.com/belaban/JGroups/commit/edd24f359cf14c40ffd7077de5a11d606aa81eb3 Author: Bela Ban <be...@ma...> Date: 2025-06-19 (Thu, 19 Jun 2025) Changed paths: M src/org/jgroups/util/Runner.java Log Message: ----------- - Runner: a join_timeout of 0 disabled waiting until the thread is dead Commit: 52333869d3f7e90fc55d7122dbcfd879d9ce7a57 https://github.com/belaban/JGroups/commit/52333869d3f7e90fc55d7122dbcfd879d9ce7a57 Author: Bela Ban <be...@ma...> Date: 2025-06-19 (Thu, 19 Jun 2025) Changed paths: M src/org/jgroups/protocols/Bundler.java Log Message: ----------- - Added destroy() to Bundler Commit: 60e948cde48bb67ed0ac85d32a181cc6f4f5b1f8 https://github.com/belaban/JGroups/commit/60e948cde48bb67ed0ac85d32a181cc6f4f5b1f8 Author: Bela Ban <be...@ma...> Date: 2025-06-19 (Thu, 19 Jun 2025) Changed paths: M src/org/jgroups/util/Runner.java Log Message: ----------- ns Commit: b1440809271c6cc3a4c608c07537073cfc99b49c https://github.com/belaban/JGroups/commit/b1440809271c6cc3a4c608c07537073cfc99b49c Author: Bela Ban <be...@ma...> Date: 2025-06-19 (Thu, 19 Jun 2025) Changed paths: M tests/junit-functional/org/jgroups/tests/LargeMergeTest.java Log Message: ----------- ns Commit: 233ef0ac1fe96b18b25635c7d840aa9eff6493d8 https://github.com/belaban/JGroups/commit/233ef0ac1fe96b18b25635c7d840aa9eff6493d8 Author: Bela Ban <be...@ma...> Date: 2025-06-19 (Thu, 19 Jun 2025) Changed paths: M src/org/jgroups/protocols/PerDestinationBundler.java Log Message: ----------- - Using Runner in PerDestinationBundler Compare: https://github.com/belaban/JGroups/compare/4e55385f3086...233ef0ac1fe9 To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2025-06-18 08:45:55
|
Branch: refs/heads/JGRP-2896 Home: https://github.com/belaban/JGroups Commit: de967b0caa484d2cc33a2e9c6a7fb1da8573d910 https://github.com/belaban/JGroups/commit/de967b0caa484d2cc33a2e9c6a7fb1da8573d910 Author: Bela Ban <be...@ma...> Date: 2025-06-18 (Wed, 18 Jun 2025) Changed paths: M src/org/jgroups/protocols/PerDestinationBundler.java Log Message: ----------- - Added use_single_sender_thread to PerDestinationBundler (https://issues.redhat.com/browse/JGRP-2896) Commit: 4e55385f308639b8f303d717895613cae8e6a66e https://github.com/belaban/JGroups/commit/4e55385f308639b8f303d717895613cae8e6a66e Author: Bela Ban <be...@ma...> Date: 2025-06-18 (Wed, 18 Jun 2025) Changed paths: M src/org/jgroups/protocols/PerDestinationBundler.java Log Message: ----------- - run() only blocks when no messages were able to be retrieved in a given iteration Compare: https://github.com/belaban/JGroups/compare/de967b0caa48%5E...4e55385f3086 To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: dependabot[bot] <no...@gi...> - 2025-06-17 10:06:17
|
Branch: refs/heads/dependabot/maven/org.apache.logging.log4j-log4j-core-2.25.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...> - 2025-06-17 10:06:07
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 2290e5f38dadd5f9ad05ef27cede3d26976dd450 https://github.com/belaban/JGroups/commit/2290e5f38dadd5f9ad05ef27cede3d26976dd450 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2025-06-17 (Tue, 17 Jun 2025) Changed paths: M pom.xml Log Message: ----------- Bump org.apache.logging.log4j:log4j-core from 2.24.3 to 2.25.0 Bumps org.apache.logging.log4j:log4j-core from 2.24.3 to 2.25.0. --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-core dependency-version: 2.25.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <su...@gi...> Commit: 7d7b90890eeb45f69f5a4da546596c9c2ac3ab09 https://github.com/belaban/JGroups/commit/7d7b90890eeb45f69f5a4da546596c9c2ac3ab09 Author: Bela Ban <be...@ma...> Date: 2025-06-17 (Tue, 17 Jun 2025) Changed paths: M pom.xml Log Message: ----------- Merge pull request #908 from belaban/dependabot/maven/org.apache.logging.log4j-log4j-core-2.25.0 Bump org.apache.logging.log4j:log4j-core from 2.24.3 to 2.25.0 Compare: https://github.com/belaban/JGroups/compare/1353378fa0d8...7d7b90890eeb To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: dependabot[bot] <no...@gi...> - 2025-06-17 09:33:46
|
Branch: refs/heads/dependabot/maven/org.apache.logging.log4j-log4j-core-2.25.0 Home: https://github.com/belaban/JGroups Commit: 2290e5f38dadd5f9ad05ef27cede3d26976dd450 https://github.com/belaban/JGroups/commit/2290e5f38dadd5f9ad05ef27cede3d26976dd450 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2025-06-17 (Tue, 17 Jun 2025) Changed paths: M pom.xml Log Message: ----------- Bump org.apache.logging.log4j:log4j-core from 2.24.3 to 2.25.0 Bumps org.apache.logging.log4j:log4j-core from 2.24.3 to 2.25.0. --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-core dependency-version: 2.25.0 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...> - 2025-06-16 13:24:54
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 1353378fa0d8b0a90f636f1986020d77a3f397b2 https://github.com/belaban/JGroups/commit/1353378fa0d8b0a90f636f1986020d77a3f397b2 Author: Bela Ban <be...@ma...> Date: 2025-06-16 (Mon, 16 Jun 2025) Changed paths: M doc/manual/protocols-template.adoc Log Message: ----------- Added section on SIZE / SIZE2 to manual To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2025-06-16 13:03:33
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 592ab9543f1f37b41ae3f54f80bc5cc67c0a0dc0 https://github.com/belaban/JGroups/commit/592ab9543f1f37b41ae3f54f80bc5cc67c0a0dc0 Author: Bela Ban <be...@ma...> Date: 2025-06-16 (Mon, 16 Jun 2025) Changed paths: M src/org/jgroups/protocols/SIZE.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...> - 2025-06-05 14:26:17
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: f2a4edcc51b208473c7994e9a4d5e3aadb871dcf https://github.com/belaban/JGroups/commit/f2a4edcc51b208473c7994e9a4d5e3aadb871dcf Author: Bela Ban <be...@ma...> Date: 2025-06-05 (Thu, 05 Jun 2025) Changed paths: M conf/jg-magic-map.xml M src/org/jgroups/Message.java A src/org/jgroups/protocols/InfoHeader.java M src/org/jgroups/protocols/SIZE.java M tests/junit-functional/org/jgroups/tests/SizeTest.java Log Message: ----------- - Added default method length() -> getLength() to Message - Changes to SIZE: https://issues.redhat.com/browse/JGRP-2893 - Added InfoHeader To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: dependabot[bot] <no...@gi...> - 2025-06-05 09:53:11
|
Branch: refs/heads/dependabot/maven/org.codehaus.mojo-build-helper-maven-plugin-3.6.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...> - 2025-06-05 09:52:59
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: c3a5e7047640dc87c517aee44df71494d2f95135 https://github.com/belaban/JGroups/commit/c3a5e7047640dc87c517aee44df71494d2f95135 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2025-06-05 (Thu, 05 Jun 2025) Changed paths: M pom.xml Log Message: ----------- Bump org.codehaus.mojo:build-helper-maven-plugin from 3.6.0 to 3.6.1 Bumps [org.codehaus.mojo:build-helper-maven-plugin](https://github.com/mojohaus/build-helper-maven-plugin) from 3.6.0 to 3.6.1. - [Release notes](https://github.com/mojohaus/build-helper-maven-plugin/releases) - [Commits](https://github.com/mojohaus/build-helper-maven-plugin/compare/3.6.0...3.6.1) --- updated-dependencies: - dependency-name: org.codehaus.mojo:build-helper-maven-plugin dependency-version: 3.6.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <su...@gi...> Commit: 89e07632fae12c05fd2bb0e74f9e6b354833240b https://github.com/belaban/JGroups/commit/89e07632fae12c05fd2bb0e74f9e6b354833240b Author: Bela Ban <be...@ma...> Date: 2025-06-05 (Thu, 05 Jun 2025) Changed paths: M pom.xml Log Message: ----------- Merge pull request #907 from belaban/dependabot/maven/org.codehaus.mojo-build-helper-maven-plugin-3.6.1 Bump org.codehaus.mojo:build-helper-maven-plugin from 3.6.0 to 3.6.1 Compare: https://github.com/belaban/JGroups/compare/c28370e194cd...89e07632fae1 To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: dependabot[bot] <no...@gi...> - 2025-06-05 09:38:48
|
Branch: refs/heads/dependabot/maven/org.codehaus.mojo-build-helper-maven-plugin-3.6.1 Home: https://github.com/belaban/JGroups Commit: c3a5e7047640dc87c517aee44df71494d2f95135 https://github.com/belaban/JGroups/commit/c3a5e7047640dc87c517aee44df71494d2f95135 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2025-06-05 (Thu, 05 Jun 2025) Changed paths: M pom.xml Log Message: ----------- Bump org.codehaus.mojo:build-helper-maven-plugin from 3.6.0 to 3.6.1 Bumps [org.codehaus.mojo:build-helper-maven-plugin](https://github.com/mojohaus/build-helper-maven-plugin) from 3.6.0 to 3.6.1. - [Release notes](https://github.com/mojohaus/build-helper-maven-plugin/releases) - [Commits](https://github.com/mojohaus/build-helper-maven-plugin/compare/3.6.0...3.6.1) --- updated-dependencies: - dependency-name: org.codehaus.mojo:build-helper-maven-plugin dependency-version: 3.6.1 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...> - 2025-06-05 05:29:13
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: c28370e194cd6537dff1d05a864659f4c1367074 https://github.com/belaban/JGroups/commit/c28370e194cd6537dff1d05a864659f4c1367074 Author: Bela Ban <be...@ma...> Date: 2025-06-05 (Thu, 05 Jun 2025) Changed paths: M src/org/jgroups/protocols/SIZE2.java M src/org/jgroups/util/DistributionSampler.java M tests/junit-functional/org/jgroups/util/DistributionSamplerTest.java Log Message: ----------- Changed configuration of DistributionSampler To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2025-06-05 04:38:08
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: ebb7d428c0d1172b765cf2ba30dcf2b17e8401e5 https://github.com/belaban/JGroups/commit/ebb7d428c0d1172b765cf2ba30dcf2b17e8401e5 Author: Bela Ban <be...@ma...> Date: 2025-06-05 (Thu, 05 Jun 2025) Changed paths: A src/org/jgroups/protocols/SIZE2.java A src/org/jgroups/util/DistributionSampler.java A tests/junit-functional/org/jgroups/util/DistributionSamplerTest.java Log Message: ----------- Added DistributionSampler and SIZE2 (using it): https://issues.redhat.com/browse/JGRP-2891 To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2025-06-04 10:36:58
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 9bb57bf05831f3d54ccc9365d898e16b5710cad8 https://github.com/belaban/JGroups/commit/9bb57bf05831f3d54ccc9365d898e16b5710cad8 Author: cfredri4 <chr...@vo...> Date: 2025-06-04 (Wed, 04 Jun 2025) Changed paths: M tests/junit-functional/org/jgroups/protocols/dns/DNS_PINGTest.java Log Message: ----------- Update DNS_PINGTest.java Commit: 0db7ef50a146a99eb2ad636de9f9553227054499 https://github.com/belaban/JGroups/commit/0db7ef50a146a99eb2ad636de9f9553227054499 Author: Bela Ban <be...@ma...> Date: 2025-06-04 (Wed, 04 Jun 2025) Changed paths: M tests/junit-functional/org/jgroups/protocols/dns/DNS_PINGTest.java Log Message: ----------- Merge pull request #906 from cfredri4/fix-dns-ping-test Update DNS_PINGTest.java Compare: https://github.com/belaban/JGroups/compare/0d39d7ad182e...0db7ef50a146 To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2025-06-04 09:53:50
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: a850f944a76e9573dd28ccd5490ff5f101363beb https://github.com/belaban/JGroups/commit/a850f944a76e9573dd28ccd5490ff5f101363beb Author: cfredri4 <chr...@vo...> Date: 2025-06-04 (Wed, 04 Jun 2025) Changed paths: M src/org/jgroups/protocols/dns/DNSResolver.java M src/org/jgroups/protocols/dns/DNS_PING.java M src/org/jgroups/protocols/dns/DefaultDNSResolver.java M tests/junit-functional/org/jgroups/protocols/dns/DNS_PINGTest.java Log Message: ----------- JGRP-2769 Support AAAA records in DNS_PING Commit: 0d39d7ad182e1188a0c65e22f61ddedbe8aebf17 https://github.com/belaban/JGroups/commit/0d39d7ad182e1188a0c65e22f61ddedbe8aebf17 Author: Bela Ban <be...@ma...> Date: 2025-06-04 (Wed, 04 Jun 2025) Changed paths: M src/org/jgroups/protocols/dns/DNSResolver.java M src/org/jgroups/protocols/dns/DNS_PING.java M src/org/jgroups/protocols/dns/DefaultDNSResolver.java M tests/junit-functional/org/jgroups/protocols/dns/DNS_PINGTest.java Log Message: ----------- Merge pull request #905 from cfredri4/jgrp-2769-support-aaaa-records-in-dns-ping JGRP-2769 Support AAAA records in DNS_PING Compare: https://github.com/belaban/JGroups/compare/da86eecfa900...0d39d7ad182e To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2025-06-04 09:51:55
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: da86eecfa9003ea8ec43ddb933a4fc5541d15fb8 https://github.com/belaban/JGroups/commit/da86eecfa9003ea8ec43ddb933a4fc5541d15fb8 Author: Bela Ban <be...@ma...> Date: 2025-06-04 (Wed, 04 Jun 2025) Changed paths: A src/org/jgroups/protocols/UNBATCH_OOB.java A src/org/jgroups/util/BundlerHelper.java M src/org/jgroups/util/ProfilingHelper.java A src/org/jgroups/util/ProtPerfHelper.java R tests/util/org/jgroups/util/BundlerHelper.java R tests/util/org/jgroups/util/ProtPerfHelper.java Log Message: ----------- - First version of UNBATCH_OOB (https://issues.redhat.com/browse/JGRP-2888) - Moved byteman helpers to src/org/jgroups/util, so they're shipped with the JATR To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2025-06-03 17:09:05
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 844921a1ef5d7dfe1b0a45f7a3e12cd841bdc8f1 https://github.com/belaban/JGroups/commit/844921a1ef5d7dfe1b0a45f7a3e12cd841bdc8f1 Author: Bela Ban <be...@ma...> Date: 2025-06-03 (Tue, 03 Jun 2025) Changed paths: M pom.xml A src/org/jgroups/util/ProfilingHelper.java R tests/util/org/jgroups/util/ProfilingHelper.java Log Message: ----------- Moved ProfilingHelper from test to src dir To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2025-06-03 11:33:01
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 8651f89173732b81ae41f5d81774f422c4f297ea https://github.com/belaban/JGroups/commit/8651f89173732b81ae41f5d81774f422c4f297ea Author: Bela Ban <be...@ma...> Date: 2025-06-03 (Tue, 03 Jun 2025) Changed paths: M bin/bm-uperf.sh M bin/bm.sh M bin/bundler-stress_test.sh A bin/jgroups-asprof.sh M conf/jg-magic-map.xml A conf/scripts/bundler.btm M src/org/jgroups/protocols/BaseBundler.java M src/org/jgroups/protocols/PERF.java M src/org/jgroups/protocols/PerDestinationBundler.java A src/org/jgroups/protocols/PerfHeader.java M src/org/jgroups/protocols/RemoveQueueBundler.java M src/org/jgroups/protocols/TCP.java M src/org/jgroups/protocols/TransferQueueBundler.java M tests/stress/org/jgroups/tests/BundlerStressTest.java A tests/util/org/jgroups/util/BundlerHelper.java M tests/util/org/jgroups/util/ProfilingHelper.java Log Message: ----------- - Made PerDestinationBundler extend BaseBundler (https://issues.redhat.com/browse/JGRP-2883) - Moved PerfHeader out of PERF To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: dependabot[bot] <no...@gi...> - 2025-06-02 11:30:34
|
Branch: refs/heads/dependabot/maven/org.apache.maven.plugins-maven-clean-plugin-3.5.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...> - 2025-06-02 11:30:27
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 69febffb438b61cf0eb2f43c7de668da9f4b666b https://github.com/belaban/JGroups/commit/69febffb438b61cf0eb2f43c7de668da9f4b666b Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2025-06-02 (Mon, 02 Jun 2025) Changed paths: M pom.xml Log Message: ----------- Bump org.apache.maven.plugins:maven-clean-plugin from 3.4.1 to 3.5.0 Bumps [org.apache.maven.plugins:maven-clean-plugin](https://github.com/apache/maven-clean-plugin) from 3.4.1 to 3.5.0. - [Release notes](https://github.com/apache/maven-clean-plugin/releases) - [Commits](https://github.com/apache/maven-clean-plugin/compare/maven-clean-plugin-3.4.1...maven-clean-plugin-3.5.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-clean-plugin dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <su...@gi...> Commit: 2b8454ca5eb82258c2d2934f18504ccbe045c30f https://github.com/belaban/JGroups/commit/2b8454ca5eb82258c2d2934f18504ccbe045c30f Author: Bela Ban <be...@ma...> Date: 2025-06-02 (Mon, 02 Jun 2025) Changed paths: M pom.xml Log Message: ----------- Merge pull request #904 from belaban/dependabot/maven/org.apache.maven.plugins-maven-clean-plugin-3.5.0 Bump org.apache.maven.plugins:maven-clean-plugin from 3.4.1 to 3.5.0 Compare: https://github.com/belaban/JGroups/compare/d2d6632fc782...2b8454ca5eb8 To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: dependabot[bot] <no...@gi...> - 2025-06-02 10:21:54
|
Branch: refs/heads/dependabot/maven/org.apache.maven.plugins-maven-clean-plugin-3.5.0 Home: https://github.com/belaban/JGroups Commit: 69febffb438b61cf0eb2f43c7de668da9f4b666b https://github.com/belaban/JGroups/commit/69febffb438b61cf0eb2f43c7de668da9f4b666b Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2025-06-02 (Mon, 02 Jun 2025) Changed paths: M pom.xml Log Message: ----------- Bump org.apache.maven.plugins:maven-clean-plugin from 3.4.1 to 3.5.0 Bumps [org.apache.maven.plugins:maven-clean-plugin](https://github.com/apache/maven-clean-plugin) from 3.4.1 to 3.5.0. - [Release notes](https://github.com/apache/maven-clean-plugin/releases) - [Commits](https://github.com/apache/maven-clean-plugin/compare/maven-clean-plugin-3.4.1...maven-clean-plugin-3.5.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-clean-plugin dependency-version: 3.5.0 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...> - 2025-05-26 07:07:50
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: d2d6632fc78249b9ad895821b8d55fbb8f9bd3e7 https://github.com/belaban/JGroups/commit/d2d6632fc78249b9ad895821b8d55fbb8f9bd3e7 Author: Bela Ban <be...@ma...> Date: 2025-05-26 (Mon, 26 May 2025) Changed paths: M src/org/jgroups/protocols/PerDestinationBundler.java M src/org/jgroups/util/Average.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...> - 2025-05-23 13:52:41
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 34154821815ccc51207521b52bba16243349ff21 https://github.com/belaban/JGroups/commit/34154821815ccc51207521b52bba16243349ff21 Author: Bela Ban <be...@ma...> Date: 2025-05-23 (Fri, 23 May 2025) Changed paths: M src/org/jgroups/protocols/FD_SOCK2.java M tests/stress/org/jgroups/tests/BundlerStressTest.java Log Message: ----------- ns To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |