From 022e4107c9baf3452c3834e78c1094c3bb0db747 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 | 9 +++- classes/hazelcast-cache-config.xml | 2 +- classes/hazelcast-local-config.template.xml | 12 ++--- plugin.xml | 2 +- pom.xml | 20 ++++++++- readme.html | 49 +++++++++++++++++---- 6 files changed, 72 insertions(+), 22 deletions(-) diff --git a/changelog.html b/changelog.html index d519dce43..99b758544 100644 --- a/changelog.html +++ b/changelog.html @@ -44,6 +44,13 @@

Hazelcast Clustering Plugin Changelog

+

5.5.0 Release 1 -- (To be determined)

+ +

3.1.0 -- November 5, 2024