javagroups-git Mailing List for JGroups (Page 24)
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
(11) |
Sep
|
Oct
|
Nov
|
Dec
|
From: Bela B. <no...@gi...> - 2024-07-12 06:54:18
|
Branch: refs/heads/5.3.x Home: https://github.com/belaban/JGroups Commit: 068c305d5d4ea6f7e9673d9c893b2c039da23391 https://github.com/belaban/JGroups/commit/068c305d5d4ea6f7e9673d9c893b2c039da23391 Author: Bela Ban <be...@ma...> Date: 2024-07-12 (Fri, 12 Jul 2024) Changed paths: M src/org/jgroups/protocols/SSL_KEY_EXCHANGE.java M src/org/jgroups/stack/GossipRouter.java A src/org/jgroups/util/FileWatcher.java A src/org/jgroups/util/ReloadingX509KeyManager.java A src/org/jgroups/util/ReloadingX509TrustManager.java M src/org/jgroups/util/SslContextFactory.java M src/org/jgroups/util/TLS.java A tests/junit/org/jgroups/tests/SslContextFactoryTest.java Log Message: ----------- JGRP-2813 GossipRouter Support Certificate Reloading To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Ryan E. <no...@gi...> - 2024-07-12 06:52:09
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 37ed1f09970d8714ba6041b73f67d08ac3648cdc https://github.com/belaban/JGroups/commit/37ed1f09970d8714ba6041b73f67d08ac3648cdc Author: Ryan Emerson <rem...@re...> Date: 2024-07-12 (Fri, 12 Jul 2024) Changed paths: M src/org/jgroups/protocols/SSL_KEY_EXCHANGE.java M src/org/jgroups/stack/GossipRouter.java A src/org/jgroups/util/FileWatcher.java A src/org/jgroups/util/ReloadingX509KeyManager.java A src/org/jgroups/util/ReloadingX509TrustManager.java M src/org/jgroups/util/SslContextFactory.java M src/org/jgroups/util/TLS.java A tests/junit/org/jgroups/tests/SslContextFactoryTest.java Log Message: ----------- JGRP-2813 GossipRouter Support Certificate Reloading To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2024-07-12 06:47:44
|
Branch: refs/heads/JGRP-2780 Home: https://github.com/belaban/JGroups Commit: 730a410b8519e4e9895d8b3bce61fd3444a135f0 https://github.com/belaban/JGroups/commit/730a410b8519e4e9895d8b3bce61fd3444a135f0 Author: Bela Ban <be...@ma...> Date: 2024-07-12 (Fri, 12 Jul 2024) Changed paths: M doc/design/FixedBuffer.txt M doc/design/NAKACK4.txt M src/org/jgroups/protocols/ReliableMulticast.java M src/org/jgroups/util/Buffer.java M src/org/jgroups/util/DynamicBuffer.java M src/org/jgroups/util/FixedBuffer.java M tests/junit-functional/org/jgroups/tests/BufferTest.java Log Message: ----------- - Added hd to FixedBuffer To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2024-07-11 11:39:24
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 2c536810e3c03941f7fba9a8a663d3619a10ca3f https://github.com/belaban/JGroups/commit/2c536810e3c03941f7fba9a8a663d3619a10ca3f Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2024-07-11 (Thu, 11 Jul 2024) Changed paths: M pom.xml Log Message: ----------- Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.3.0 to 3.3.1 Bumps [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) from 3.3.0 to 3.3.1. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.3.0...surefire-3.3.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <su...@gi...> Commit: 6e12fbbe6a1790b917443fe32d3fd32194f73aff https://github.com/belaban/JGroups/commit/6e12fbbe6a1790b917443fe32d3fd32194f73aff Author: Bela Ban <be...@ma...> Date: 2024-07-11 (Thu, 11 Jul 2024) Changed paths: M pom.xml Log Message: ----------- Merge pull request #816 from belaban/dependabot/maven/org.apache.maven.plugins-maven-failsafe-plugin-3.3.1 Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.3.0 to 3.3.1 Compare: https://github.com/belaban/JGroups/compare/23c333882af2...6e12fbbe6a17 To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: dependabot[bot] <no...@gi...> - 2024-07-11 11:39:24
|
Branch: refs/heads/dependabot/maven/org.apache.maven.plugins-maven-failsafe-plugin-3.3.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: dependabot[bot] <no...@gi...> - 2024-07-11 09:58:27
|
Branch: refs/heads/dependabot/maven/org.apache.maven.plugins-maven-failsafe-plugin-3.3.1 Home: https://github.com/belaban/JGroups Commit: 2c536810e3c03941f7fba9a8a663d3619a10ca3f https://github.com/belaban/JGroups/commit/2c536810e3c03941f7fba9a8a663d3619a10ca3f Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2024-07-11 (Thu, 11 Jul 2024) Changed paths: M pom.xml Log Message: ----------- Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.3.0 to 3.3.1 Bumps [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) from 3.3.0 to 3.3.1. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.3.0...surefire-3.3.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin 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-07-10 13:27:38
|
Branch: refs/heads/JGRP-2780 Home: https://github.com/belaban/JGroups Commit: 1e21f640c185681674c50c8192cfdb737066a873 https://github.com/belaban/JGroups/commit/1e21f640c185681674c50c8192cfdb737066a873 Author: Bela Ban <be...@ma...> Date: 2024-07-10 (Wed, 10 Jul 2024) Changed paths: M src/org/jgroups/protocols/ReliableMulticast.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-07-10 12:15:09
|
Branch: refs/heads/JGRP-2780 Home: https://github.com/belaban/JGroups Commit: 31b8bb544c37da383d615c0e3c31740202e141d7 https://github.com/belaban/JGroups/commit/31b8bb544c37da383d615c0e3c31740202e141d7 Author: Radoslav Husar <rad...@gm...> Date: 2024-03-07 (Thu, 07 Mar 2024) Changed paths: M src/org/jgroups/protocols/dns/DNS_PING.java Log Message: ----------- ns: Fix missing space in DNS_PING#probe_transport_ports description. Commit: 62428f1b15ab0f30a3faf39a3196d693afcef50f https://github.com/belaban/JGroups/commit/62428f1b15ab0f30a3faf39a3196d693afcef50f Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2024-05-28 (Tue, 28 May 2024) Changed paths: M pom.xml Log Message: ----------- Bump org.sonatype.plugins:nexus-staging-maven-plugin Bumps org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.13 to 1.7.0. --- updated-dependencies: - dependency-name: org.sonatype.plugins:nexus-staging-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <su...@gi...> Commit: b8b1c69910f883de74b4e1719b92d205594c41f2 https://github.com/belaban/JGroups/commit/b8b1c69910f883de74b4e1719b92d205594c41f2 Author: Bela Ban <be...@ma...> Date: 2024-05-28 (Tue, 28 May 2024) Changed paths: M pom.xml Log Message: ----------- Merge pull request #795 from belaban/dependabot/maven/org.sonatype.plugins-nexus-staging-maven-plugin-1.7.0 Bump org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.13 to 1.7.0 Commit: ac9da66216127d98a30cb13c976dc74152e46a70 https://github.com/belaban/JGroups/commit/ac9da66216127d98a30cb13c976dc74152e46a70 Author: Radoslav Husar <rad...@gm...> Date: 2024-05-28 (Tue, 28 May 2024) Changed paths: M pom.xml Log Message: ----------- ns: remove stale comments. Commit: f6dfec8c71efe0029142422d7c3bc83aa3cacf38 https://github.com/belaban/JGroups/commit/f6dfec8c71efe0029142422d7c3bc83aa3cacf38 Author: Bela Ban <be...@ma...> Date: 2024-05-28 (Tue, 28 May 2024) Changed paths: M pom.xml Log Message: ----------- Merge pull request #796 from rhusar/nexus-staging-plugin ns: remove stale comments. Commit: 20a8c0709da436f202106a09c2295f03e927d91a https://github.com/belaban/JGroups/commit/20a8c0709da436f202106a09c2295f03e927d91a Author: Bela Ban <be...@ma...> Date: 2024-05-28 (Tue, 28 May 2024) Changed paths: M src/org/jgroups/protocols/dns/DNS_PING.java Log Message: ----------- Merge pull request #777 from rhusar/ns-dnsping ns: Fix missing space in DNS_PING#probe_transport_ports description. Commit: 29c287d091716c20c7c67ffa062cdf0fdd456532 https://github.com/belaban/JGroups/commit/29c287d091716c20c7c67ffa062cdf0fdd456532 Author: cfredri4 <chr...@vo...> Date: 2024-05-30 (Thu, 30 May 2024) Changed paths: M src/org/jgroups/protocols/Bundler.java M src/org/jgroups/protocols/PerDestinationBundler.java M src/org/jgroups/protocols/RemoveQueueBundler.java M src/org/jgroups/protocols/RingBufferBundler.java M src/org/jgroups/protocols/RingBufferBundlerLockless.java M src/org/jgroups/protocols/RingBufferBundlerLockless2.java M src/org/jgroups/protocols/TP.java M src/org/jgroups/protocols/TransferQueueBundler.java M src/org/jgroups/protocols/TransferQueueBundler2.java Log Message: ----------- Bundler thread renaming This makes TP rename all bundler threads (previously only done for TransferQueueBundler+RingBufferBundler) and also makes TP not care about the specific bundler type being used Commit: 71c1030189a1e7cf1b2297e7198ffc7b7ace33c0 https://github.com/belaban/JGroups/commit/71c1030189a1e7cf1b2297e7198ffc7b7ace33c0 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2024-05-30 (Thu, 30 May 2024) Changed paths: M pom.xml Log Message: ----------- Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.0 to 3.5.0 Bumps [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/apache/maven-enforcer/releases) - [Commits](https://github.com/apache/maven-enforcer/compare/enforcer-3.4.0...enforcer-3.5.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-enforcer-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <su...@gi...> Commit: e65a7e44185f3e904dd07b5bfc0d929dfe8ee8f9 https://github.com/belaban/JGroups/commit/e65a7e44185f3e904dd07b5bfc0d929dfe8ee8f9 Author: Bela Ban <be...@ma...> Date: 2024-05-30 (Thu, 30 May 2024) Changed paths: M pom.xml Log Message: ----------- Merge pull request #797 from belaban/dependabot/maven/org.apache.maven.plugins-maven-enforcer-plugin-3.5.0 Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.0 to 3.5.0 Commit: 1e05d24c1cdc8779756f000be973d7140ad025f0 https://github.com/belaban/JGroups/commit/1e05d24c1cdc8779756f000be973d7140ad025f0 Author: NikitaMatckevich <nik...@gm...> Date: 2024-06-10 (Mon, 10 Jun 2024) Changed paths: M src/org/jgroups/auth/RegexMembership.java Log Message: ----------- delay param checks from init() to start() in RegexMembership Commit: a14ec07479466f85b6b63ccc5a90e6424384e1ce https://github.com/belaban/JGroups/commit/a14ec07479466f85b6b63ccc5a90e6424384e1ce Author: Bela Ban <be...@ma...> Date: 2024-06-11 (Tue, 11 Jun 2024) Changed paths: M src/org/jgroups/auth/RegexMembership.java Log Message: ----------- Merge pull request #800 from NikitaMatckevich/ext/discussion-799 DISCUSSION-799 delay param checks from init() to start() in RegexMembership Commit: 9790cb265f304484e4e477b2da90a64db2e8e314 https://github.com/belaban/JGroups/commit/9790cb265f304484e4e477b2da90a64db2e8e314 Author: Ryan Emerson <rem...@re...> Date: 2024-06-13 (Thu, 13 Jun 2024) Changed paths: M src/org/jgroups/stack/GossipRouter.java Log Message: ----------- JGRP-2805 GossipRouter NPE on startup (#802) Commit: a5370f5666174cea2bfab430ab6919e6c9d1ea7e https://github.com/belaban/JGroups/commit/a5370f5666174cea2bfab430ab6919e6c9d1ea7e Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2024-06-17 (Mon, 17 Jun 2024) Changed paths: M pom.xml Log Message: ----------- Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.2.5 to 3.3.0 Bumps [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) from 3.2.5 to 3.3.0. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.2.5...surefire-3.3.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <su...@gi...> Commit: 8778f7ae10d9feb6c44b345c3cce7ab26b783d6d https://github.com/belaban/JGroups/commit/8778f7ae10d9feb6c44b345c3cce7ab26b783d6d Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2024-06-17 (Mon, 17 Jun 2024) Changed paths: M pom.xml Log Message: ----------- Bump org.apache.maven.plugins:maven-release-plugin from 3.0.1 to 3.1.0 Bumps [org.apache.maven.plugins:maven-release-plugin](https://github.com/apache/maven-release) from 3.0.1 to 3.1.0. - [Release notes](https://github.com/apache/maven-release/releases) - [Commits](https://github.com/apache/maven-release/compare/maven-release-3.0.1...maven-release-3.1.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-release-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <su...@gi...> Commit: 6990b0d15a45ac50644818a92fabcbf59151bf20 https://github.com/belaban/JGroups/commit/6990b0d15a45ac50644818a92fabcbf59151bf20 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2024-06-20 (Thu, 20 Jun 2024) Changed paths: M pom.xml Log Message: ----------- Bump org.apache.maven.plugins:maven-clean-plugin from 3.3.2 to 3.4.0 Bumps [org.apache.maven.plugins:maven-clean-plugin](https://github.com/apache/maven-clean-plugin) from 3.3.2 to 3.4.0. - [Release notes](https://github.com/apache/maven-clean-plugin/releases) - [Commits](https://github.com/apache/maven-clean-plugin/compare/maven-clean-plugin-3.3.2...maven-clean-plugin-3.4.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-clean-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <su...@gi...> Commit: f438bb0f5d8aedadbd9d44dc4349329ccc1c60fd https://github.com/belaban/JGroups/commit/f438bb0f5d8aedadbd9d44dc4349329ccc1c60fd Author: cfredri4 <chr...@vo...> Date: 2024-06-20 (Thu, 20 Jun 2024) Changed paths: M src/org/jgroups/util/TLS.java Log Message: ----------- Allow setting TLS SSLContext programmatically This change allows setting TLS SSLContext directly when wanting to configure the SSLContext programmatically Commit: dc5d1a6d62f3ce2874bfa551d316b68ff0de4278 https://github.com/belaban/JGroups/commit/dc5d1a6d62f3ce2874bfa551d316b68ff0de4278 Author: cfredri4 <chr...@vo...> Date: 2024-06-20 (Thu, 20 Jun 2024) Changed paths: M src/org/jgroups/protocols/SimplifiedTransferQueueBundler.java M src/org/jgroups/protocols/TransferQueueBundler.java Log Message: ----------- Disallow setting queue in TransferQueueBundler constructor Because it doesn't work as it's overwritten in start Commit: d24d34393c29b59b2470a04b12746ffe60ed4fb4 https://github.com/belaban/JGroups/commit/d24d34393c29b59b2470a04b12746ffe60ed4fb4 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2024-06-24 (Mon, 24 Jun 2024) Changed paths: M pom.xml Log Message: ----------- Bump org.apache.maven.plugins:maven-dependency-plugin Bumps [org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) from 3.6.1 to 3.7.1. - [Release notes](https://github.com/apache/maven-dependency-plugin/releases) - [Commits](https://github.com/apache/maven-dependency-plugin/compare/maven-dependency-plugin-3.6.1...maven-dependency-plugin-3.7.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-dependency-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <su...@gi...> Commit: 6a3fec85f8643041d0c32719503260f5ca4bc57d https://github.com/belaban/JGroups/commit/6a3fec85f8643041d0c32719503260f5ca4bc57d Author: Bela Ban <be...@ma...> Date: 2024-06-25 (Tue, 25 Jun 2024) Changed paths: M pom.xml Log Message: ----------- Merge pull request #804 from belaban/dependabot/maven/org.apache.maven.plugins-maven-failsafe-plugin-3.3.0 Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.2.5 to 3.3.0 Commit: 3e2cc6d7fdf322007b43db4923d9408755aa6997 https://github.com/belaban/JGroups/commit/3e2cc6d7fdf322007b43db4923d9408755aa6997 Author: Bela Ban <be...@ma...> Date: 2024-06-25 (Tue, 25 Jun 2024) Changed paths: M pom.xml Log Message: ----------- Merge pull request #805 from belaban/dependabot/maven/org.apache.maven.plugins-maven-release-plugin-3.1.0 Bump org.apache.maven.plugins:maven-release-plugin from 3.0.1 to 3.1.0 Commit: b962ca37b153dfce8ff1158d678dc59a0658d683 https://github.com/belaban/JGroups/commit/b962ca37b153dfce8ff1158d678dc59a0658d683 Author: Bela Ban <be...@ma...> Date: 2024-06-25 (Tue, 25 Jun 2024) Changed paths: M pom.xml Log Message: ----------- Merge pull request #809 from belaban/dependabot/maven/org.apache.maven.plugins-maven-clean-plugin-3.4.0 Bump org.apache.maven.plugins:maven-clean-plugin from 3.3.2 to 3.4.0 Commit: ffcdf8b8ff5773f9664682df05064c3c9e4aec17 https://github.com/belaban/JGroups/commit/ffcdf8b8ff5773f9664682df05064c3c9e4aec17 Author: Bela Ban <be...@ma...> Date: 2024-06-25 (Tue, 25 Jun 2024) Changed paths: M pom.xml Log Message: ----------- Merge pull request #813 from belaban/dependabot/maven/org.apache.maven.plugins-maven-dependency-plugin-3.7.1 Bump org.apache.maven.plugins:maven-dependency-plugin from 3.6.1 to 3.7.1 Commit: 14b58e12ba20d1cae01c08c035d7f974ae1e79f9 https://github.com/belaban/JGroups/commit/14b58e12ba20d1cae01c08c035d7f974ae1e79f9 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2024-06-25 (Tue, 25 Jun 2024) Changed paths: M pom.xml Log Message: ----------- Bump org.asciidoctor:asciidoctorj-diagram from 2.3.0 to 2.3.1 Bumps [org.asciidoctor:asciidoctorj-diagram](https://github.com/asciidoctor/asciidoctorj-diagram) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/asciidoctor/asciidoctorj-diagram/releases) - [Commits](https://github.com/asciidoctor/asciidoctorj-diagram/compare/v2.3.0...v2.3.1) --- updated-dependencies: - dependency-name: org.asciidoctor:asciidoctorj-diagram dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <su...@gi...> Commit: 3be7d8ed57209d743c9f1d3163843ec749955d68 https://github.com/belaban/JGroups/commit/3be7d8ed57209d743c9f1d3163843ec749955d68 Author: Bela Ban <be...@ma...> Date: 2024-06-25 (Tue, 25 Jun 2024) Changed paths: M pom.xml Log Message: ----------- Merge pull request #814 from belaban/dependabot/maven/org.asciidoctor-asciidoctorj-diagram-2.3.1 Bump org.asciidoctor:asciidoctorj-diagram from 2.3.0 to 2.3.1 Commit: a5cfb9ddf53c470e14b5d7c134d758626f3f1f75 https://github.com/belaban/JGroups/commit/a5cfb9ddf53c470e14b5d7c134d758626f3f1f75 Author: Tristan Tarrant <tta...@re...> Date: 2024-06-26 (Wed, 26 Jun 2024) Changed paths: M conf/asym-encrypt.xml M conf/asym-ssl.xml M conf/comment-test.xml M conf/encrypt.xml M conf/fast.xml M conf/fork.xml M conf/jdbc-hsql.xml M conf/jdbc-mysql.xml M conf/jdbc-pg.xml M conf/sym-encrypt.xml M conf/tcp-low-latency.xml M conf/tcp-minimal.xml M conf/tcp-nio.xml M conf/tcp.xml M conf/udp.xml M doc/manual/protocols-template.adoc M src/org/jgroups/JChannelProbeHandler.java M src/org/jgroups/conf/PropertyConverter.java M src/org/jgroups/conf/PropertyConverters.java M src/org/jgroups/conf/PropertyHelper.java M src/org/jgroups/jmx/ReflectUtils.java M src/org/jgroups/stack/NonReflectiveProbeHandler.java M src/org/jgroups/util/PropertiesToAsciidoc.java M src/org/jgroups/util/Util.java Log Message: ----------- - JGRP-2811: support time units parsing for property values - Also adds support for kib, mib, gib in size units - Document time and size units - Some trimming: "min_interval=15s " -> "min_interval=15s" - Added support for attribute writing via probe, e.g. probe NAKACK2.xmit_interval="1.2s" Commit: de53f3daf1cb1a0666c2ea894e2fd66b5461404c https://github.com/belaban/JGroups/commit/de53f3daf1cb1a0666c2ea894e2fd66b5461404c Author: cfredri4 <chr...@vo...> Date: 2024-06-27 (Thu, 27 Jun 2024) Changed paths: M src/org/jgroups/protocols/TP.java M tests/junit-functional/org/jgroups/protocols/RED_Test.java M tests/junit-functional/org/jgroups/tests/HeadersResizeTest.java Log Message: ----------- Allow setting bundler instance This change allows setting the bundler instance when TP allowing it to be configured programmatically. Previously it had to be set by class name or it would be overwritten during init. Commit: d0d4ec5be81b4b7bf372435aa3a6c1b2332a5009 https://github.com/belaban/JGroups/commit/d0d4ec5be81b4b7bf372435aa3a6c1b2332a5009 Author: Bela Ban <be...@ma...> Date: 2024-06-27 (Thu, 27 Jun 2024) Changed paths: M src/org/jgroups/util/TLS.java Log Message: ----------- Merge pull request #810 from cfredri4/allow-setting-tls-sslcontext JGRP-2809 Allow setting TLS SSLContext programmatically Commit: 523ce0f7353ed38baabf8d659a1b197df75a2549 https://github.com/belaban/JGroups/commit/523ce0f7353ed38baabf8d659a1b197df75a2549 Author: Bela Ban <be...@ma...> Date: 2024-06-27 (Thu, 27 Jun 2024) Changed paths: M src/org/jgroups/protocols/SimplifiedTransferQueueBundler.java M src/org/jgroups/protocols/TransferQueueBundler.java Log Message: ----------- Merge pull request #811 from cfredri4/disallow-setting-queue-in-tqb-constructor JGRP-2810 Disallow setting queue in TransferQueueBundler constructor Commit: 974a5367141f8647752c6444c67b377cc5620e21 https://github.com/belaban/JGroups/commit/974a5367141f8647752c6444c67b377cc5620e21 Author: Bela Ban <be...@ma...> Date: 2024-07-02 (Tue, 02 Jul 2024) Changed paths: M src/org/jgroups/BaseMessage.java M src/org/jgroups/Message.java M src/org/jgroups/protocols/BaseBundler.java M src/org/jgroups/protocols/BatchBundler.java M src/org/jgroups/protocols/PerDestinationBundler.java M src/org/jgroups/protocols/RingBufferBundler.java M src/org/jgroups/protocols/RingBufferBundlerLockless.java M src/org/jgroups/protocols/RingBufferBundlerLockless2.java M src/org/jgroups/protocols/SimplifiedTransferQueueBundler.java M src/org/jgroups/protocols/TP.java M src/org/jgroups/protocols/TpHeader.java M src/org/jgroups/protocols/TransferQueueBundler2.java M src/org/jgroups/protocols/relay/RelayHeader.java M src/org/jgroups/util/AverageMinMax.java M src/org/jgroups/util/Headers.java A src/org/jgroups/util/RTT.java M src/org/jgroups/util/SubmitToThreadPool.java M src/org/jgroups/util/Util.java M tests/junit-functional/org/jgroups/tests/HeadersResizeTest.java M tests/junit-functional/org/jgroups/tests/MessageBatchTest.java M tests/junit-functional/org/jgroups/tests/SizeTest.java Log Message: ----------- - Impl of RTT (https://issues.redhat.com/browse/JGRP-2812) - Added percentiles - Moved RTT from protocol to component in TP - Added Message.putHeaderIfAbsent - Added flag,index to TpHeader - On reception of a message/batch, if TpHeader has a flag > 0, the message is passed to the RTT component - Message.writeToNoAddrs() has no excluded headers anymore Commit: b3ad28cae3f4001df375b61248e39c20ea047869 https://github.com/belaban/JGroups/commit/b3ad28cae3f4001df375b61248e39c20ea047869 Author: Bela Ban <be...@ma...> Date: 2024-07-03 (Wed, 03 Jul 2024) Changed paths: M conf/tunnel.xml M src/org/jgroups/protocols/TUNNEL.java M src/org/jgroups/stack/RouterStub.java Log Message: ----------- - Set TUNNEL.port_range to 0 in init() (https://issues.redhat.com/browse/JGRP-2806) Commit: 6d5ed517d2ebe7f7b432b94c9b2e23dff73e0dc6 https://github.com/belaban/JGroups/commit/6d5ed517d2ebe7f7b432b94c9b2e23dff73e0dc6 Author: Bela Ban <be...@ma...> Date: 2024-07-04 (Thu, 04 Jul 2024) Changed paths: M conf/jg-messages.properties M conf/jg-messages_de.properties M src/org/jgroups/protocols/TP.java M src/org/jgroups/protocols/UDP.java M src/org/jgroups/protocols/pbcast/NAKACK2.java M src/org/jgroups/protocols/relay/RELAY.java M src/org/jgroups/util/SuppressCache.java M src/org/jgroups/util/SuppressLog.java M src/org/jgroups/util/ThreadPool.java M src/org/jgroups/util/Util.java Log Message: ----------- - Added SuppressLog for thread-pool-full event in ThreadPool (https://issues.redhat.com/browse/JGRP-2802) Commit: 44b5551092c4cd14e79ec71c3b08327d02078eef https://github.com/belaban/JGroups/commit/44b5551092c4cd14e79ec71c3b08327d02078eef Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2024-07-04 (Thu, 04 Jul 2024) Changed paths: M pom.xml Log Message: ----------- Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.0 to 3.5.0 Bumps [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/apache/maven-enforcer/releases) - [Commits](https://github.com/apache/maven-enforcer/compare/enforcer-3.4.0...enforcer-3.5.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-enforcer-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <su...@gi...> Commit: 8470126197d4f03f62a4518d9ec83ace1acb4a5e https://github.com/belaban/JGroups/commit/8470126197d4f03f62a4518d9ec83ace1acb4a5e Author: NikitaMatckevich <nik...@gm...> Date: 2024-07-04 (Thu, 04 Jul 2024) Changed paths: M src/org/jgroups/auth/RegexMembership.java Log Message: ----------- delay param checks from init() to start() in RegexMembership Commit: ceec2401942d33ba86ed1536ad7de7ccd6e2cd3f https://github.com/belaban/JGroups/commit/ceec2401942d33ba86ed1536ad7de7ccd6e2cd3f Author: Ryan Emerson <rem...@re...> Date: 2024-07-04 (Thu, 04 Jul 2024) Changed paths: M src/org/jgroups/stack/GossipRouter.java Log Message: ----------- JGRP-2805 GossipRouter NPE on startup (#802) Commit: 95eb3f2d835c631fb837d694a5842ecfff1787ff https://github.com/belaban/JGroups/commit/95eb3f2d835c631fb837d694a5842ecfff1787ff Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2024-07-04 (Thu, 04 Jul 2024) Changed paths: M pom.xml Log Message: ----------- Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.2.5 to 3.3.0 Bumps [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) from 3.2.5 to 3.3.0. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.2.5...surefire-3.3.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <su...@gi...> Commit: a841fca985486a94d6335c9035ae8013f5a495ef https://github.com/belaban/JGroups/commit/a841fca985486a94d6335c9035ae8013f5a495ef Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2024-07-04 (Thu, 04 Jul 2024) Changed paths: M pom.xml Log Message: ----------- Bump org.apache.maven.plugins:maven-release-plugin from 3.0.1 to 3.1.0 Bumps [org.apache.maven.plugins:maven-release-plugin](https://github.com/apache/maven-release) from 3.0.1 to 3.1.0. - [Release notes](https://github.com/apache/maven-release/releases) - [Commits](https://github.com/apache/maven-release/compare/maven-release-3.0.1...maven-release-3.1.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-release-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <su...@gi...> Commit: f18d32714a18498e0c27370173754fa88e01de87 https://github.com/belaban/JGroups/commit/f18d32714a18498e0c27370173754fa88e01de87 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2024-07-04 (Thu, 04 Jul 2024) Changed paths: M pom.xml Log Message: ----------- Bump org.apache.maven.plugins:maven-clean-plugin from 3.3.2 to 3.4.0 Bumps [org.apache.maven.plugins:maven-clean-plugin](https://github.com/apache/maven-clean-plugin) from 3.3.2 to 3.4.0. - [Release notes](https://github.com/apache/maven-clean-plugin/releases) - [Commits](https://github.com/apache/maven-clean-plugin/compare/maven-clean-plugin-3.3.2...maven-clean-plugin-3.4.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-clean-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <su...@gi...> Commit: 55b4665e54bd0ad409c098308f624b8405e9c671 https://github.com/belaban/JGroups/commit/55b4665e54bd0ad409c098308f624b8405e9c671 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2024-07-04 (Thu, 04 Jul 2024) Changed paths: M pom.xml Log Message: ----------- Bump org.apache.maven.plugins:maven-dependency-plugin Bumps [org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) from 3.6.1 to 3.7.1. - [Release notes](https://github.com/apache/maven-dependency-plugin/releases) - [Commits](https://github.com/apache/maven-dependency-plugin/compare/maven-dependency-plugin-3.6.1...maven-dependency-plugin-3.7.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-dependency-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <su...@gi...> Commit: 7315699f07e1e541b70ca5818e47cfbe0d8a2ef1 https://github.com/belaban/JGroups/commit/7315699f07e1e541b70ca5818e47cfbe0d8a2ef1 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2024-07-04 (Thu, 04 Jul 2024) Changed paths: M pom.xml Log Message: ----------- Bump org.asciidoctor:asciidoctorj-diagram from 2.3.0 to 2.3.1 Bumps [org.asciidoctor:asciidoctorj-diagram](https://github.com/asciidoctor/asciidoctorj-diagram) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/asciidoctor/asciidoctorj-diagram/releases) - [Commits](https://github.com/asciidoctor/asciidoctorj-diagram/compare/v2.3.0...v2.3.1) --- updated-dependencies: - dependency-name: org.asciidoctor:asciidoctorj-diagram dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <su...@gi...> Commit: 69ff65860af8560b609dc502e845165bff542651 https://github.com/belaban/JGroups/commit/69ff65860af8560b609dc502e845165bff542651 Author: Tristan Tarrant <tta...@re...> Date: 2024-07-04 (Thu, 04 Jul 2024) Changed paths: M conf/asym-encrypt.xml M conf/asym-ssl.xml M conf/comment-test.xml M conf/encrypt.xml M conf/fast.xml M conf/fork.xml M conf/jdbc-hsql.xml M conf/jdbc-mysql.xml M conf/jdbc-pg.xml M conf/sym-encrypt.xml M conf/tcp-low-latency.xml M conf/tcp-minimal.xml M conf/tcp-nio.xml M conf/tcp.xml M conf/udp.xml M doc/manual/protocols-template.adoc M src/org/jgroups/JChannelProbeHandler.java M src/org/jgroups/conf/PropertyConverter.java M src/org/jgroups/conf/PropertyConverters.java M src/org/jgroups/conf/PropertyHelper.java M src/org/jgroups/jmx/ReflectUtils.java M src/org/jgroups/stack/NonReflectiveProbeHandler.java M src/org/jgroups/util/PropertiesToAsciidoc.java M src/org/jgroups/util/Util.java Log Message: ----------- - JGRP-2811: support time units parsing for property values - Also adds support for kib, mib, gib in size units - Document time and size units - Some trimming: "min_interval=15s " -> "min_interval=15s" - Added support for attribute writing via probe, e.g. probe NAKACK2.xmit_interval="1.2s" Commit: 5658b5e7f9fd4d4d22e260ceae99a0341049fdab https://github.com/belaban/JGroups/commit/5658b5e7f9fd4d4d22e260ceae99a0341049fdab Author: cfredri4 <chr...@vo...> Date: 2024-07-04 (Thu, 04 Jul 2024) Changed paths: M src/org/jgroups/protocols/TP.java M tests/junit-functional/org/jgroups/protocols/RED_Test.java M tests/junit-functional/org/jgroups/tests/HeadersResizeTest.java Log Message: ----------- Allow setting bundler instance This change allows setting the bundler instance when TP allowing it to be configured programmatically. Previously it had to be set by class name or it would be overwritten during init. Commit: ef7b1fbb55c9b3ab0069d6ce16304d49490cc3ec https://github.com/belaban/JGroups/commit/ef7b1fbb55c9b3ab0069d6ce16304d49490cc3ec Author: cfredri4 <chr...@vo...> Date: 2024-07-04 (Thu, 04 Jul 2024) Changed paths: M src/org/jgroups/util/TLS.java Log Message: ----------- Allow setting TLS SSLContext programmatically This change allows setting TLS SSLContext directly when wanting to configure the SSLContext programmatically Commit: 65f5d1fb63c50650a5fe518c6bd58384186e96f9 https://github.com/belaban/JGroups/commit/65f5d1fb63c50650a5fe518c6bd58384186e96f9 Author: cfredri4 <chr...@vo...> Date: 2024-07-04 (Thu, 04 Jul 2024) Changed paths: M src/org/jgroups/protocols/SimplifiedTransferQueueBundler.java M src/org/jgroups/protocols/TransferQueueBundler.java Log Message: ----------- Disallow setting queue in TransferQueueBundler constructor Because it doesn't work as it's overwritten in start Commit: e787b2bc3fae4301bac68b2e4fc75f27d3e9e250 https://github.com/belaban/JGroups/commit/e787b2bc3fae4301bac68b2e4fc75f27d3e9e250 Author: Bela Ban <be...@ma...> Date: 2024-07-04 (Thu, 04 Jul 2024) Changed paths: M src/org/jgroups/BaseMessage.java M src/org/jgroups/Message.java M src/org/jgroups/protocols/BaseBundler.java M src/org/jgroups/protocols/BatchBundler.java M src/org/jgroups/protocols/PerDestinationBundler.java M src/org/jgroups/protocols/RingBufferBundler.java M src/org/jgroups/protocols/RingBufferBundlerLockless.java M src/org/jgroups/protocols/RingBufferBundlerLockless2.java M src/org/jgroups/protocols/SimplifiedTransferQueueBundler.java M src/org/jgroups/protocols/TP.java M src/org/jgroups/protocols/TpHeader.java M src/org/jgroups/protocols/TransferQueueBundler2.java M src/org/jgroups/protocols/relay/RelayHeader.java M src/org/jgroups/util/AverageMinMax.java M src/org/jgroups/util/Headers.java A src/org/jgroups/util/RTT.java M src/org/jgroups/util/SubmitToThreadPool.java M src/org/jgroups/util/Util.java M tests/junit-functional/org/jgroups/tests/HeadersResizeTest.java M tests/junit-functional/org/jgroups/tests/MessageBatchTest.java M tests/junit-functional/org/jgroups/tests/SizeTest.java Log Message: ----------- - Impl of RTT (https://issues.redhat.com/browse/JGRP-2812) - Added percentiles - Moved RTT from protocol to component in TP - Added Message.putHeaderIfAbsent - Added flag,index to TpHeader - On reception of a message/batch, if TpHeader has a flag > 0, the message is passed to the RTT component - Message.writeToNoAddrs() has no excluded headers anymore Commit: ba8ddc4e6e669a33ee1390e4bfcca5733fe38c37 https://github.com/belaban/JGroups/commit/ba8ddc4e6e669a33ee1390e4bfcca5733fe38c37 Author: Bela Ban <be...@ma...> Date: 2024-07-04 (Thu, 04 Jul 2024) Changed paths: M conf/tunnel.xml M src/org/jgroups/protocols/TUNNEL.java M src/org/jgroups/stack/RouterStub.java Log Message: ----------- - Set TUNNEL.port_range to 0 in init() (https://issues.redhat.com/browse/JGRP-2806) Commit: bca254154136a42cdc0c2b0c939e21043f43587b https://github.com/belaban/JGroups/commit/bca254154136a42cdc0c2b0c939e21043f43587b Author: Bela Ban <be...@ma...> Date: 2024-07-04 (Thu, 04 Jul 2024) Changed paths: M conf/jg-messages.properties M conf/jg-messages_de.properties M src/org/jgroups/protocols/TP.java M src/org/jgroups/protocols/UDP.java M src/org/jgroups/protocols/pbcast/NAKACK2.java M src/org/jgroups/protocols/relay/RELAY.java M src/org/jgroups/util/SuppressCache.java M src/org/jgroups/util/SuppressLog.java M src/org/jgroups/util/ThreadPool.java M src/org/jgroups/util/Util.java Log Message: ----------- - Added SuppressLog for thread-pool-full event in ThreadPool (https://issues.redhat.com/browse/JGRP-2802) Commit: 2aa7a19d07932b71ec4e25ac4161c3182bc1d2eb https://github.com/belaban/JGroups/commit/2aa7a19d07932b71ec4e25ac4161c3182bc1d2eb Author: Bela Ban <be...@ma...> Date: 2024-07-04 (Thu, 04 Jul 2024) Changed paths: M src/org/jgroups/protocols/Bundler.java M src/org/jgroups/protocols/PerDestinationBundler.java M src/org/jgroups/protocols/RemoveQueueBundler.java M src/org/jgroups/protocols/RingBufferBundler.java M src/org/jgroups/protocols/RingBufferBundlerLockless.java M src/org/jgroups/protocols/RingBufferBundlerLockless2.java M src/org/jgroups/protocols/TP.java M src/org/jgroups/protocols/TransferQueueBundler.java M src/org/jgroups/protocols/TransferQueueBundler2.java Log Message: ----------- Rename all bundler threads (https://issues.redhat.com/browse/JGRP-2808) Commit: 9f84de185a76d514819daa7b5ab44034a5a0a6df https://github.com/belaban/JGroups/commit/9f84de185a76d514819daa7b5ab44034a5a0a6df Author: Bela Ban <be...@ma...> Date: 2024-07-05 (Fri, 05 Jul 2024) Changed paths: M src/org/jgroups/protocols/SERIALIZE.java Log Message: ----------- Copying DONT_LOOBACK if set in SERLIALIZE.down() (https://issues.redhat.com/browse/JGRP-2804) Commit: 9aa153546fcbea35244e91fbf5c7e16bc78b7edc https://github.com/belaban/JGroups/commit/9aa153546fcbea35244e91fbf5c7e16bc78b7edc Author: Bela Ban <be...@ma...> Date: 2024-07-05 (Fri, 05 Jul 2024) Changed paths: M tests/junit-functional/org/jgroups/tests/JmxTest.java Log Message: ----------- Fixed JmxTest Commit: d88b29a125b109afdd8766dd9969f54b4529db4c https://github.com/belaban/JGroups/commit/d88b29a125b109afdd8766dd9969f54b4529db4c Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2024-07-09 (Tue, 09 Jul 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.4.2.Final to 2.5.0.Final. - [Commits](https://github.com/wildfly-security/wildfly-elytron/compare/2.4.2.Final...2.5.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: 10ca0a83e51fdd644faf3ea46e5e4694ae3f7c33 https://github.com/belaban/JGroups/commit/10ca0a83e51fdd644faf3ea46e5e4694ae3f7c33 Author: Bela Ban <be...@ma...> Date: 2024-07-09 (Tue, 09 Jul 2024) Changed paths: M pom.xml Log Message: ----------- Merge pull request #815 from belaban/dependabot/maven/org.wildfly.security-wildfly-elytron-2.5.0.Final Bump org.wildfly.security:wildfly-elytron from 2.4.2.Final to 2.5.0.Final Commit: 23c333882af26f6877fb91b71d9cdcbe521068fd https://github.com/belaban/JGroups/commit/23c333882af26f6877fb91b71d9cdcbe521068fd Author: Bela Ban <be...@ma...> Date: 2024-07-09 (Tue, 09 Jul 2024) Changed paths: M tests/junit-functional/org/jgroups/tests/NioServerTest2.java Log Message: ----------- ns Commit: 6c0814cda03c863af51bcc7517a1ed6e1a2402fc https://github.com/belaban/JGroups/commit/6c0814cda03c863af51bcc7517a1ed6e1a2402fc Author: Bela Ban <be...@ma...> Date: 2024-07-10 (Wed, 10 Jul 2024) Changed paths: M bin/jgroups.sh M conf/jg-magic-map.xml M conf/jg-protocol-ids.xml A doc/design/FixedBuffer.txt R doc/design/MCAST.txt A doc/design/NAKACK4.txt R doc/design/RingBufferSeqno.txt A doc/design/RingBufferSeqnoOld.txt A src/org/jgroups/protocols/NAKACK3.java A src/org/jgroups/protocols/NAKACK4.java A src/org/jgroups/protocols/NakAckHeader.java A src/org/jgroups/protocols/ReliableMulticast.java A src/org/jgroups/util/Buffer.java A src/org/jgroups/util/DynamicBuffer.java A src/org/jgroups/util/FixedBuffer.java R src/org/jgroups/util/RingBufferSeqno.java M src/org/jgroups/util/RingBufferSeqnoLockless.java A src/org/jgroups/util/RingBufferSeqnoOld.java M src/org/jgroups/util/Table.java M tests/byteman/org/jgroups/tests/byteman/RingBufferSeqnoTest.java A tests/junit-functional/org/jgroups/tests/BufferTest.java A tests/junit-functional/org/jgroups/tests/RingBufferSeqnoOldTest.java R tests/junit-functional/org/jgroups/tests/RingBufferSeqnoTest.java M tests/junit-functional/org/jgroups/tests/TableTest.java M tests/stress/org/jgroups/tests/RingBufferStressTest.java Log Message: ----------- - Created NAKACK3 and NAKACK4, extending ReliableMulticast (https://issues.redhat.com/browse/JGRP-2780) - Created XmitWindow and {Fixed,Dynamic}XmitWindow subclasses - Renamed XmitWindow -> Buffer, FixedXmitWindow -> FixedBuffer, DynamicXmitWindow -> DynamicBuffer - Moved Table -> DynamicBuffer, created FixedBuffer, both extend Buffer - BufferTest now tests DynamicBuffer and FixedBuffer - Added size field to FixedBuffer Commit: 7ad6c310a81da2ede2df1d2d2da267363f68c180 https://github.com/belaban/JGroups/commit/7ad6c310a81da2ede2df1d2d2da267363f68c180 Author: Bela Ban <be...@ma...> Date: 2024-07-10 (Wed, 10 Jul 2024) Changed paths: M src/org/jgroups/protocols/ReliableMulticast.java Log Message: ----------- ns Commit: 5807a807fa5042296a77f3f0224c818b8774c285 https://github.com/belaban/JGroups/commit/5807a807fa5042296a77f3f0224c818b8774c285 Author: Bela Ban <be...@ma...> Date: 2024-07-10 (Wed, 10 Jul 2024) Changed paths: Log Message: ----------- Merge remote-tracking branch 'origin/JGRP-2780' into JGRP-2780 Compare: https://github.com/belaban/JGroups/compare/edb5f4bac4a3...5807a807fa50 To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2024-07-10 12:11:07
|
Branch: refs/heads/JGRP-2780 Home: https://github.com/belaban/JGroups Commit: fe00fccac657de11236b63474ca2e3d2ed468dc8 https://github.com/belaban/JGroups/commit/fe00fccac657de11236b63474ca2e3d2ed468dc8 Author: Bela Ban <be...@ma...> Date: 2024-07-09 (Tue, 09 Jul 2024) Changed paths: M src/org/jgroups/util/FixedBuffer.java Log Message: ----------- ns Commit: 41299adbbda8cfe77146cce04523079d7521a3b6 https://github.com/belaban/JGroups/commit/41299adbbda8cfe77146cce04523079d7521a3b6 Author: Bela Ban <be...@ma...> Date: 2024-07-10 (Wed, 10 Jul 2024) Changed paths: M src/org/jgroups/util/Buffer.java M src/org/jgroups/util/DynamicBuffer.java M src/org/jgroups/util/FixedBuffer.java M tests/stress/org/jgroups/tests/RingBufferStressTest.java Log Message: ----------- - Added size field to FixedBuffer Commit: edb5f4bac4a31c415995bf4305a9dd892f821929 https://github.com/belaban/JGroups/commit/edb5f4bac4a31c415995bf4305a9dd892f821929 Author: Bela Ban <be...@ma...> Date: 2024-07-10 (Wed, 10 Jul 2024) Changed paths: M src/org/jgroups/protocols/NAKACK3.java M src/org/jgroups/protocols/ReliableMulticast.java Log Message: ----------- ns Compare: https://github.com/belaban/JGroups/compare/7f371f943dfd...edb5f4bac4a3 To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2024-07-09 13:40:38
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 23c333882af26f6877fb91b71d9cdcbe521068fd https://github.com/belaban/JGroups/commit/23c333882af26f6877fb91b71d9cdcbe521068fd Author: Bela Ban <be...@ma...> Date: 2024-07-09 (Tue, 09 Jul 2024) Changed paths: M tests/junit-functional/org/jgroups/tests/NioServerTest2.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-07-09 12:47:37
|
Branch: refs/heads/dependabot/maven/org.wildfly.security-wildfly-elytron-2.5.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-07-09 12:47:26
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: d88b29a125b109afdd8766dd9969f54b4529db4c https://github.com/belaban/JGroups/commit/d88b29a125b109afdd8766dd9969f54b4529db4c Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2024-07-09 (Tue, 09 Jul 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.4.2.Final to 2.5.0.Final. - [Commits](https://github.com/wildfly-security/wildfly-elytron/compare/2.4.2.Final...2.5.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: 10ca0a83e51fdd644faf3ea46e5e4694ae3f7c33 https://github.com/belaban/JGroups/commit/10ca0a83e51fdd644faf3ea46e5e4694ae3f7c33 Author: Bela Ban <be...@ma...> Date: 2024-07-09 (Tue, 09 Jul 2024) Changed paths: M pom.xml Log Message: ----------- Merge pull request #815 from belaban/dependabot/maven/org.wildfly.security-wildfly-elytron-2.5.0.Final Bump org.wildfly.security:wildfly-elytron from 2.4.2.Final to 2.5.0.Final Compare: https://github.com/belaban/JGroups/compare/9aa153546fcb...10ca0a83e51f To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: dependabot[bot] <no...@gi...> - 2024-07-09 09:47:00
|
Branch: refs/heads/dependabot/maven/org.wildfly.security-wildfly-elytron-2.5.0.Final Home: https://github.com/belaban/JGroups Commit: d88b29a125b109afdd8766dd9969f54b4529db4c https://github.com/belaban/JGroups/commit/d88b29a125b109afdd8766dd9969f54b4529db4c Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2024-07-09 (Tue, 09 Jul 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.4.2.Final to 2.5.0.Final. - [Commits](https://github.com/wildfly-security/wildfly-elytron/compare/2.4.2.Final...2.5.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...> To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2024-07-05 13:34:45
|
Branch: refs/heads/5.2.x Home: https://github.com/belaban/JGroups Commit: 34711e162eb5a822db2c7d7fae455b6c9dff57a8 https://github.com/belaban/JGroups/commit/34711e162eb5a822db2c7d7fae455b6c9dff57a8 Author: Bela Ban <be...@ma...> Date: 2024-07-05 (Fri, 05 Jul 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-07-05 13:34:44
|
Branch: refs/tags/jgroups-5.2.27.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-07-05 13:34:42
|
Branch: refs/heads/5.2.x Home: https://github.com/belaban/JGroups Commit: fc0fd3cce49c6a1fa879fc162aae03973d808d4e https://github.com/belaban/JGroups/commit/fc0fd3cce49c6a1fa879fc162aae03973d808d4e Author: Bela Ban <be...@ma...> Date: 2024-07-05 (Fri, 05 Jul 2024) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare release jgroups-5.2.27.Final To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2024-07-05 13:33:25
|
Branch: refs/heads/5.3.x Home: https://github.com/belaban/JGroups Commit: c072bc90eaafd1b0540c90a0a78e869cf1c1dcbd https://github.com/belaban/JGroups/commit/c072bc90eaafd1b0540c90a0a78e869cf1c1dcbd Author: Bela Ban <be...@ma...> Date: 2024-07-05 (Fri, 05 Jul 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-07-05 13:33:24
|
Branch: refs/tags/jgroups-5.3.8.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-07-05 13:33:17
|
Branch: refs/heads/5.3.x Home: https://github.com/belaban/JGroups Commit: 2565faa9b6311c3c5ee84f8a12ba169b671753e6 https://github.com/belaban/JGroups/commit/2565faa9b6311c3c5ee84f8a12ba169b671753e6 Author: Bela Ban <be...@ma...> Date: 2024-07-05 (Fri, 05 Jul 2024) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare release jgroups-5.3.8.Final To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2024-07-05 13:32:51
|
Branch: refs/heads/5.3.x Home: https://github.com/belaban/JGroups Commit: e16b35121f970b5d7bc4f77dee353bc64f2c7096 https://github.com/belaban/JGroups/commit/e16b35121f970b5d7bc4f77dee353bc64f2c7096 Author: Bela Ban <be...@ma...> Date: 2024-07-05 (Fri, 05 Jul 2024) Changed paths: M tests/junit-functional/org/jgroups/tests/JmxTest.java Log Message: ----------- Fixed JmxTest To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2024-07-05 13:31:57
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 9aa153546fcbea35244e91fbf5c7e16bc78b7edc https://github.com/belaban/JGroups/commit/9aa153546fcbea35244e91fbf5c7e16bc78b7edc Author: Bela Ban <be...@ma...> Date: 2024-07-05 (Fri, 05 Jul 2024) Changed paths: M tests/junit-functional/org/jgroups/tests/JmxTest.java Log Message: ----------- Fixed JmxTest To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2024-07-05 12:53:41
|
Branch: refs/heads/5.3.x Home: https://github.com/belaban/JGroups Commit: 379881291fcb7a05a972896272921e9dfbc376ae https://github.com/belaban/JGroups/commit/379881291fcb7a05a972896272921e9dfbc376ae Author: Bela Ban <be...@ma...> Date: 2024-07-05 (Fri, 05 Jul 2024) Changed paths: M src/org/jgroups/protocols/SERIALIZE.java Log Message: ----------- Copying DONT_LOOBACK if set in SERLIALIZE.down() (https://issues.redhat.com/browse/JGRP-2804) To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2024-07-05 12:51:55
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 9f84de185a76d514819daa7b5ab44034a5a0a6df https://github.com/belaban/JGroups/commit/9f84de185a76d514819daa7b5ab44034a5a0a6df Author: Bela Ban <be...@ma...> Date: 2024-07-05 (Fri, 05 Jul 2024) Changed paths: M src/org/jgroups/protocols/SERIALIZE.java Log Message: ----------- Copying DONT_LOOBACK if set in SERLIALIZE.down() (https://issues.redhat.com/browse/JGRP-2804) To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2024-07-04 10:02:12
|
Branch: refs/heads/5.3.x Home: https://github.com/belaban/JGroups Commit: c0be6471b887f95ced25caad4ceb3ab036631c90 https://github.com/belaban/JGroups/commit/c0be6471b887f95ced25caad4ceb3ab036631c90 Author: Bela Ban <be...@ma...> Date: 2024-07-04 (Thu, 04 Jul 2024) Changed paths: M src/org/jgroups/protocols/Bundler.java M src/org/jgroups/protocols/PerDestinationBundler.java M src/org/jgroups/protocols/RemoveQueueBundler.java M src/org/jgroups/protocols/RingBufferBundler.java M src/org/jgroups/protocols/RingBufferBundlerLockless.java M src/org/jgroups/protocols/RingBufferBundlerLockless2.java M src/org/jgroups/protocols/TP.java M src/org/jgroups/protocols/TransferQueueBundler.java M src/org/jgroups/protocols/TransferQueueBundler2.java Log Message: ----------- Bundler thread renaming This makes TP rename all bundler threads (previously only done for TransferQueueBundler+RingBufferBundler) and also makes TP not care about the specific bundler type being used JIRA: https://issues.redhat.com/browse/JGRP-2808 To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2024-07-04 09:43:37
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 29c287d091716c20c7c67ffa062cdf0fdd456532 https://github.com/belaban/JGroups/commit/29c287d091716c20c7c67ffa062cdf0fdd456532 Author: cfredri4 <chr...@vo...> Date: 2024-05-30 (Thu, 30 May 2024) Changed paths: M src/org/jgroups/protocols/Bundler.java M src/org/jgroups/protocols/PerDestinationBundler.java M src/org/jgroups/protocols/RemoveQueueBundler.java M src/org/jgroups/protocols/RingBufferBundler.java M src/org/jgroups/protocols/RingBufferBundlerLockless.java M src/org/jgroups/protocols/RingBufferBundlerLockless2.java M src/org/jgroups/protocols/TP.java M src/org/jgroups/protocols/TransferQueueBundler.java M src/org/jgroups/protocols/TransferQueueBundler2.java Log Message: ----------- Bundler thread renaming This makes TP rename all bundler threads (previously only done for TransferQueueBundler+RingBufferBundler) and also makes TP not care about the specific bundler type being used Commit: 44b5551092c4cd14e79ec71c3b08327d02078eef https://github.com/belaban/JGroups/commit/44b5551092c4cd14e79ec71c3b08327d02078eef Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2024-07-04 (Thu, 04 Jul 2024) Changed paths: M pom.xml Log Message: ----------- Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.0 to 3.5.0 Bumps [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/apache/maven-enforcer/releases) - [Commits](https://github.com/apache/maven-enforcer/compare/enforcer-3.4.0...enforcer-3.5.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-enforcer-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <su...@gi...> Commit: 8470126197d4f03f62a4518d9ec83ace1acb4a5e https://github.com/belaban/JGroups/commit/8470126197d4f03f62a4518d9ec83ace1acb4a5e Author: NikitaMatckevich <nik...@gm...> Date: 2024-07-04 (Thu, 04 Jul 2024) Changed paths: M src/org/jgroups/auth/RegexMembership.java Log Message: ----------- delay param checks from init() to start() in RegexMembership Commit: ceec2401942d33ba86ed1536ad7de7ccd6e2cd3f https://github.com/belaban/JGroups/commit/ceec2401942d33ba86ed1536ad7de7ccd6e2cd3f Author: Ryan Emerson <rem...@re...> Date: 2024-07-04 (Thu, 04 Jul 2024) Changed paths: M src/org/jgroups/stack/GossipRouter.java Log Message: ----------- JGRP-2805 GossipRouter NPE on startup (#802) Commit: 95eb3f2d835c631fb837d694a5842ecfff1787ff https://github.com/belaban/JGroups/commit/95eb3f2d835c631fb837d694a5842ecfff1787ff Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2024-07-04 (Thu, 04 Jul 2024) Changed paths: M pom.xml Log Message: ----------- Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.2.5 to 3.3.0 Bumps [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) from 3.2.5 to 3.3.0. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.2.5...surefire-3.3.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <su...@gi...> Commit: a841fca985486a94d6335c9035ae8013f5a495ef https://github.com/belaban/JGroups/commit/a841fca985486a94d6335c9035ae8013f5a495ef Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2024-07-04 (Thu, 04 Jul 2024) Changed paths: M pom.xml Log Message: ----------- Bump org.apache.maven.plugins:maven-release-plugin from 3.0.1 to 3.1.0 Bumps [org.apache.maven.plugins:maven-release-plugin](https://github.com/apache/maven-release) from 3.0.1 to 3.1.0. - [Release notes](https://github.com/apache/maven-release/releases) - [Commits](https://github.com/apache/maven-release/compare/maven-release-3.0.1...maven-release-3.1.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-release-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <su...@gi...> Commit: f18d32714a18498e0c27370173754fa88e01de87 https://github.com/belaban/JGroups/commit/f18d32714a18498e0c27370173754fa88e01de87 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2024-07-04 (Thu, 04 Jul 2024) Changed paths: M pom.xml Log Message: ----------- Bump org.apache.maven.plugins:maven-clean-plugin from 3.3.2 to 3.4.0 Bumps [org.apache.maven.plugins:maven-clean-plugin](https://github.com/apache/maven-clean-plugin) from 3.3.2 to 3.4.0. - [Release notes](https://github.com/apache/maven-clean-plugin/releases) - [Commits](https://github.com/apache/maven-clean-plugin/compare/maven-clean-plugin-3.3.2...maven-clean-plugin-3.4.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-clean-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <su...@gi...> Commit: 55b4665e54bd0ad409c098308f624b8405e9c671 https://github.com/belaban/JGroups/commit/55b4665e54bd0ad409c098308f624b8405e9c671 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2024-07-04 (Thu, 04 Jul 2024) Changed paths: M pom.xml Log Message: ----------- Bump org.apache.maven.plugins:maven-dependency-plugin Bumps [org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) from 3.6.1 to 3.7.1. - [Release notes](https://github.com/apache/maven-dependency-plugin/releases) - [Commits](https://github.com/apache/maven-dependency-plugin/compare/maven-dependency-plugin-3.6.1...maven-dependency-plugin-3.7.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-dependency-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <su...@gi...> Commit: 7315699f07e1e541b70ca5818e47cfbe0d8a2ef1 https://github.com/belaban/JGroups/commit/7315699f07e1e541b70ca5818e47cfbe0d8a2ef1 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2024-07-04 (Thu, 04 Jul 2024) Changed paths: M pom.xml Log Message: ----------- Bump org.asciidoctor:asciidoctorj-diagram from 2.3.0 to 2.3.1 Bumps [org.asciidoctor:asciidoctorj-diagram](https://github.com/asciidoctor/asciidoctorj-diagram) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/asciidoctor/asciidoctorj-diagram/releases) - [Commits](https://github.com/asciidoctor/asciidoctorj-diagram/compare/v2.3.0...v2.3.1) --- updated-dependencies: - dependency-name: org.asciidoctor:asciidoctorj-diagram dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <su...@gi...> Commit: 69ff65860af8560b609dc502e845165bff542651 https://github.com/belaban/JGroups/commit/69ff65860af8560b609dc502e845165bff542651 Author: Tristan Tarrant <tta...@re...> Date: 2024-07-04 (Thu, 04 Jul 2024) Changed paths: M conf/asym-encrypt.xml M conf/asym-ssl.xml M conf/comment-test.xml M conf/encrypt.xml M conf/fast.xml M conf/fork.xml M conf/jdbc-hsql.xml M conf/jdbc-mysql.xml M conf/jdbc-pg.xml M conf/sym-encrypt.xml M conf/tcp-low-latency.xml M conf/tcp-minimal.xml M conf/tcp-nio.xml M conf/tcp.xml M conf/udp.xml M doc/manual/protocols-template.adoc M src/org/jgroups/JChannelProbeHandler.java M src/org/jgroups/conf/PropertyConverter.java M src/org/jgroups/conf/PropertyConverters.java M src/org/jgroups/conf/PropertyHelper.java M src/org/jgroups/jmx/ReflectUtils.java M src/org/jgroups/stack/NonReflectiveProbeHandler.java M src/org/jgroups/util/PropertiesToAsciidoc.java M src/org/jgroups/util/Util.java Log Message: ----------- - JGRP-2811: support time units parsing for property values - Also adds support for kib, mib, gib in size units - Document time and size units - Some trimming: "min_interval=15s " -> "min_interval=15s" - Added support for attribute writing via probe, e.g. probe NAKACK2.xmit_interval="1.2s" Commit: 5658b5e7f9fd4d4d22e260ceae99a0341049fdab https://github.com/belaban/JGroups/commit/5658b5e7f9fd4d4d22e260ceae99a0341049fdab Author: cfredri4 <chr...@vo...> Date: 2024-07-04 (Thu, 04 Jul 2024) Changed paths: M src/org/jgroups/protocols/TP.java M tests/junit-functional/org/jgroups/protocols/RED_Test.java M tests/junit-functional/org/jgroups/tests/HeadersResizeTest.java Log Message: ----------- Allow setting bundler instance This change allows setting the bundler instance when TP allowing it to be configured programmatically. Previously it had to be set by class name or it would be overwritten during init. Commit: ef7b1fbb55c9b3ab0069d6ce16304d49490cc3ec https://github.com/belaban/JGroups/commit/ef7b1fbb55c9b3ab0069d6ce16304d49490cc3ec Author: cfredri4 <chr...@vo...> Date: 2024-07-04 (Thu, 04 Jul 2024) Changed paths: M src/org/jgroups/util/TLS.java Log Message: ----------- Allow setting TLS SSLContext programmatically This change allows setting TLS SSLContext directly when wanting to configure the SSLContext programmatically Commit: 65f5d1fb63c50650a5fe518c6bd58384186e96f9 https://github.com/belaban/JGroups/commit/65f5d1fb63c50650a5fe518c6bd58384186e96f9 Author: cfredri4 <chr...@vo...> Date: 2024-07-04 (Thu, 04 Jul 2024) Changed paths: M src/org/jgroups/protocols/SimplifiedTransferQueueBundler.java M src/org/jgroups/protocols/TransferQueueBundler.java Log Message: ----------- Disallow setting queue in TransferQueueBundler constructor Because it doesn't work as it's overwritten in start Commit: e787b2bc3fae4301bac68b2e4fc75f27d3e9e250 https://github.com/belaban/JGroups/commit/e787b2bc3fae4301bac68b2e4fc75f27d3e9e250 Author: Bela Ban <be...@ma...> Date: 2024-07-04 (Thu, 04 Jul 2024) Changed paths: M src/org/jgroups/BaseMessage.java M src/org/jgroups/Message.java M src/org/jgroups/protocols/BaseBundler.java M src/org/jgroups/protocols/BatchBundler.java M src/org/jgroups/protocols/PerDestinationBundler.java M src/org/jgroups/protocols/RingBufferBundler.java M src/org/jgroups/protocols/RingBufferBundlerLockless.java M src/org/jgroups/protocols/RingBufferBundlerLockless2.java M src/org/jgroups/protocols/SimplifiedTransferQueueBundler.java M src/org/jgroups/protocols/TP.java M src/org/jgroups/protocols/TpHeader.java M src/org/jgroups/protocols/TransferQueueBundler2.java M src/org/jgroups/protocols/relay/RelayHeader.java M src/org/jgroups/util/AverageMinMax.java M src/org/jgroups/util/Headers.java A src/org/jgroups/util/RTT.java M src/org/jgroups/util/SubmitToThreadPool.java M src/org/jgroups/util/Util.java M tests/junit-functional/org/jgroups/tests/HeadersResizeTest.java M tests/junit-functional/org/jgroups/tests/MessageBatchTest.java M tests/junit-functional/org/jgroups/tests/SizeTest.java Log Message: ----------- - Impl of RTT (https://issues.redhat.com/browse/JGRP-2812) - Added percentiles - Moved RTT from protocol to component in TP - Added Message.putHeaderIfAbsent - Added flag,index to TpHeader - On reception of a message/batch, if TpHeader has a flag > 0, the message is passed to the RTT component - Message.writeToNoAddrs() has no excluded headers anymore Commit: ba8ddc4e6e669a33ee1390e4bfcca5733fe38c37 https://github.com/belaban/JGroups/commit/ba8ddc4e6e669a33ee1390e4bfcca5733fe38c37 Author: Bela Ban <be...@ma...> Date: 2024-07-04 (Thu, 04 Jul 2024) Changed paths: M conf/tunnel.xml M src/org/jgroups/protocols/TUNNEL.java M src/org/jgroups/stack/RouterStub.java Log Message: ----------- - Set TUNNEL.port_range to 0 in init() (https://issues.redhat.com/browse/JGRP-2806) Commit: bca254154136a42cdc0c2b0c939e21043f43587b https://github.com/belaban/JGroups/commit/bca254154136a42cdc0c2b0c939e21043f43587b Author: Bela Ban <be...@ma...> Date: 2024-07-04 (Thu, 04 Jul 2024) Changed paths: M conf/jg-messages.properties M conf/jg-messages_de.properties M src/org/jgroups/protocols/TP.java M src/org/jgroups/protocols/UDP.java M src/org/jgroups/protocols/pbcast/NAKACK2.java M src/org/jgroups/protocols/relay/RELAY.java M src/org/jgroups/util/SuppressCache.java M src/org/jgroups/util/SuppressLog.java M src/org/jgroups/util/ThreadPool.java M src/org/jgroups/util/Util.java Log Message: ----------- - Added SuppressLog for thread-pool-full event in ThreadPool (https://issues.redhat.com/browse/JGRP-2802) Commit: 2aa7a19d07932b71ec4e25ac4161c3182bc1d2eb https://github.com/belaban/JGroups/commit/2aa7a19d07932b71ec4e25ac4161c3182bc1d2eb Author: Bela Ban <be...@ma...> Date: 2024-07-04 (Thu, 04 Jul 2024) Changed paths: M src/org/jgroups/protocols/Bundler.java M src/org/jgroups/protocols/PerDestinationBundler.java M src/org/jgroups/protocols/RemoveQueueBundler.java M src/org/jgroups/protocols/RingBufferBundler.java M src/org/jgroups/protocols/RingBufferBundlerLockless.java M src/org/jgroups/protocols/RingBufferBundlerLockless2.java M src/org/jgroups/protocols/TP.java M src/org/jgroups/protocols/TransferQueueBundler.java M src/org/jgroups/protocols/TransferQueueBundler2.java Log Message: ----------- Rename all bundler threads (https://issues.redhat.com/browse/JGRP-2808) Compare: https://github.com/belaban/JGroups/compare/6d5ed517d2eb...2aa7a19d0793 To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |