Commit fd3546b5 authored by GregDThomas's avatar GregDThomas Committed by akrherz

Release 2.3.0 of the Hazelcast plugin (#1046)

* Release 2.3.0 of the Hazelcast plugin

* Correct the date
parent b4dd7b47
......@@ -44,6 +44,25 @@
Hazelcast Clustering Plugin Changelog
</h1>
<p><b>2.3.0</b> -- March 15, 2018</p>
<h2> Bug
</h2>
<ul>
<li>[<a href='https://issues.igniterealtime.org/browse/HZ-5'>HZ-5</a>] - The markedAsSeniorClusterMember event is not fired when a node becomes senior
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/HZ-11'>HZ-11</a>] - Disabling clustering never completes
</li>
</ul>
<h2> Improvement
</h2>
<ul>
<li>[<a href='https://issues.igniterealtime.org/browse/HZ-2'>HZ-2</a>] - Update to Hazelcast 3.9.2
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/HZ-8'>HZ-8</a>] - Preserve Hazelcast network settings between plugin upgrades
</li>
</ul>
<p><b>2.2.4</b> -- October 26, 2017</p>
<ul>
<li>[<a href='http://www.igniterealtime.org/issues/browse/OF-1416'>OF-1416</a>] - Dynamically created ClusteredCache entries not expiring</li>
......@@ -52,7 +71,6 @@ Hazelcast Clustering Plugin Changelog
<p><b>2.2.3</b> -- September 15, 2017</p>
<ul>
<li>Use an event rather than an arbitrary delay before starting clustering</li>
<li>Requires Openfire 4.2.0</li>
</ul>
<p><b>2.2.2</b> -- August 3, 2017</p>
......
......@@ -5,7 +5,7 @@
<name>Hazelcast plugin</name>
<description>Adds clustering support</description>
<author>Tom Evans</author>
<version>2.3.0-SNAPSHOT</version>
<date>02/08/2018</date>
<version>2.3.0</version>
<date>03/15/2018</date>
<minServerVersion>4.0.0</minServerVersion>
</plugin>
......@@ -8,7 +8,7 @@
</parent>
<groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>hazelcast</artifactId>
<version>2.2.3</version>
<version>2.3.0</version>
<name>Hazelcast Plugin</name>
<description>Adds clustering support</description>
......
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