Commit 2b481107 authored by Dave Cridland's avatar Dave Cridland

Merge pull request #143 from tevans/HZ-3.3.3

Upgrade Hazelcast plugin to HZ 3.3.3
parents 54d7381f da61faf0
...@@ -44,6 +44,12 @@ ...@@ -44,6 +44,12 @@
Hazelcast Clustering Plugin Changelog Hazelcast Clustering Plugin Changelog
</h1> </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><b>1.3.1</b> -- October 15, 2014</p>
<p>Hazelcast plugin update for Openfire 3.10.x:</p> <p>Hazelcast plugin update for Openfire 3.10.x:</p>
<ul> <ul>
......
...@@ -22,6 +22,9 @@ ...@@ -22,6 +22,9 @@
<name>openfire</name> <name>openfire</name>
<password>openfire</password> <password>openfire</password>
</group> </group>
<properties>
<property name="hazelcast.logging.type">slf4j</property>
</properties>
<management-center enabled="false"/> <management-center enabled="false"/>
<network> <network>
<port auto-increment="true" port-count="100">5701</port> <port auto-increment="true" port-count="100">5701</port>
...@@ -45,10 +48,6 @@ ...@@ -45,10 +48,6 @@
<asymmetric-encryption enabled="false"/> <asymmetric-encryption enabled="false"/>
</network> </network>
<partition-group enabled="false"/> <partition-group enabled="false"/>
<executor-service name="default">
<pool-size>16</pool-size>
<queue-capacity>0</queue-capacity>
</executor-service>
<queue name="default"> <queue name="default">
<!-- <!--
Maximum size of the queue. When a JVM's local queue size reaches the maximum, Maximum size of the queue. When a JVM's local queue size reaches the maximum,
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<name>${plugin.name}</name> <name>${plugin.name}</name>
<description>${plugin.description}</description> <description>${plugin.description}</description>
<author>Tom Evans</author> <author>Tom Evans</author>
<version>1.3.1</version> <version>1.3.3</version>
<date>10/15/2014</date> <date>10/15/2014</date>
<minServerVersion>3.9.4</minServerVersion> <minServerVersion>3.9.4</minServerVersion>
</plugin> </plugin>
...@@ -65,7 +65,7 @@ open source <a href="http://www.hazelcast.org">Hazelcast</a> data distribution ...@@ -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. framework in lieu of an expensive proprietary third-party product.
</p> </p>
<p> <p>
The current Hazelcast release is version 3.3.1. The current Hazelcast release is version 3.3.3.
</p> </p>
<h2>Installation</h2> <h2>Installation</h2>
<p> <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