You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2022/05/05 09:18:04 UTC

[hop] branch master updated: (DOC) Change installation-configuration page from java 8 to java 11

This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git


The following commit(s) were added to refs/heads/master by this push:
     new 40861378d6 (DOC) Change installation-configuration page from java 8 to java 11
     new 5cbe65e59e Merge pull request #1479 from gvdutra/HOP-DOC
40861378d6 is described below

commit 40861378d66ab776ea301ad2463f5d6e9d61466d
Author: Gabriel Dutra <gv...@gmail.com>
AuthorDate: Wed May 4 06:16:48 2022 -0700

    (DOC) Change installation-configuration page from java 8 to java 11
---
 .../modules/ROOT/pages/installation-configuration.adoc            | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/hop-user-manual/modules/ROOT/pages/installation-configuration.adoc b/docs/hop-user-manual/modules/ROOT/pages/installation-configuration.adoc
index 4378df0f1a..1a94ff0b3d 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/installation-configuration.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/installation-configuration.adoc
@@ -53,7 +53,7 @@ Apache Hop is known to work well on the following widely used Java Runtimes:
 * https://www.microsoft.com/openjdk[Microsoft OpenJDK] (OpenJDK builds for Windows, MacOS and Linux).
 * https://openjdk.java.net/install/[OpenJDK Java Runtime]
 
-Apache Hop works well with these 64-bit java runtimes for version 8 or higher.
+Apache Hop works well with these 64-bit java runtimes for version 11.
 
 Other Java Runtimes may work but haven't been used and tested as extensively as the Oracle and OpenJDK JREs, so you may be pioneering. Feel free to open a https://hop.apache.org/community/tools/#jira[JIRA ticket] if you run into issues, but please mention your JRE and version.
 
@@ -61,9 +61,9 @@ Run `java -version` if you're not sure which Java version is currently installed
 
 [source,shell]
 ----
-openjdk version "1.8.0_312"
-OpenJDK Runtime Environment (build 1.8.0_312-b10)
-OpenJDK 64-Bit Server VM (build 25.312-b10, mixed mode)
+openjdk version "11.0.2" 2019-01-15
+OpenJDK Runtime Environment 18.9 (build 11.0.2+9)
+OpenJDK 64-Bit Server VM 18.9 (build 11.0.2+9, mixed mode)
 ----
 
 Make sure to point the `JAVA_HOME` environment variable for your operating system to your desired JRE installation. Refer to your operating system's documentation for more information on environment variables.