Merge branch '2.6.x' into 2.7.x

Closes gh-31883
This commit is contained in:
Stephane Nicoll
2022-07-27 09:23:05 +02:00
11 changed files with 25 additions and 12 deletions

View File

@@ -14,7 +14,6 @@
<network>
<join>
<tcp-ip enabled="false"/>
<multicast enabled="false"/>
</join>
</network>

View File

@@ -7,8 +7,8 @@ description = "Spring Boot Hazelcast 4 smoke test"
configurations.all {
resolutionStrategy {
force "com.hazelcast:hazelcast:4.0.5"
force "com.hazelcast:hazelcast-spring:4.0.5"
force "com.hazelcast:hazelcast:4.2.5"
force "com.hazelcast:hazelcast-spring:4.2.5"
}
}

View File

@@ -1,6 +1,6 @@
<hazelcast xmlns="http://www.hazelcast.com/schema/config"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.hazelcast.com/schema/config hazelcast-config-4.0.xsd">
xsi:schemaLocation="http://www.hazelcast.com/schema/config hazelcast-config-4.2.xsd">
<map name="countries">
<time-to-live-seconds>600</time-to-live-seconds>
</map>
@@ -13,7 +13,7 @@
<network>
<join>
<tcp-ip enabled="false"/>
<auto-detection enabled="false" />
<multicast enabled="false"/>
</join>
</network>

View File

@@ -1,7 +1,7 @@
<hazelcast xmlns="http://www.hazelcast.com/schema/config"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.hazelcast.com/schema/config
http://www.hazelcast.com/schema/config/hazelcast-config-4.0.xsd">
http://www.hazelcast.com/schema/config/hazelcast-config-4.2.xsd">
<map name="spring:session:sessions">
<attributes>
@@ -11,6 +11,7 @@
<network>
<join>
<auto-detection enabled="false"/>
<multicast enabled="false"/>
</join>
</network>