Skip to content

Commit 7c23def

Browse files
authored
Merge pull request #489 from rhusar/jgroups-5.4
[3.1.x] Upgrade jgroups to 5.4.11.Final
2 parents 0c6c16a + 4ea88e1 commit 7c23def

File tree

4 files changed

+18
-24
lines changed

4 files changed

+18
-24
lines changed

README.adoc

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The benefit is a more stable connection as well as usage of IAM server profiles
1616
<dependency>
1717
<groupId>org.jgroups.aws</groupId>
1818
<artifactId>jgroups-aws</artifactId>
19-
<version>3.0.1.Final</version>
19+
<version>3.1.0.Final</version>
2020
</dependency>
2121
----
2222

@@ -115,15 +115,12 @@ Based on standard tcp.xml with discovery replaced with aws.S3_PING.
115115
-->
116116
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
117117
xmlns="urn:org:jgroups"
118-
xsi:schemaLocation="urn:org:jgroups http://www.jgroups.org/schema/jgroups-5.3.xsd">
118+
xsi:schemaLocation="urn:org:jgroups http://www.jgroups.org/schema/jgroups-5.4.xsd">
119119
<TCP bind_addr="${jgroups.bind_addr:site_local}"
120120
bind_port="${jgroups.bind_port:7800}"
121-
external_addr="${jgroups.external_addr}"
122-
external_port="${jgroups.external_port}"
123121
thread_pool.min_threads="0"
124122
thread_pool.max_threads="200"
125-
thread_pool.keep_alive_time="30000"
126-
diag.enabled="false"/>
123+
thread_pool.keep_alive_time="30000"/>
127124
<NON_BLOCKING_SENDS/>
128125
<aws.S3_PING/>
129126
<MERGE3 min_interval="10s"
@@ -176,9 +173,11 @@ https://github.com/jgroups-extras/jgroups-aws/issues
176173
== Support Matrix
177174

178175
|===
179-
|Version (branch) |JGroups version |AWS SDK
176+
|Version/Branch |JGroups Version |AWS SDK Version |Base JDK Version
180177

181-
|`3.x` (`main`) |5.2.x - 5.3.x |2.x
182-
|`2.x` |5.2.x |1.x
183-
|`1.x` |4.2.x |1.x
178+
|`4.x`/`main` |`5.5.x` |`2.x` |17
179+
|`3.1.x` |`5.4.x` |`2.x` |11
180+
|`3.0.x` |`5.2.x` – `5.3.x` |`2.x` |11
181+
|`2.x` |`5.2.x` |`1.x` |11
182+
|`1.x` |`4.2.x` |`1.x` |8
184183
|===

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,13 @@
2121
<jdk.min.version>11</jdk.min.version>
2222
<nexus.staging.tag>${project.groupId}-${project.version}</nexus.staging.tag>
2323
<!-- Temporary version bump of the nxrm3 plugin until jboss-parent catches up -->
24+
<!-- https://central.sonatype.com/artifact/org.sonatype.plugins/nxrm3-maven-plugin/versions -->
2425
<version.nxrm3.plugin>1.0.13</version.nxrm3.plugin>
2526

2627
<!-- https://mvnrepository.com/artifact/org.jgroups/jgroups -->
27-
<jgroups.version>5.3.21.Final</jgroups.version>
28+
<jgroups.version>5.4.11.Final</jgroups.version>
2829
<!-- https://mvnrepository.com/artifact/software.amazon.awssdk/bom -->
29-
<aws.version>2.35.2</aws.version>
30+
<aws.version>2.35.7</aws.version>
3031
</properties>
3132

3233
<description>Discovery protocol for JGroups using AWS S3 buckets as cluster information store</description>

src/test/resources/org/jgroups/protocols/aws/tcp-NATIVE_S3_PING.xml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
-->
1616

1717
<!--
18-
Formatted copy of the original jgroups-5.3.13.Final.jar!/tcp.xml reconfigured to use NATIVE_S3_PING and disabled diagnostics.
18+
Formatted copy of the original jgroups-5.4.11.Final.jar!/tcp.xml reconfigured to use NATIVE_S3_PING and disabled diagnostics.
1919
-->
2020

2121
<!--
@@ -27,15 +27,12 @@
2727
-->
2828
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2929
xmlns="urn:org:jgroups"
30-
xsi:schemaLocation="urn:org:jgroups http://www.jgroups.org/schema/jgroups-5.3.xsd">
30+
xsi:schemaLocation="urn:org:jgroups http://www.jgroups.org/schema/jgroups-5.4.xsd">
3131
<TCP bind_addr="${jgroups.bind_addr:site_local}"
3232
bind_port="${jgroups.bind_port:7800}"
33-
external_addr="${jgroups.external_addr}"
34-
external_port="${jgroups.external_port}"
3533
thread_pool.min_threads="0"
3634
thread_pool.max_threads="200"
37-
thread_pool.keep_alive_time="30000"
38-
diag.enabled="false"/>
35+
thread_pool.keep_alive_time="30000"/>
3936
<NON_BLOCKING_SENDS/>
4037
<org.jgroups.aws.s3.NATIVE_S3_PING/>
4138
<MERGE3 min_interval="10s"

src/test/resources/org/jgroups/protocols/aws/tcp-S3_PING.xml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
-->
1616

1717
<!--
18-
Formatted copy of the original jgroups-5.3.13.Final.jar!/tcp.xml reconfigured to use S3_PING and disabled diagnostics.
18+
Formatted copy of the original jgroups-5.4.11.Final.jar!/tcp.xml reconfigured to use S3_PING and disabled diagnostics.
1919
-->
2020

2121
<!--
@@ -27,15 +27,12 @@
2727
-->
2828
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2929
xmlns="urn:org:jgroups"
30-
xsi:schemaLocation="urn:org:jgroups http://www.jgroups.org/schema/jgroups-5.3.xsd">
30+
xsi:schemaLocation="urn:org:jgroups http://www.jgroups.org/schema/jgroups-5.4.xsd">
3131
<TCP bind_addr="${jgroups.bind_addr:site_local}"
3232
bind_port="${jgroups.bind_port:7800}"
33-
external_addr="${jgroups.external_addr}"
34-
external_port="${jgroups.external_port}"
3533
thread_pool.min_threads="0"
3634
thread_pool.max_threads="200"
37-
thread_pool.keep_alive_time="30000"
38-
diag.enabled="false"/>
35+
thread_pool.keep_alive_time="30000"/>
3936
<NON_BLOCKING_SENDS/>
4037
<aws.S3_PING/>
4138
<MERGE3 min_interval="10s"

0 commit comments

Comments
 (0)