Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
Openfire
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Openfire
Commits
fd3546b5
Commit
fd3546b5
authored
Mar 16, 2018
by
GregDThomas
Committed by
akrherz
Mar 16, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 2.3.0 of the Hazelcast plugin (#1046)
* Release 2.3.0 of the Hazelcast plugin * Correct the date
parent
b4dd7b47
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
4 deletions
+22
-4
changelog.html
src/plugins/hazelcast/changelog.html
+19
-1
plugin.xml
src/plugins/hazelcast/plugin.xml
+2
-2
pom.xml
src/plugins/hazelcast/pom.xml
+1
-1
No files found.
src/plugins/hazelcast/changelog.html
View file @
fd3546b5
...
@@ -44,6 +44,25 @@
...
@@ -44,6 +44,25 @@
Hazelcast Clustering Plugin Changelog
Hazelcast Clustering Plugin Changelog
</h1>
</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>
<p><b>
2.2.4
</b>
-- October 26, 2017
</p>
<ul>
<ul>
<li>
[
<a
href=
'http://www.igniterealtime.org/issues/browse/OF-1416'
>
OF-1416
</a>
] - Dynamically created ClusteredCache entries not expiring
</li>
<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
...
@@ -52,7 +71,6 @@ Hazelcast Clustering Plugin Changelog
<p><b>
2.2.3
</b>
-- September 15, 2017
</p>
<p><b>
2.2.3
</b>
-- September 15, 2017
</p>
<ul>
<ul>
<li>
Use an event rather than an arbitrary delay before starting clustering
</li>
<li>
Use an event rather than an arbitrary delay before starting clustering
</li>
<li>
Requires Openfire 4.2.0
</li>
</ul>
</ul>
<p><b>
2.2.2
</b>
-- August 3, 2017
</p>
<p><b>
2.2.2
</b>
-- August 3, 2017
</p>
...
...
src/plugins/hazelcast/plugin.xml
View file @
fd3546b5
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<name>
Hazelcast plugin
</name>
<name>
Hazelcast plugin
</name>
<description>
Adds clustering support
</description>
<description>
Adds clustering support
</description>
<author>
Tom Evans
</author>
<author>
Tom Evans
</author>
<version>
2.3.0
-SNAPSHOT
</version>
<version>
2.3.0
</version>
<date>
0
2/08
/2018
</date>
<date>
0
3/15
/2018
</date>
<minServerVersion>
4.0.0
</minServerVersion>
<minServerVersion>
4.0.0
</minServerVersion>
</plugin>
</plugin>
src/plugins/hazelcast/pom.xml
View file @
fd3546b5
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
</parent>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
hazelcast
</artifactId>
<artifactId>
hazelcast
</artifactId>
<version>
2.
2.3
</version>
<version>
2.
3.0
</version>
<name>
Hazelcast Plugin
</name>
<name>
Hazelcast Plugin
</name>
<description>
Adds clustering support
</description>
<description>
Adds clustering support
</description>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment