You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -100,8 +100,8 @@ If you want to create new project easily check this __Giter8 template__ out: [no
100
100
101
101
## Supported Flink versions
102
102
103
-
Three latest Flink 1.x and one Flink 2.y versions are supported.
104
-
See supported version in the local [ci.yml](.github/workflows/ci.yml) file.
103
+
Three latest of Apache Flink 1.x and one Flink 2.y versions are supported.
104
+
See excact supported versions in the local [ci.yml](.github/workflows/ci.yml#L16) file.
105
105
106
106
We suggest to remove the official `flink-scala` and `flink-streaming-scala` deprecated dependencies altogether to simplify the migration and do not to mix two flavors of API in the same project. `flink-scala` dependency is embedding Scala version 2.12.7:
107
107
- If you keep them, in order to use the Scala version of your choice, remove `scala` package from `classloader.parent-first-patterns.default` Flink's configuration property:
0 commit comments