Skip to content

Commit

Permalink
Update versioning for Windows support, and clean up table structures.…
Browse files Browse the repository at this point in the history
… [v/5.5] (#1487)

Backport of #1485

Co-authored-by: Avtar <[email protected]>
  • Loading branch information
github-actions[bot] and avtarraikmo authored Jan 20, 2025
1 parent d0d8f4d commit 2ea4592
Showing 1 changed file with 31 additions and 42 deletions.
73 changes: 31 additions & 42 deletions docs/modules/deploy/pages/versioning-compatibility.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand All @@ -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
|✓

Expand All @@ -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)
Expand All @@ -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
Expand All @@ -122,54 +129,36 @@ 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"]
.Supported JDKs
|===
|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
|✓

|===
Expand Down

0 comments on commit 2ea4592

Please sign in to comment.