You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2020/02/04 16:49:36 UTC

[flink] branch release-1.10 updated: [FLINK-15807][docs] Add Java 11 to supported JDKs

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

chesnay pushed a commit to branch release-1.10
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.10 by this push:
     new 635519c  [FLINK-15807][docs] Add Java 11 to supported JDKs
635519c is described below

commit 635519c24ddef3da83fdca6e6245867e52dd0ed7
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Thu Jan 30 12:30:09 2020 +0100

    [FLINK-15807][docs] Add Java 11 to supported JDKs
---
 docs/getting-started/walkthroughs/datastream_api.md    | 2 +-
 docs/getting-started/walkthroughs/datastream_api.zh.md | 2 +-
 docs/getting-started/walkthroughs/table_api.md         | 2 +-
 docs/getting-started/walkthroughs/table_api.zh.md      | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/getting-started/walkthroughs/datastream_api.md b/docs/getting-started/walkthroughs/datastream_api.md
index 8676ae4..b33937a 100644
--- a/docs/getting-started/walkthroughs/datastream_api.md
+++ b/docs/getting-started/walkthroughs/datastream_api.md
@@ -54,7 +54,7 @@ In particular, Apache Flink's [user mailing list](https://flink.apache.org/commu
 
 If you want to follow along, you will require a computer with:
 
-* Java 8 
+* Java 8 or 11
 * Maven 
 
 A provided Flink Maven Archetype will create a skeleton project with all the necessary dependencies quickly, so you only need to focus on filling out the business logic.
diff --git a/docs/getting-started/walkthroughs/datastream_api.zh.md b/docs/getting-started/walkthroughs/datastream_api.zh.md
index a2660a9..5819768 100644
--- a/docs/getting-started/walkthroughs/datastream_api.zh.md
+++ b/docs/getting-started/walkthroughs/datastream_api.zh.md
@@ -54,7 +54,7 @@ Flink 支持对状态和时间的细粒度控制,以此来实现复杂的事
 
 首先,你需要在你的电脑上准备以下环境:
 
-* Java 8
+* Java 8 or 11
 * Maven
 
 一个准备好的 Flink Maven Archetype 能够快速创建一个包含了必要依赖的 Flink 程序骨架,基于此,你可以把精力集中在编写业务逻辑上即可。
diff --git a/docs/getting-started/walkthroughs/table_api.md b/docs/getting-started/walkthroughs/table_api.md
index c8dbca6..f4a507c 100644
--- a/docs/getting-started/walkthroughs/table_api.md
+++ b/docs/getting-started/walkthroughs/table_api.md
@@ -49,7 +49,7 @@ In particular, Apache Flink's [user mailing list](https://flink.apache.org/commu
 
 If you want to follow along, you will require a computer with: 
 
-* Java 8 
+* Java 8 or 11
 * Maven 
 
 A provided Flink Maven Archetype will create a skeleton project with all the necessary dependencies quickly:
diff --git a/docs/getting-started/walkthroughs/table_api.zh.md b/docs/getting-started/walkthroughs/table_api.zh.md
index b782226..c3995ae 100644
--- a/docs/getting-started/walkthroughs/table_api.zh.md
+++ b/docs/getting-started/walkthroughs/table_api.zh.md
@@ -48,7 +48,7 @@ Flink 中的 Table API 通常用于简化数据分析,数据流水线和 ETL 
 ## 如何跟进
 
 如果想要继续,你的电脑需要安装:
-* Java 8 
+* Java 8 or 11
 * Maven 
 
 现成的 Flink Maven Archetype 可以快速创建一个具有所有必要依赖的框架项目: