From 532a7938ee72ebf60b27f3e6b07e481b29cda549 Mon Sep 17 00:00:00 2001 From: Sriharsha Chintalapani Date: Sat, 4 Nov 2023 09:55:36 -0700 Subject: [PATCH] Update baremetal installation docs to refer Java 17 (#13817) --- .../content/v1.2.x/deployment/bare-metal/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openmetadata-docs/content/v1.2.x/deployment/bare-metal/index.md b/openmetadata-docs/content/v1.2.x/deployment/bare-metal/index.md index ac511c9ead8..0736b7bd443 100644 --- a/openmetadata-docs/content/v1.2.x/deployment/bare-metal/index.md +++ b/openmetadata-docs/content/v1.2.x/deployment/bare-metal/index.md @@ -9,7 +9,7 @@ Requirements This guide assumes you have access to a command-line environment or or Mac OS X or PowerShell on Microsoft Windows. This guide also assumes that your command-line environment has access to the tar utility. Please review additional requirements listed in the subsections below. -## Java (version 11.0.0 or greater) +## Java (version 17.0.0 or greater) OpenMetadata is built using Java, DropWizard, and Jetty. @@ -19,7 +19,7 @@ Type the following command to verify that you have a supported version of the Ja java --version ``` -To install Java or upgrade to Java 11 or greater, see the instructions for your operating system at [How do I install +To install Java or upgrade to Java 17 or greater, see the instructions for your operating system at [How do I install Java?](https://java.com/en/download/help/download_options.html#mac). ## MySQL (version 8.0.0 or greater)