Skip to content

Commit 29811eb

Browse files
authored
[MRESOLVER-249] Update Hazelcast to 5.1.1 (#164)
Update Hazelcast from 5.0.2 to latest 5.1.1. This is really not a game changer, as Hazelcast 5.x is API compatible, so end users may choose which version to use for real at runtime.
1 parent 915186d commit 29811eb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

maven-resolver-named-locks-hazelcast/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>com.hazelcast</groupId>
5454
<artifactId>hazelcast</artifactId>
55-
<version>5.0.2</version>
55+
<version>5.1.1</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>javax.inject</groupId>

maven-resolver-named-locks-hazelcast/src/site/markdown/index.md.vm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ ${esc.hash}${esc.hash} Installation/Testing
7272
- Copy the following JARs from Maven Central to `${maven.home}/lib/ext/`:
7373
<pre class="source">
7474
├── <a href="https://repo.maven.apache.org/maven2/org/apache/maven/resolver/${project.artifactId}/${project.version}/${project.artifactId}-${project.version}.jar">${project.artifactId}-${project.version}.jar</a>
75-
└── <a href="https://repo.maven.apache.org/maven2/com/hazelcast/hazelcast/5.0.2/hazelcast-5.0.2.jar">hazelcast-5.0.2.jar</a></pre>
75+
└── <a href="https://repo.maven.apache.org/maven2/com/hazelcast/hazelcast/5.1.1/hazelcast-5.1.1.jar">hazelcast-5.1.1.jar</a></pre>
7676
- Configure Hazelcast instance with `${maven.conf}/hazelcast.xml` or `${maven.conf}/hazelcast-client.xml` (if client used).
7777
See Hazelcast documentation, default Hazelcast configuration discovery is being used.
7878
- Now start a multithreaded Maven build on your project and make sure `NamedSyncContextFactory` is being used.

maven-resolver-named-locks-hazelcast/src/test/resources/hazelcast-client.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<hazelcast-client xmlns="http://www.hazelcast.com/schema/client-config"
2323
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2424
xsi:schemaLocation="http://www.hazelcast.com/schema/client-config
25-
https://www.hazelcast.com/schema/client-config/hazelcast-client-config-5.0.xsd">
25+
https://www.hazelcast.com/schema/client-config/hazelcast-client-config-5.1.xsd">
2626

2727
<cluster-name>maven-resolver-named</cluster-name>
2828
<instance-name>client</instance-name>

maven-resolver-named-locks-hazelcast/src/test/resources/hazelcast.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<hazelcast xmlns="http://www.hazelcast.com/schema/config"
2323
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2424
xsi:schemaLocation="http://www.hazelcast.com/schema/config
25-
https://www.hazelcast.com/schema/config/hazelcast-config-5.0.xsd">
25+
https://www.hazelcast.com/schema/config/hazelcast-config-5.1.xsd">
2626

2727
<cluster-name>maven-resolver-named</cluster-name>
2828
<instance-name>server</instance-name>

0 commit comments

Comments
 (0)