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
(63) |
Sep
(102) |
Oct
(20) |
Nov
|
Dec
|
From: Bela B. <no...@gi...> - 2025-10-09 15:30:08
|
Branch: refs/heads/JGRP-2942 Home: https://github.com/belaban/JGroups Commit: 9a8cfe28f972896a37a85ff84e2e0d1a985a6b03 https://github.com/belaban/JGroups/commit/9a8cfe28f972896a37a85ff84e2e0d1a985a6b03 Author: Bela Ban <be...@ma...> Date: 2025-10-09 (Thu, 09 Oct 2025) Changed paths: A tests/junit-functional/org/jgroups/tests/RefcountedNioMessageTest.java Log Message: ----------- - Added RefcountedNioMessageTest for JGRP-2942 Commit: d4f8d9de17e89b101d8c27439a84666d15f3d7d4 https://github.com/belaban/JGroups/commit/d4f8d9de17e89b101d8c27439a84666d15f3d7d4 Author: Bela Ban <be...@ma...> Date: 2025-10-09 (Thu, 09 Oct 2025) Changed paths: M doc/manual/api.adoc Log Message: ----------- ns Commit: 8661ee5c73d4877faa048a262012c8723d4c118c https://github.com/belaban/JGroups/commit/8661ee5c73d4877faa048a262012c8723d4c118c Author: Bela Ban <be...@ma...> Date: 2025-10-09 (Thu, 09 Oct 2025) Changed paths: M src/org/jgroups/JChannel.java M src/org/jgroups/Message.java M src/org/jgroups/NioMessage.java A src/org/jgroups/Refcountable.java A src/org/jgroups/RefcountedBytesMessage.java A src/org/jgroups/RefcountedNioMessage.java M src/org/jgroups/protocols/ReliableUnicast.java M src/org/jgroups/protocols/UNICAST3.java M src/org/jgroups/protocols/pbcast/NAKACK2.java M src/org/jgroups/util/MaxOneThreadPerSender.java A src/org/jgroups/util/RefcountImpl.java A tests/junit-functional/org/jgroups/tests/RefcountImplTest.java M tests/junit-functional/org/jgroups/tests/RefcountedNioMessageTest.java Log Message: ----------- - Message now extends RefCountable - Implemented refcounting in UNICAST2,3 and NAKACK2 (https://issues.redhat.com/browse/JGRP-2942) - Unit test is RefcountedNioMessageTest Compare: https://github.com/belaban/JGroups/compare/9a8cfe28f972%5E...8661ee5c73d4 To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2025-10-09 14:47:44
|
Branch: refs/heads/JGRP-2909 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-10-09 13:23:42
|
Branch: refs/heads/5.4.x Home: https://github.com/belaban/JGroups Commit: 7a5d60d4d3bea6534e2d9c5d78cbc271f4e93ad3 https://github.com/belaban/JGroups/commit/7a5d60d4d3bea6534e2d9c5d78cbc271f4e93ad3 Author: Bela Ban <be...@ma...> Date: 2025-10-09 (Thu, 09 Oct 2025) Changed paths: M src/org/jgroups/protocols/BasicTCP.java Log Message: ----------- Only send TCP suspect events for members To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2025-10-09 13:21:20
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: b7215fa5bd51749c94f7263126c7b438b5af0665 https://github.com/belaban/JGroups/commit/b7215fa5bd51749c94f7263126c7b438b5af0665 Author: cfredri4 <chr...@vo...> Date: 2025-10-09 (Thu, 09 Oct 2025) Changed paths: M src/org/jgroups/protocols/BasicTCP.java Log Message: ----------- Only send TCP suspect events for members Commit: c0ec3094335a0c58665a130c7b5a9ee877ac8d84 https://github.com/belaban/JGroups/commit/c0ec3094335a0c58665a130c7b5a9ee877ac8d84 Author: Bela Ban <be...@ma...> Date: 2025-10-09 (Thu, 09 Oct 2025) Changed paths: M src/org/jgroups/protocols/BasicTCP.java Log Message: ----------- Merge pull request #948 from cfredri4/only-send-tcp-suspect-events-for-members Only send TCP suspect events for members Compare: https://github.com/belaban/JGroups/compare/45c4441edfbd...c0ec3094335a To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2025-10-09 10:19:54
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 45c4441edfbd59a11ba98db6760f3e75de149b8b https://github.com/belaban/JGroups/commit/45c4441edfbd59a11ba98db6760f3e75de149b8b Author: Bela Ban <be...@ma...> Date: 2025-10-09 (Thu, 09 Oct 2025) Changed paths: M src/org/jgroups/protocols/TP.java Log Message: ----------- - Changed TP.bundler_type to use PerDestinationBundler by default (this is already the case in all XML configs) To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2025-10-07 11:24:09
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: b0b8afa6ab7da203cb475f7cfed1ea7bce103537 https://github.com/belaban/JGroups/commit/b0b8afa6ab7da203cb475f7cfed1ea7bce103537 Author: Bela Ban <be...@ma...> Date: 2025-10-07 (Tue, 07 Oct 2025) Changed paths: M src/org/jgroups/BaseMessage.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-10-07 11:16:14
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: ba5a490694a9cc615e7e32ae2fb6257336654945 https://github.com/belaban/JGroups/commit/ba5a490694a9cc615e7e32ae2fb6257336654945 Author: Bela Ban <be...@ma...> Date: 2025-10-07 (Tue, 07 Oct 2025) Changed paths: M src/org/jgroups/BaseMessage.java M src/org/jgroups/BytesMessage.java M src/org/jgroups/NioMessage.java M src/org/jgroups/blocks/RpcDispatcher.java M src/org/jgroups/blocks/cs/TcpConnectionNonBlocking.java M src/org/jgroups/protocols/COMPRESS.java M src/org/jgroups/protocols/Encrypt.java M src/org/jgroups/protocols/FD_SOCK2.java M src/org/jgroups/protocols/FRAG.java M src/org/jgroups/protocols/FRAG2.java M src/org/jgroups/protocols/FRAG3.java M src/org/jgroups/protocols/Frag3Header.java M src/org/jgroups/protocols/JDBC_PING.java M src/org/jgroups/protocols/MPING.java M src/org/jgroups/protocols/PerDestinationBundler.java M src/org/jgroups/protocols/ReliableMulticast.java M src/org/jgroups/protocols/SEQUENCER.java M src/org/jgroups/protocols/pbcast/NAKACK2.java M src/org/jgroups/stack/DiagnosticsHandler.java M src/org/jgroups/util/ByteArray.java M src/org/jgroups/util/ByteArrayDataInputStream.java M src/org/jgroups/util/ObjectWrapperSerializable.java M src/org/jgroups/util/Util.java M tests/junit-functional/org/jgroups/tests/ByteArrayTest.java M tests/junit-functional/org/jgroups/tests/CompositeMessageTest.java M tests/junit-functional/org/jgroups/tests/MessageSizeTest.java M tests/junit-functional/org/jgroups/tests/MillisAddressTest.java M tests/junit-functional/org/jgroups/tests/NioMessageTest.java M tests/junit-functional/org/jgroups/tests/ObjectWrapperTest.java M tests/junit-functional/org/jgroups/tests/SizeTest.java M tests/junit-functional/org/jgroups/tests/UtilTest.java M tests/other/org/jgroups/tests/ParseMessages.java M tests/other/org/jgroups/tests/Probe.java M tests/other/org/jgroups/tests/UnicastTestTcpSlow.java Log Message: ----------- Changed ByteArray from class to record. Removed SizeStreamable implementation as it is not needed To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2025-10-06 08:17:31
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 8d6dbb4d4000cdb5d775bb8c86c5c5fe2674ab2c https://github.com/belaban/JGroups/commit/8d6dbb4d4000cdb5d775bb8c86c5c5fe2674ab2c Author: Bela Ban <be...@ma...> Date: 2025-10-06 (Mon, 06 Oct 2025) Changed paths: M bin/release.sh M pom.xml Log Message: ----------- Changed version to 5.5.1.Final-SNAPSHOT To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2025-10-06 08:16:38
|
Branch: refs/tags/jgroups-5.5.0.Final Home: https://github.com/belaban/JGroups Commit: 6f655e3ec0f8b9b8b201c2cdc665cf053cce0398 https://github.com/belaban/JGroups/commit/6f655e3ec0f8b9b8b201c2cdc665cf053cce0398 Author: Bela Ban <be...@ma...> Date: 2025-10-06 (Mon, 06 Oct 2025) Changed paths: M bin/release.sh M pom.xml Log Message: ----------- Changed version from $CURRENT_VERSION to $RELEASE_VERSION To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2025-10-06 08:13:46
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: deb35157e3ebd201dc0f2eec149ae5b5be4fbf8c https://github.com/belaban/JGroups/commit/deb35157e3ebd201dc0f2eec149ae5b5be4fbf8c Author: Bela Ban <be...@ma...> Date: 2025-10-06 (Mon, 06 Oct 2025) Changed paths: M bin/release.sh M pom.xml Log Message: ----------- Changed version from $CURRENT_VERSION to $RELEASE_VERSION To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: dependabot[bot] <no...@gi...> - 2025-10-03 09:08:24
|
Branch: refs/heads/dependabot/maven/org.apache.maven.plugins-maven-enforcer-plugin-3.6.2 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-10-03 09:08:23
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 852124ed0c859947d3c8b17163a49598fbd6b51b https://github.com/belaban/JGroups/commit/852124ed0c859947d3c8b17163a49598fbd6b51b Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2025-10-03 (Fri, 03 Oct 2025) Changed paths: M pom.xml Log Message: ----------- Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.6.1 to 3.6.2 Bumps [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.6.1 to 3.6.2. - [Release notes](https://github.com/apache/maven-enforcer/releases) - [Commits](https://github.com/apache/maven-enforcer/compare/enforcer-3.6.1...enforcer-3.6.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-enforcer-plugin dependency-version: 3.6.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <su...@gi...> Commit: f151d337b1c07b1bd32fa5f64cb04ffa3f4e56eb https://github.com/belaban/JGroups/commit/f151d337b1c07b1bd32fa5f64cb04ffa3f4e56eb Author: Bela Ban <be...@ma...> Date: 2025-10-03 (Fri, 03 Oct 2025) Changed paths: M pom.xml Log Message: ----------- Merge pull request #947 from belaban/dependabot/maven/org.apache.maven.plugins-maven-enforcer-plugin-3.6.2 Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.6.1 to 3.6.2 Compare: https://github.com/belaban/JGroups/compare/2c15b2194c2e...f151d337b1c0 To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: dependabot[bot] <no...@gi...> - 2025-10-03 09:02:12
|
Branch: refs/heads/dependabot/maven/org.apache.maven.plugins-maven-enforcer-plugin-3.6.2 Home: https://github.com/belaban/JGroups Commit: 852124ed0c859947d3c8b17163a49598fbd6b51b https://github.com/belaban/JGroups/commit/852124ed0c859947d3c8b17163a49598fbd6b51b Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2025-10-03 (Fri, 03 Oct 2025) Changed paths: M pom.xml Log Message: ----------- Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.6.1 to 3.6.2 Bumps [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.6.1 to 3.6.2. - [Release notes](https://github.com/apache/maven-enforcer/releases) - [Commits](https://github.com/apache/maven-enforcer/compare/enforcer-3.6.1...enforcer-3.6.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-enforcer-plugin dependency-version: 3.6.2 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-10-02 16:41:51
|
Branch: refs/heads/5.3.x Home: https://github.com/belaban/JGroups Commit: 148692ea87dcd0657f411c4e1cf2fa661fa6232c https://github.com/belaban/JGroups/commit/148692ea87dcd0657f411c4e1cf2fa661fa6232c Author: Bela Ban <be...@ma...> Date: 2025-10-02 (Thu, 02 Oct 2025) Changed paths: M src/org/jgroups/fork/ForkProtocolStack.java Log Message: ----------- Made ForkProtocolStack thread safe (https://issues.redhat.com/browse/JGRP-2941) To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2025-10-02 16:41:37
|
Branch: refs/heads/5.4.x Home: https://github.com/belaban/JGroups Commit: 5fd8bdb88549b9f5d49252a77a75158833f958b7 https://github.com/belaban/JGroups/commit/5fd8bdb88549b9f5d49252a77a75158833f958b7 Author: Bela Ban <be...@ma...> Date: 2025-10-02 (Thu, 02 Oct 2025) Changed paths: M src/org/jgroups/fork/ForkProtocolStack.java Log Message: ----------- Made ForkProtocolStack thread safe (https://issues.redhat.com/browse/JGRP-2941) To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2025-10-02 16:41:02
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 2c15b2194c2e5dc4d24b978249f5b0c579da8780 https://github.com/belaban/JGroups/commit/2c15b2194c2e5dc4d24b978249f5b0c579da8780 Author: Bela Ban <be...@ma...> Date: 2025-10-02 (Thu, 02 Oct 2025) Changed paths: M src/org/jgroups/fork/ForkProtocolStack.java Log Message: ----------- Made ForkProtocolStack thread safe (https://issues.redhat.com/browse/JGRP-2941) To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2025-10-02 13:49:19
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 062180161fc1237ee8539b969faddf4797dc0561 https://github.com/belaban/JGroups/commit/062180161fc1237ee8539b969faddf4797dc0561 Author: cfredri4 <chr...@vo...> Date: 2025-10-02 (Thu, 02 Oct 2025) Changed paths: M src/org/jgroups/protocols/TP.java Log Message: ----------- Setter for thread naming pattern Commit: 8944e4326279a35c79f3203c85ad5eaa7496dd93 https://github.com/belaban/JGroups/commit/8944e4326279a35c79f3203c85ad5eaa7496dd93 Author: Bela Ban <be...@ma...> Date: 2025-10-02 (Thu, 02 Oct 2025) Changed paths: M src/org/jgroups/protocols/TP.java Log Message: ----------- Merge pull request #946 from cfredri4/setter-for-thread-naming-pattern Setter for thread naming pattern Compare: https://github.com/belaban/JGroups/compare/e65cc3c62598...8944e4326279 To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2025-10-02 07:52:46
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 17ccceab453b6b2827663666aa3feddbcd53b248 https://github.com/belaban/JGroups/commit/17ccceab453b6b2827663666aa3feddbcd53b248 Author: cfredri4 <chr...@vo...> Date: 2025-10-01 (Wed, 01 Oct 2025) Changed paths: M src/org/jgroups/blocks/cs/NioConnection.java M src/org/jgroups/blocks/cs/TcpConnection.java Log Message: ----------- Consistent tcp/nio accept warning messages This change tweaks the logging of accept warning message in NioConnection to contain peer information and be consistent with TcpConnection. Commit: cb76676ee3ba86130b3c8a7782242371006f1ae4 https://github.com/belaban/JGroups/commit/cb76676ee3ba86130b3c8a7782242371006f1ae4 Author: William Burns <mud...@gm...> Date: 2025-10-02 (Thu, 02 Oct 2025) Changed paths: M src/org/jgroups/util/ByteArrayDataOutputStream.java Log Message: ----------- Make ensureCapacity public on ByteArrayDataOutputStream Commit: c961f6d24008a8136bf5ca2690ef8603d881c659 https://github.com/belaban/JGroups/commit/c961f6d24008a8136bf5ca2690ef8603d881c659 Author: Bela Ban <be...@ma...> Date: 2025-10-02 (Thu, 02 Oct 2025) Changed paths: M src/org/jgroups/blocks/cs/NioConnection.java M src/org/jgroups/blocks/cs/TcpConnection.java Log Message: ----------- Added local address in exceptions Commit: e65cc3c6259843a0adde2a4d9ae57d4c0b98a0ca https://github.com/belaban/JGroups/commit/e65cc3c6259843a0adde2a4d9ae57d4c0b98a0ca Author: Bela Ban <be...@ma...> Date: 2025-10-02 (Thu, 02 Oct 2025) Changed paths: M src/org/jgroups/blocks/cs/NioConnection.java M src/org/jgroups/blocks/cs/TcpConnection.java Log Message: ----------- Merge branch 'cfredri4-consistent-tcp-nio-cookie-warning-messages' Compare: https://github.com/belaban/JGroups/compare/b8af108fdd13...e65cc3c62598 To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2025-10-01 15:36:47
|
Branch: refs/heads/5.4.x Home: https://github.com/belaban/JGroups Commit: 25dd9b385a318ff224cb028b582bb8fcb519c44e https://github.com/belaban/JGroups/commit/25dd9b385a318ff224cb028b582bb8fcb519c44e Author: Bela Ban <be...@ma...> Date: 2025-10-01 (Wed, 01 Oct 2025) Changed paths: M src/org/jgroups/util/ByteArrayDataOutputStream.java Log Message: ----------- Make ensureCapacity public on ByteArrayDataOutputStream To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2025-10-01 15:34:13
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 786cc0bc7fd98c9117fc3e1ef4927b79ad6489ce https://github.com/belaban/JGroups/commit/786cc0bc7fd98c9117fc3e1ef4927b79ad6489ce Author: William Burns <mud...@gm...> Date: 2025-10-01 (Wed, 01 Oct 2025) Changed paths: M src/org/jgroups/util/ByteArrayDataOutputStream.java Log Message: ----------- Make ensureCapacity public on ByteArrayDataOutputStream Commit: b8af108fdd130b42c8a0a0ef6bf110c3f659b307 https://github.com/belaban/JGroups/commit/b8af108fdd130b42c8a0a0ef6bf110c3f659b307 Author: Bela Ban <be...@ma...> Date: 2025-10-01 (Wed, 01 Oct 2025) Changed paths: M src/org/jgroups/util/ByteArrayDataOutputStream.java Log Message: ----------- Merge pull request #945 from wburns/grow_ByteArrayDataOutputStream Make ensureCapacity public on ByteArrayDataOutputStream Compare: https://github.com/belaban/JGroups/compare/5c9d5b190f42...b8af108fdd13 To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: dependabot[bot] <no...@gi...> - 2025-09-30 10:15:18
|
Branch: refs/heads/dependabot/maven/org.sonatype.plugins-nxrm3-maven-plugin-1.0.13 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-09-30 10:15:13
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 7a6430be3e333830546b704d7cc7bdeaa726a4f3 https://github.com/belaban/JGroups/commit/7a6430be3e333830546b704d7cc7bdeaa726a4f3 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2025-09-30 (Tue, 30 Sep 2025) Changed paths: M pom.xml Log Message: ----------- Bump org.sonatype.plugins:nxrm3-maven-plugin from 1.0.12 to 1.0.13 Bumps [org.sonatype.plugins:nxrm3-maven-plugin](https://github.com/sonatype/nxrm3-maven-plugin) from 1.0.12 to 1.0.13. - [Release notes](https://github.com/sonatype/nxrm3-maven-plugin/releases) - [Commits](https://github.com/sonatype/nxrm3-maven-plugin/compare/release-1.0.12...release-1.0.13) --- updated-dependencies: - dependency-name: org.sonatype.plugins:nxrm3-maven-plugin dependency-version: 1.0.13 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <su...@gi...> Commit: 5c9d5b190f42dd6809b59e5c1cc1fe449c707817 https://github.com/belaban/JGroups/commit/5c9d5b190f42dd6809b59e5c1cc1fe449c707817 Author: Bela Ban <be...@ma...> Date: 2025-09-30 (Tue, 30 Sep 2025) Changed paths: M pom.xml Log Message: ----------- Merge pull request #943 from belaban/dependabot/maven/org.sonatype.plugins-nxrm3-maven-plugin-1.0.13 Bump org.sonatype.plugins:nxrm3-maven-plugin from 1.0.12 to 1.0.13 Compare: https://github.com/belaban/JGroups/compare/43c4ef6d6e69...5c9d5b190f42 To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: dependabot[bot] <no...@gi...> - 2025-09-30 09:02:24
|
Branch: refs/heads/dependabot/maven/org.sonatype.plugins-nxrm3-maven-plugin-1.0.13 Home: https://github.com/belaban/JGroups Commit: 7a6430be3e333830546b704d7cc7bdeaa726a4f3 https://github.com/belaban/JGroups/commit/7a6430be3e333830546b704d7cc7bdeaa726a4f3 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2025-09-30 (Tue, 30 Sep 2025) Changed paths: M pom.xml Log Message: ----------- Bump org.sonatype.plugins:nxrm3-maven-plugin from 1.0.12 to 1.0.13 Bumps [org.sonatype.plugins:nxrm3-maven-plugin](https://github.com/sonatype/nxrm3-maven-plugin) from 1.0.12 to 1.0.13. - [Release notes](https://github.com/sonatype/nxrm3-maven-plugin/releases) - [Commits](https://github.com/sonatype/nxrm3-maven-plugin/compare/release-1.0.12...release-1.0.13) --- updated-dependencies: - dependency-name: org.sonatype.plugins:nxrm3-maven-plugin dependency-version: 1.0.13 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: dependabot[bot] <no...@gi...> - 2025-09-25 12:50:14
|
Branch: refs/heads/dependabot/maven/org.apache.logging.log4j-log4j-core-2.25.2 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...> - 2025-09-25 12:48:07
|
Branch: refs/heads/dependabot/maven/org.apache.maven.plugins-maven-compiler-plugin-3.14.1 Home: https://github.com/belaban/JGroups To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |