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

fhueske pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/flink-web.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new f9508f9  Fix supported Java version.
f9508f9 is described below

commit f9508f99c133cec4c0f82acafa5a15dc916be32c
Author: ouertani <ouert...@gmail.com>
AuthorDate: Sun Mar 10 21:36:24 2019 +0300

    Fix supported Java version.
    
    This closes #186.
---
 content/contribute-code.html    | 5 ++---
 content/zh/contribute-code.html | 5 ++---
 contribute-code.md              | 5 ++---
 contribute-code.zh.md           | 5 ++---
 4 files changed, 8 insertions(+), 12 deletions(-)

diff --git a/content/contribute-code.html b/content/contribute-code.html
index b398683..00bdbaa 100644
--- a/content/contribute-code.html
+++ b/content/contribute-code.html
@@ -437,7 +437,7 @@
   <li>Unix-like environment (We use Linux, Mac OS X, and Cygwin)</li>
   <li>git</li>
   <li>Maven (at least version 3.0.4)</li>
-  <li>Java 7 or 8</li>
+  <li>Java 8</li>
 </ul>
 
 <h3 class="no_toc" id="clone-the-repository">Clone the repository</h3>
@@ -530,12 +530,11 @@ Note: If you do not have the jar file, you probably did 
not run the command line
 
 <p><strong>ASF read-only</strong>: https://github.com/apache/flink.git</p>
 
-<p>Note: Flink does not build with Oracle JDK 6. It runs with Oracle JDK 6.</p>
+<p>Note: Flink builds and runs with JDK 8.</p>
 
 <p>If you want to build for Hadoop 1, activate the build profile via <code>mvn 
clean package -DskipTests -Dhadoop.profile=1</code>.</p>
 
 
-
   </div>
 </div>
 
diff --git a/content/zh/contribute-code.html b/content/zh/contribute-code.html
index 597f107..460b5b9 100644
--- a/content/zh/contribute-code.html
+++ b/content/zh/contribute-code.html
@@ -451,7 +451,7 @@ i++; // 增加1
   <li>类 unix 环境(我们使用 Linux、Mac OS X、以及 Cygwin)</li>
   <li>git</li>
   <li>Maven(至少 3.0.4 版本)</li>
-  <li>Java 7 或 8</li>
+  <li>Java 8</li>
 </ul>
 
 <h3 class="no_toc" id="section-21">克隆仓库</h3>
@@ -541,12 +541,11 @@ i++; // 增加1
 
 <p><strong>ASF read-only</strong>: https://github.com/apache/flink.git</p>
 
-<p>注意: Flink 不使用 Oracle JDK 6 构建。它可以使用 Oracle JDK 6 运行。</p>
+<p>注意:Flink使用JDK 8构建和运行。</p>
 
 <p>如果你想为 Hadoop 1 构建,可以通过<code>mvn clean package -DskipTests 
-Dhadoop.profile=1</code>来生效 build profile。</p>
 
 
-
   </div>
 </div>
 
diff --git a/contribute-code.md b/contribute-code.md
index b1c33f7..35c8c32 100644
--- a/contribute-code.md
+++ b/contribute-code.md
@@ -216,7 +216,7 @@ i++; // increment by one
 * Unix-like environment (We use Linux, Mac OS X, and Cygwin)
 * git
 * Maven (at least version 3.0.4)
-* Java 7 or 8
+* Java 8
 
 ### Clone the repository
 {:.no_toc}
@@ -313,7 +313,6 @@ Only the infrastructure team of the ASF has administrative 
access to the GitHub
 
 **ASF read-only**: https://github.com/apache/flink.git
 
-Note: Flink does not build with Oracle JDK 6. It runs with Oracle JDK 6.
+Note: Flink builds and runs with JDK 8.
 
 If you want to build for Hadoop 1, activate the build profile via `mvn clean 
package -DskipTests -Dhadoop.profile=1`.
-
diff --git a/contribute-code.zh.md b/contribute-code.zh.md
index 5468e5c..f8335a4 100644
--- a/contribute-code.zh.md
+++ b/contribute-code.zh.md
@@ -225,7 +225,7 @@ i++; // 增加1
 * 类 unix 环境(我们使用 Linux、Mac OS X、以及 Cygwin)
 * git
 * Maven(至少 3.0.4 版本)
-* Java 7 或 8
+* Java 8
 
 ### 克隆仓库
 {:.no_toc}
@@ -319,8 +319,7 @@ mvn -DskipTests clean package
 
 **ASF read-only**: https://github.com/apache/flink.git
 
-注意: Flink 不使用 Oracle JDK 6 构建。它可以使用 Oracle JDK 6 运行。
+注意:Flink使用JDK 8构建和运行。
 
 
 如果你想为 Hadoop 1 构建,可以通过`mvn clean package -DskipTests -Dhadoop.profile=1`来生效 
build profile。
-

Reply via email to