Commit da61faf0 authored by Tom Evans's avatar Tom Evans

Upgrade Hazelcast plugin to HZ 3.3.3

Refer to the Hazelcast documentation for details:
http://docs.hazelcast.org/docs/3.3/manual/html-single/hazelcast-documentation.html#new-features
parent 54d7381f
......@@ -44,6 +44,12 @@
Hazelcast Clustering Plugin Changelog
</h1>
<p><b>1.3.3</b> -- December 16, 2014</p>
<p>Hazelcast update:</p>
<ul>
<li>Updated Hazelcast to release 3.3.3 (<a href="http://docs.hazelcast.org/docs/3.3/manual/html-single/hazelcast-documentation.html#release-notes">what's new</a>).</li>
</ul>
<p><b>1.3.1</b> -- October 15, 2014</p>
<p>Hazelcast plugin update for Openfire 3.10.x:</p>
<ul>
......
......@@ -22,6 +22,9 @@
<name>openfire</name>
<password>openfire</password>
</group>
<properties>
<property name="hazelcast.logging.type">slf4j</property>
</properties>
<management-center enabled="false"/>
<network>
<port auto-increment="true" port-count="100">5701</port>
......@@ -45,10 +48,6 @@
<asymmetric-encryption enabled="false"/>
</network>
<partition-group enabled="false"/>
<executor-service name="default">
<pool-size>16</pool-size>
<queue-capacity>0</queue-capacity>
</executor-service>
<queue name="default">
<!--
Maximum size of the queue. When a JVM's local queue size reaches the maximum,
......
......@@ -5,7 +5,7 @@
<name>${plugin.name}</name>
<description>${plugin.description}</description>
<author>Tom Evans</author>
<version>1.3.1</version>
<version>1.3.3</version>
<date>10/15/2014</date>
<minServerVersion>3.9.4</minServerVersion>
</plugin>
......@@ -65,7 +65,7 @@ open source <a href="http://www.hazelcast.org">Hazelcast</a> data distribution
framework in lieu of an expensive proprietary third-party product.
</p>
<p>
The current Hazelcast release is version 3.3.1.
The current Hazelcast release is version 3.3.3.
</p>
<h2>Installation</h2>
<p>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment