javagroups-git Mailing List for JGroups (Page 7)
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
(63) |
Sep
(102) |
Oct
(41) |
Nov
|
Dec
|
From: Bela B. <no...@gi...> - 2025-08-28 15:59:08
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 9d1f57dd595a33468d77adc3c71187774d8146c5 https://github.com/belaban/JGroups/commit/9d1f57dd595a33468d77adc3c71187774d8146c5 Author: Bela Ban <be...@ma...> Date: 2025-08-28 (Thu, 28 Aug 2025) Changed paths: M build.xml M conf/tcp-new.xml M pom.xml M src/org/jgroups/BytesMessage.java M src/org/jgroups/Event.java M src/org/jgroups/JChannelProbeHandler.java M src/org/jgroups/MergeView.java M src/org/jgroups/auth/Krb5Token.java M src/org/jgroups/auth/Krb5TokenUtils.java M src/org/jgroups/auth/X509Token.java M src/org/jgroups/blocks/GroupRequest.java M src/org/jgroups/blocks/ReplCache.java M src/org/jgroups/blocks/ReplicatedHashMap.java M src/org/jgroups/blocks/RpcDispatcher.java M src/org/jgroups/blocks/cs/TcpConnection.java M src/org/jgroups/blocks/cs/TcpConnectionNonBlocking.java M src/org/jgroups/client/StompConnection.java M src/org/jgroups/conf/PropertyConverters.java M src/org/jgroups/conf/XmlConfigurator.java M src/org/jgroups/demos/ReplCacheDemo.java M src/org/jgroups/demos/ReplicatedHashMapDemo.java M src/org/jgroups/fork/ForkProtocol.java M src/org/jgroups/jmx/ReflectUtils.java M src/org/jgroups/jmx/ResourceDMBean.java M src/org/jgroups/logging/JDKLogImpl.java M src/org/jgroups/logging/Log4J2LogImpl.java M src/org/jgroups/protocols/ASYM_ENCRYPT.java R src/org/jgroups/protocols/ASYNC.java M src/org/jgroups/protocols/AUTH.java M src/org/jgroups/protocols/BATCH.java M src/org/jgroups/protocols/BATCH2.java M src/org/jgroups/protocols/BaseBundler.java M src/org/jgroups/protocols/COUNTER.java M src/org/jgroups/protocols/DAISYCHAIN.java R src/org/jgroups/protocols/DETECT_LOOPBACKS.java M src/org/jgroups/protocols/DH_KEY_EXCHANGE.java M src/org/jgroups/protocols/Discovery.java M src/org/jgroups/protocols/Encrypt.java M src/org/jgroups/protocols/EncryptHeader.java M src/org/jgroups/protocols/FD_HOST.java M src/org/jgroups/protocols/FD_SOCK.java M src/org/jgroups/protocols/FD_SOCK2.java M src/org/jgroups/protocols/FORK.java M src/org/jgroups/protocols/FailureDetection.java M src/org/jgroups/protocols/JDBC_PING2.java M src/org/jgroups/protocols/MERGE3.java M src/org/jgroups/protocols/MFC.java M src/org/jgroups/protocols/MFC_NB.java M src/org/jgroups/protocols/MPING.java M src/org/jgroups/protocols/NON_BLOCKING_SENDS.java M src/org/jgroups/protocols/NakAckHeader.java M src/org/jgroups/protocols/PDC.java M src/org/jgroups/protocols/PerDestinationBundler.java M src/org/jgroups/protocols/PingData.java M src/org/jgroups/protocols/PingHeader.java M src/org/jgroups/protocols/RED.java M src/org/jgroups/protocols/ReliableMulticast.java M src/org/jgroups/protocols/ReliableUnicast.java M src/org/jgroups/protocols/SHARED_LOOPBACK.java M src/org/jgroups/protocols/SNIFF.java M src/org/jgroups/protocols/SSL_KEY_EXCHANGE.java M src/org/jgroups/protocols/STOMP.java M src/org/jgroups/protocols/SWIFT_PING.java M src/org/jgroups/protocols/SimpleTCP.java M src/org/jgroups/protocols/TCPPING.java M src/org/jgroups/protocols/TP.java M src/org/jgroups/protocols/TpHeader.java M src/org/jgroups/protocols/TransferQueueBundler.java M src/org/jgroups/protocols/UnicastHeader.java M src/org/jgroups/protocols/UnicastHeader3.java M src/org/jgroups/protocols/VERIFY_SUSPECT.java M src/org/jgroups/protocols/VERIFY_SUSPECT2.java M src/org/jgroups/protocols/dns/DNS_PING.java M src/org/jgroups/protocols/dns/DefaultDNSResolver.java M src/org/jgroups/protocols/pbcast/CoordGmsImpl.java M src/org/jgroups/protocols/pbcast/GMS.java M src/org/jgroups/protocols/pbcast/GmsImpl.java M src/org/jgroups/protocols/pbcast/Leaver.java M src/org/jgroups/protocols/pbcast/Merger.java M src/org/jgroups/protocols/pbcast/NAKACK2.java M src/org/jgroups/protocols/pbcast/NakAckHeader2.java M src/org/jgroups/protocols/pbcast/ParticipantGmsImpl.java M src/org/jgroups/protocols/pbcast/STABLE.java M src/org/jgroups/protocols/pbcast/STATE_TRANSFER.java M src/org/jgroups/protocols/pbcast/StreamingStateTransfer.java M src/org/jgroups/protocols/relay/Bridge.java M src/org/jgroups/protocols/relay/RELAY2.java M src/org/jgroups/protocols/relay/RELAY3.java M src/org/jgroups/protocols/relay/SiteMaster.java M src/org/jgroups/protocols/relay/config/RelayConfig.java M src/org/jgroups/stack/Configurator.java M src/org/jgroups/stack/GossipRouter.java M src/org/jgroups/stack/IpAddress.java M src/org/jgroups/stack/NonReflectiveProbeHandler.java M src/org/jgroups/stack/ProtocolStack.java M src/org/jgroups/util/AgeOutCache.java M src/org/jgroups/util/AsciiString.java M src/org/jgroups/util/AsyncExecutor.java M src/org/jgroups/util/AverageMinMax.java M src/org/jgroups/util/Base64.java M src/org/jgroups/util/Bits.java M src/org/jgroups/util/ByteArrayDataInputStream.java M src/org/jgroups/util/ByteBufferOutputStream.java M src/org/jgroups/util/CompareMetrics.java R src/org/jgroups/util/ConcurrentLinkedBlockingQueue2.java M src/org/jgroups/util/Digest.java M src/org/jgroups/util/DynamicBuffer.java M src/org/jgroups/util/ExtendedUUID.java M src/org/jgroups/util/FixedBuffer.java M src/org/jgroups/util/GenerateProfilingScript.java M src/org/jgroups/util/Headers.java M src/org/jgroups/util/IntHashMap.java M src/org/jgroups/util/LongTuple.java M src/org/jgroups/util/MessageBatch.java M src/org/jgroups/util/Metrics.java M src/org/jgroups/util/MillisAddress.java M src/org/jgroups/util/MutableDigest.java M src/org/jgroups/util/ProfilingHelper.java M src/org/jgroups/util/RpcStats.java M src/org/jgroups/util/Runner.java M src/org/jgroups/util/SizeBoundedQueue.java M src/org/jgroups/util/SslContextFactory.java M src/org/jgroups/util/SubmitToThreadPool.java M src/org/jgroups/util/Table.java M src/org/jgroups/util/ThreadPool.java M src/org/jgroups/util/TimeScheduler3.java M src/org/jgroups/util/Tuple.java M src/org/jgroups/util/UUID.java M src/org/jgroups/util/UnbatchOOBBatches.java M src/org/jgroups/util/Util.java M src/org/jgroups/util/XMLSchemaGenerator.java M tests/junit-functional/org/jgroups/tests/AsciiStringTest.java M tests/junit-functional/org/jgroups/tests/DeltaViewTest.java M tests/junit-functional/org/jgroups/tests/MergeTest6.java M tests/junit-functional/org/jgroups/tests/RelayTests.java M tests/junit-functional/org/jgroups/tests/TupleTest.java M tests/junit/org/jgroups/tests/DiscoveryTest2.java M tests/junit/org/jgroups/tests/DuplicateTest.java M tests/junit/org/jgroups/tests/MessageBundlingTest.java M tests/junit/org/jgroups/tests/OverlappingMergeTest.java M tests/junit/org/jgroups/tests/ReplicatedHashMapTest.java M tests/other/org/jgroups/tests/ParseMessages.java Log Message: ----------- - Changed lang level in pom.xml/build.xml (https://issues.redhat.com/browse/JGRP-2911) - Removed redundant @Suppress annotations - Removed ConcurrentLinkedBlockingQueue2 (not used) - Removed commented code - Removed ASYNC protocol (not used) - Enhanced switch statements/expressions - Fixes by upgrading to java 17 - Converted Tuple to record - Added pattern variable to instanceof - Turned AsciiString into a record - Turned AsyncExecutor, ByteBufferOutputStream into a record - Turned Configurator into a record - Turned COUNTER into a record - Turned Digest.Entry into a record - Converted multiple smaller ancillary classes to records To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2025-08-28 15:55:07
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 349a8bc4392c38a8eab60aa1a000b223312bc01a https://github.com/belaban/JGroups/commit/349a8bc4392c38a8eab60aa1a000b223312bc01a Author: Bela Ban <be...@ma...> Date: 2025-08-28 (Thu, 28 Aug 2025) Changed paths: M tests/junit/org/jgroups/tests/CloseTest.java M tests/junit/org/jgroups/tests/DiscoveryTest2.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-08-28 15:08:33
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 2aa79b20718fb62d76ab06bd0745023181a9fdeb https://github.com/belaban/JGroups/commit/2aa79b20718fb62d76ab06bd0745023181a9fdeb Author: Bela Ban <be...@ma...> Date: 2025-08-28 (Thu, 28 Aug 2025) Changed paths: M tests/junit-functional/org/jgroups/tests/BlockingQueueTest.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-08-27 14:56:48
|
Branch: refs/heads/5.4.x Home: https://github.com/belaban/JGroups Commit: a37c276e73500b92423ec506803d6463bddaab1a https://github.com/belaban/JGroups/commit/a37c276e73500b92423ec506803d6463bddaab1a Author: Bela Ban <be...@ma...> Date: 2025-08-27 (Wed, 27 Aug 2025) Changed paths: M conf/settings.xml M pom.xml Log Message: ----------- Updated to the nexus3 plugin To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2025-08-27 14:52:41
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 4610b41199086318bfcb32c3068c8a69f64f57f8 https://github.com/belaban/JGroups/commit/4610b41199086318bfcb32c3068c8a69f64f57f8 Author: Bela Ban <be...@ma...> Date: 2025-08-27 (Wed, 27 Aug 2025) Changed paths: M pom.xml Log Message: ----------- Updated to the nexus3 plugin To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2025-08-27 14:48:05
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: cc25784489764963aeef10d1a8e47da520d40ffc https://github.com/belaban/JGroups/commit/cc25784489764963aeef10d1a8e47da520d40ffc Author: Bela Ban <be...@ma...> Date: 2025-08-27 (Wed, 27 Aug 2025) Changed paths: M conf/settings.xml Log Message: ----------- ns To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2025-08-27 14:44:06
|
Branch: refs/heads/5.3.x Home: https://github.com/belaban/JGroups Commit: b5eb07d8daf12bd15048932d783f2956fc3239ad https://github.com/belaban/JGroups/commit/b5eb07d8daf12bd15048932d783f2956fc3239ad Author: Bela Ban <be...@ma...> Date: 2025-08-27 (Wed, 27 Aug 2025) Changed paths: M pom.xml Log Message: ----------- Changed version to 5.3.20 snapshot To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2025-08-27 14:43:17
|
Branch: refs/heads/5.3.x Home: https://github.com/belaban/JGroups Commit: 963e0d0015fab21c05ee87138ab6a00985b11032 https://github.com/belaban/JGroups/commit/963e0d0015fab21c05ee87138ab6a00985b11032 Author: Bela Ban <be...@ma...> Date: 2025-08-27 (Wed, 27 Aug 2025) Changed paths: M pom.xml Log Message: ----------- ns To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2025-08-27 14:15:52
|
Branch: refs/heads/5.3.x Home: https://github.com/belaban/JGroups Commit: 5ae54a7a5b4a1e58ad96807b51eac39aeb311f37 https://github.com/belaban/JGroups/commit/5ae54a7a5b4a1e58ad96807b51eac39aeb311f37 Author: Bela Ban <be...@ma...> Date: 2025-08-27 (Wed, 27 Aug 2025) Changed paths: M pom.xml Log Message: ----------- ns To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2025-08-27 12:36:12
|
Branch: refs/heads/5.3.x Home: https://github.com/belaban/JGroups Commit: 486032c14d9ef6fdc7c5f00cb1306cb15b5e701e https://github.com/belaban/JGroups/commit/486032c14d9ef6fdc7c5f00cb1306cb15b5e701e Author: Bela Ban <be...@ma...> Date: 2025-08-27 (Wed, 27 Aug 2025) Changed paths: M pom.xml Log Message: ----------- ns To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2025-08-27 12:24:30
|
Branch: refs/heads/5.3.x Home: https://github.com/belaban/JGroups Commit: 0caaab1605e965cba0b28b0d6e6896282eaf9fe5 https://github.com/belaban/JGroups/commit/0caaab1605e965cba0b28b0d6e6896282eaf9fe5 Author: Bela Ban <be...@ma...> Date: 2025-08-27 (Wed, 27 Aug 2025) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] rollback the release of jgroups-5.3.19.Final To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2025-08-27 12:24:28
|
Branch: refs/tags/jgroups-5.3.19.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...> - 2025-08-27 12:22:58
|
Branch: refs/tags/jgroups-5.3.19.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...> - 2025-08-27 12:22:54
|
Branch: refs/heads/5.3.x Home: https://github.com/belaban/JGroups Commit: 3a3193862ea7b8122896f94d19acf346dd822468 https://github.com/belaban/JGroups/commit/3a3193862ea7b8122896f94d19acf346dd822468 Author: Bela Ban <be...@ma...> Date: 2025-08-27 (Wed, 27 Aug 2025) 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...> - 2025-08-27 12:22:50
|
Branch: refs/heads/5.3.x Home: https://github.com/belaban/JGroups Commit: fb7573e5069d0b5f95a410300b25906bd8de769c https://github.com/belaban/JGroups/commit/fb7573e5069d0b5f95a410300b25906bd8de769c Author: Bela Ban <be...@ma...> Date: 2025-08-27 (Wed, 27 Aug 2025) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare release jgroups-5.3.19.Final To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2025-08-27 12:15:40
|
Branch: refs/heads/5.3.x Home: https://github.com/belaban/JGroups Commit: b1c9c888c4e2fbf205f2da4c9d440ad92039f19f https://github.com/belaban/JGroups/commit/b1c9c888c4e2fbf205f2da4c9d440ad92039f19f Author: Bela Ban <be...@ma...> Date: 2025-08-27 (Wed, 27 Aug 2025) Changed paths: M pom.xml Log Message: ----------- Changed settings.xml/pom.xml to contain new URLs for Nexus3 To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2025-08-27 11:59:20
|
Branch: refs/tags/jgroups-5.3.19.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...> - 2025-08-27 11:59:18
|
Branch: refs/heads/5.3.x Home: https://github.com/belaban/JGroups Commit: 55875523a7586201ea1e4f08a77d74bda3743f29 https://github.com/belaban/JGroups/commit/55875523a7586201ea1e4f08a77d74bda3743f29 Author: Bela Ban <be...@ma...> Date: 2025-08-27 (Wed, 27 Aug 2025) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] rollback the release of jgroups-5.3.19.Final To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2025-08-27 11:56:50
|
Branch: refs/heads/5.3.x Home: https://github.com/belaban/JGroups Commit: 33dd32a4ed2bf82ffaa5377d5afc5fae5fe1d662 https://github.com/belaban/JGroups/commit/33dd32a4ed2bf82ffaa5377d5afc5fae5fe1d662 Author: Bela Ban <be...@ma...> Date: 2025-08-27 (Wed, 27 Aug 2025) 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...> - 2025-08-27 11:56:47
|
Branch: refs/heads/5.3.x Home: https://github.com/belaban/JGroups Commit: ca4f78cb45bd51e7c451834ab1ced3ceef759392 https://github.com/belaban/JGroups/commit/ca4f78cb45bd51e7c451834ab1ced3ceef759392 Author: Bela Ban <be...@ma...> Date: 2025-08-27 (Wed, 27 Aug 2025) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare release jgroups-5.3.19.Final To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2025-08-27 11:56:42
|
Branch: refs/tags/jgroups-5.3.19.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...> - 2025-08-27 11:55:39
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 1f14477667c93ef5642ad2c02863a6d3701e8dfc https://github.com/belaban/JGroups/commit/1f14477667c93ef5642ad2c02863a6d3701e8dfc Author: Bela Ban <be...@ma...> Date: 2025-08-27 (Wed, 27 Aug 2025) Changed paths: M conf/settings.xml M pom.xml Log Message: ----------- Changed settings.xml/pom.xml to contain new URLs for Nexus3 To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2025-08-27 11:52:52
|
Branch: refs/tags/jgroups-5.3.19.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...> - 2025-08-27 11:52:46
|
Branch: refs/heads/5.3.x Home: https://github.com/belaban/JGroups Commit: 7b7675813b618c61fedbc20cd9614cc74045a820 https://github.com/belaban/JGroups/commit/7b7675813b618c61fedbc20cd9614cc74045a820 Author: Bela Ban <be...@ma...> Date: 2025-08-27 (Wed, 27 Aug 2025) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] rollback the release of jgroups-5.3.19.Final To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |
From: Bela B. <no...@gi...> - 2025-08-27 11:50:50
|
Branch: refs/tags/jgroups-5.3.19.Final Home: https://github.com/belaban/JGroups To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |