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

jleroux pushed a commit to branch release18.12
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/release18.12 by this push:
     new 42d0ad8532 Improved: updates README.adoc for JDK use, now 11
42d0ad8532 is described below

commit 42d0ad8532a1eae80bce597c818ed1a453a9ca9c
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Fri Nov 8 08:47:57 2024 +0100

    Improved: updates README.adoc for JDK use, now 11
    
    On stable demo we use for a moment JDK 11, no longer JDK 8:
    
    This system is operating on puppet environment/branch: production
    Puppet last succeeded on Fri Nov  8 07:27:38 2024
    Last login: Thu Oct 24 19:21:21 2024 from 85.69.122.109
    jleroux@ofbiz-vm1:~$ java -version
    openjdk version "11.0.24" 2024-07-16
    OpenJDK Runtime Environment (build 11.0.24+8-post-Ubuntu-1ubuntu320.04)
    OpenJDK 64-Bit Server VM (build 11.0.24+8-post-Ubuntu-1ubuntu320.04, mixed 
mode, sharing)
    jleroux@ofbiz-vm1:~$
---
 README.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.adoc b/README.adoc
index 0e18b16944..0f7ff7b4b3 100644
--- a/README.adoc
+++ b/README.adoc
@@ -80,7 +80,7 @@ If you are in China you may encounter network issues or proxy 
settings. That's o
 
 The only requirements to run OFBiz is
 
-* to have the Java Development Kit (JDK) version 8 installed on your system
+* to have the Java Development Kit (JDK) version 11 installed on your system
 (not just the JRE, but the full JDK) that you can download from the below link.
 Make sure of setting the $JAVA_HOME environment variable. +
 

Reply via email to