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 2018/12/20 15:05:53 UTC

[flink] branch release-1.7 updated: [hotfix][docs][scala] Update comment about supported scala version

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

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


The following commit(s) were added to refs/heads/release-1.7 by this push:
     new aaab45f  [hotfix][docs][scala] Update comment about supported scala version
aaab45f is described below

commit aaab45f8424af47dd391a9fbeb40fc2d60443190
Author: Joerg Schad <jo...@gmail.com>
AuthorDate: Thu Dec 20 15:59:30 2018 +0100

    [hotfix][docs][scala] Update comment about supported scala version
---
 docs/flinkDev/building.md | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/docs/flinkDev/building.md b/docs/flinkDev/building.md
index 679f444..034215b 100644
--- a/docs/flinkDev/building.md
+++ b/docs/flinkDev/building.md
@@ -111,9 +111,7 @@ The `-Pvendor-repos` activates a Maven [build profile](http://maven.apache.org/g
 
 Flink has APIs, libraries, and runtime modules written in [Scala](http://scala-lang.org). Users of the Scala API and libraries may have to match the Scala version of Flink with the Scala version of their projects (because Scala is not strictly backwards compatible).
 
-Flink 1.4 currently builds only with Scala version 2.11.
-
-We are working on supporting Scala 2.12, but certain breaking changes in Scala 2.12 make this a more involved effort. Please check out [this JIRA issue](https://issues.apache.org/jira/browse/FLINK-7811) for updates.
+Since version 1.7 Flink builds with Scala version 2.11 and 2.12.
 
 {% top %}