Polish Hazelcast configuration
This commit updates the XSD to 4.2 and removes the "tcp-ip" network option as it is disabled by default. See gh-31863
This commit is contained in:
parent
1e886bd083
commit
782e3f75b6
|
|
@ -1,11 +1,10 @@
|
||||||
<hazelcast
|
<hazelcast
|
||||||
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"
|
||||||
xmlns="http://www.hazelcast.com/schema/config"
|
xmlns="http://www.hazelcast.com/schema/config"
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||||
<map name="defaultCache" />
|
<map name="defaultCache" />
|
||||||
<network>
|
<network>
|
||||||
<join>
|
<join>
|
||||||
<tcp-ip enabled="false"/>
|
|
||||||
<multicast enabled="false"/>
|
<multicast enabled="false"/>
|
||||||
</join>
|
</join>
|
||||||
</network>
|
</network>
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,6 @@
|
||||||
<map name="defaultCache"/>
|
<map name="defaultCache"/>
|
||||||
<network>
|
<network>
|
||||||
<join>
|
<join>
|
||||||
<tcp-ip enabled="false"/>
|
|
||||||
<multicast enabled="false"/>
|
<multicast enabled="false"/>
|
||||||
</join>
|
</join>
|
||||||
</network>
|
</network>
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,11 @@
|
||||||
<hazelcast xmlns="http://www.hazelcast.com/schema/config"
|
<hazelcast xmlns="http://www.hazelcast.com/schema/config"
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://www.hazelcast.com/schema/config
|
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">
|
||||||
<instance-name>actuator-hazelcast</instance-name>
|
<instance-name>actuator-hazelcast</instance-name>
|
||||||
<map name="defaultCache" />
|
<map name="defaultCache" />
|
||||||
<network>
|
<network>
|
||||||
<join>
|
<join>
|
||||||
<tcp-ip enabled="false"/>
|
|
||||||
<multicast enabled="false"/>
|
<multicast enabled="false"/>
|
||||||
</join>
|
</join>
|
||||||
</network>
|
</network>
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,10 @@
|
||||||
<hazelcast
|
<hazelcast
|
||||||
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"
|
||||||
xmlns="http://www.hazelcast.com/schema/config" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
xmlns="http://www.hazelcast.com/schema/config" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||||
<instance-name>default-instance</instance-name>
|
<instance-name>default-instance</instance-name>
|
||||||
<map name="defaultCache" />
|
<map name="defaultCache" />
|
||||||
<network>
|
<network>
|
||||||
<join>
|
<join>
|
||||||
<tcp-ip enabled="false" />
|
|
||||||
<multicast enabled="false" />
|
<multicast enabled="false" />
|
||||||
</join>
|
</join>
|
||||||
</network>
|
</network>
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
<hazelcast xsi:schemaLocation="http://www.hazelcast.com/schema/config hazelcast-config-4.0.xsd"
|
<hazelcast xsi:schemaLocation="http://www.hazelcast.com/schema/config hazelcast-config-4.2.xsd"
|
||||||
xmlns="http://www.hazelcast.com/schema/config"
|
xmlns="http://www.hazelcast.com/schema/config"
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||||
|
|
||||||
|
|
@ -11,7 +11,6 @@
|
||||||
|
|
||||||
<network>
|
<network>
|
||||||
<join>
|
<join>
|
||||||
<tcp-ip enabled="false"/>
|
|
||||||
<multicast enabled="false"/>
|
<multicast enabled="false"/>
|
||||||
</join>
|
</join>
|
||||||
</network>
|
</network>
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,6 @@
|
||||||
|
|
||||||
<network>
|
<network>
|
||||||
<join>
|
<join>
|
||||||
<tcp-ip enabled="false"/>
|
|
||||||
<multicast enabled="false"/>
|
<multicast enabled="false"/>
|
||||||
</join>
|
</join>
|
||||||
</network>
|
</network>
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,6 @@
|
||||||
|
|
||||||
<network>
|
<network>
|
||||||
<join>
|
<join>
|
||||||
<tcp-ip enabled="false"/>
|
|
||||||
<multicast enabled="false"/>
|
<multicast enabled="false"/>
|
||||||
</join>
|
</join>
|
||||||
</network>
|
</network>
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<hazelcast xmlns="http://www.hazelcast.com/schema/config"
|
<hazelcast xmlns="http://www.hazelcast.com/schema/config"
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://www.hazelcast.com/schema/config
|
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">
|
<map name="spring:session:sessions">
|
||||||
<attributes>
|
<attributes>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue