From 91358fcd750757bcbafd9f1c58c6e4314376016a Mon Sep 17 00:00:00 2001 From: Guus der Kinderen Date: Mon, 4 Nov 2024 20:40:09 +0100 Subject: [PATCH] Upgrade Hazelcast to 5.5.0 This upgrades the Hazelcast library used by this plugin from 5.3.7 to 5.5.0 As a result, the minimum required version of Java now is 17. This plugin now also adopted a new versioning scheme: the version number now reflects the version of the Hazelcast library that is in use. fixes #101 --- changelog.html | 7 +++++-- classes/hazelcast-local-config.template.xml | 7 +------ plugin.xml | 2 +- pom.xml | 13 +++++++++++-- 4 files changed, 18 insertions(+), 11 deletions(-) diff --git a/changelog.html b/changelog.html index b0ad3323f..c870b956c 100644 --- a/changelog.html +++ b/changelog.html @@ -44,10 +44,13 @@

Hazelcast Clustering Plugin Changelog

-

3.0.1 -- (To be determined)

+

5.5.0 Release 1 -- (To be determined)

3.0.0 -- September 12, 2024

@@ -55,7 +58,7 @@

2.6.1 -- November 9, 2022

diff --git a/classes/hazelcast-local-config.template.xml b/classes/hazelcast-local-config.template.xml index 0ee7ef57e..819e38322 100644 --- a/classes/hazelcast-local-config.template.xml +++ b/classes/hazelcast-local-config.template.xml @@ -2,12 +2,7 @@ - - - 3 - 3 - + https://www.hazelcast.com/schema/config/hazelcast-config-5.5.xsd"> 5701 diff --git a/plugin.xml b/plugin.xml index 0cb75804d..c1a225ed0 100644 --- a/plugin.xml +++ b/plugin.xml @@ -8,5 +8,5 @@ ${project.version} 2024-11-02 4.8.1 - 1.8 + 17 diff --git a/pom.xml b/pom.xml index 2fd3f325c..ef622d4b7 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ org.igniterealtime.openfire.plugins hazelcast - 3.0.1-SNAPSHOT + 5.5.0.1-SNAPSHOT Hazelcast Plugin Adds clustering support @@ -33,6 +33,15 @@ src/java + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.0 + + 17 + 17 + + maven-assembly-plugin @@ -47,7 +56,7 @@ com.hazelcast hazelcast - 5.3.7 + 5.5.0 junit