Skip to content

Commit

Permalink
Updates to supported Java version (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
rebekah-lawrence authored Feb 23, 2024
1 parent f9769b8 commit 878b65a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/cluster-side-modules.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Any Java code in cluster-side modules must meet the following requirements.

=== Java Version

{hazelcast-cloud} supports only Java version 11 or earlier. Do not use a Java version greater than version 11.
{hazelcast-cloud} supports only Java version 17 or later.

=== System-Level APIs

Expand Down
4 changes: 2 additions & 2 deletions docs/modules/ROOT/pages/get-started.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
:description: In this tutorial, you'll learn how to connect a client to a cluster and use SQL to query data in the cluster.
:page-aliases: cpp-client.adoc, getting-started.adoc, java-client.adoc, go-client.adoc, net-client.adoc, nodejs-client.adoc, python-client.adoc, sql.adoc
:cloud-tags: Get Started | Favorites
:cloud-title: Hello World | Viridian Cloud Hello World
:cloud-title: Hello World | Hazelcast Cloud Hello World
:cloud-order: 13 | 0

{description}
Expand Down Expand Up @@ -46,7 +46,7 @@ Java::
--
Before you begin:
* Install Java 8-17 and set the `JAVA_HOME` environment variable to the location of your JRE.
* Install Java 17 or later and set the `JAVA_HOME` environment variable to the location of your JRE.
* If you've followed the onscreen *Quick Connection Guide*, jump straight to <<step-5, step 5>>.
[]
Expand Down

0 comments on commit 878b65a

Please sign in to comment.