From 2ea4592e348b132dfb984e3c4872b43304b3041d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 12:46:15 +0000 Subject: [PATCH] Update versioning for Windows support, and clean up table structures. [v/5.5] (#1487) Backport of https://github.com/hazelcast/hz-docs/pull/1485 Co-authored-by: Avtar <118772076+avtarraikmo@users.noreply.github.com> --- .../pages/versioning-compatibility.adoc | 73 ++++++++----------- 1 file changed, 31 insertions(+), 42 deletions(-) diff --git a/docs/modules/deploy/pages/versioning-compatibility.adoc b/docs/modules/deploy/pages/versioning-compatibility.adoc index d04a57c20..92d4927b1 100644 --- a/docs/modules/deploy/pages/versioning-compatibility.adoc +++ b/docs/modules/deploy/pages/versioning-compatibility.adoc @@ -42,11 +42,14 @@ Hazelcast Platform has been tested on the following system architectures. |AArch64/ARM64 |From Platform 5.3 +|z/Architecture +|From Platform 5.5 + |=== == Supported Operating Systems -Hazelcast Platform has been tested against the following operating systems. +Hazelcast Platform has been tested against the following operating systems. It may run on others which are not listed here. // tag::supported-os[] [options="header"] @@ -57,18 +60,9 @@ Hazelcast Platform has been tested against the following operating systems. |RHEL 7, 8, 9 |✓ -|Fedora 17, 25 +|Fedora 19, 28, 34 |✓ -|Windows 10, 11footnote:dev[Suitable for the development of applications (or Hazelcast itself), _but not_ for production. Some features are not available or are not supported.] -|Supported for development - -|Windows Server 2016, 2019footnote:dev[] -|Supported for development - -|macOSfootnote:dev[] -|Supported for development - |Amazon Linux |✓ @@ -78,18 +72,30 @@ Hazelcast Platform has been tested against the following operating systems. |Ubuntu |✓ +|Windows Server 2019 +|✓ + +|Windows 10, 11footnote:dev[Suitable for the development of applications (or Hazelcast itself), _but not_ for production. Some features are not available or are not supported.] +|Supported for development + +|macOSfootnote:dev[] +|Supported for development + |=== // end::supported-os[] == Supported Virtualization Environments +Hazelcast Platform has been tested against the following virtualization environments. It may run on others which are not listed here. + +.Supported Virtualization Environments |=== |Environment | Platform {full-version} |VMWare 6.x |✓ -|Docker 18, 19 +|Docker 23, 27 |✓ |Kubernetes (1.4.x or newer) @@ -102,16 +108,17 @@ Hazelcast Platform has been tested against the following operating systems. == Supported Public Cloud Environments +.Supported Cloud Environments |=== |Environment | Platform {full-version} -|AWS +|Amazon Web Services (AWS) |✓ -|GCP +|Google Cloud Platform (GCP) |✓ -|Azure +|Microsoft Azure |✓ |RedHat OpenShift @@ -122,7 +129,7 @@ Hazelcast Platform has been tested against the following operating systems. == Supported Java Virtual Machines -Hazelcast Platform runs on Java, and supports the following JDKs. It may run on other JDK distributions which are not listed here. +Hazelcast Platform runs on Java, and supports the following LTS JDKs. It may run on other JDK distributions which are not listed here. // tag::supported-jvms[] [options="header"] @@ -130,46 +137,28 @@ Hazelcast Platform runs on Java, and supports the following JDKs. It may run on |=== |JDK | Platform {full-version} -|Amazon Corretto 21 -|✓ - -|Amazon Corretto 17 -|✓ - -|Azul Prime (formerly Zing) 21 -|✓ - -|Azul Prime (formerly Zing) 17 -|✓ - -|Azul Core (formerly Zulu) 21 -|✓ - -|Azul Core (formerly Zulu) 17 -|✓ - -|IBM Semeru Runtime 21 +|Amazon Corretto 17 and 21 |✓ -|IBM Semeru Runtime 17 +|Azul Prime 17 and 21 |✓ -|Oracle JDK 21 +|Azul Core 17 and 21 |✓ -|Oracle JDK 17 +|Eclipse Temurin build of OpenJDK 17 and 21 |✓ -|Red Hat build of OpenJDK 21 +|IBM Semeru Runtime 17 and 21 |✓ -|Red Hat build of OpenJDK 17 +|Microsoft build of OpenJDK 17 and 21 |✓ -|Microsoft Build of OpenJDK 21 +|Oracle JDK 17 and JDK 21 |✓ -|Microsoft Build of OpenJDK 17 +|Red Hat build of OpenJDK 17 and 21 |✓ |===