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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0d5f79085f [MINOR] Change minimum java version to 11 in docs (#4710)
0d5f79085f is described below

commit 0d5f79085fa083d8504eb4156be3df11834389d4
Author: Jongyoul Lee <jongy...@gmail.com>
AuthorDate: Mon Feb 19 17:37:03 2024 +0900

    [MINOR] Change minimum java version to 11 in docs (#4710)
    
    * [MINOR] Change minimum java version to 11 in docs
    
    * [MINOR] Change minimum java version to 11 in docs
---
 docs/quickstart/install.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/quickstart/install.md b/docs/quickstart/install.md
index 4606e0fec7..c4e57692aa 100644
--- a/docs/quickstart/install.md
+++ b/docs/quickstart/install.md
@@ -35,8 +35,8 @@ Apache Zeppelin officially supports and is tested on the 
following environments:
     <th>Value</th>
   </tr>
   <tr>
-    <td>OpenJDK or Oracle JDK</td>
-    <td>1.8 (151+) <br /> (set <code>JAVA_HOME</code>)</td>
+    <td>Java</td>
+    <td>JDK 11<br /> (set <code>JAVA_HOME</code>)</td>
   </tr>
   <tr>
     <td>OS</td>

Reply via email to