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
@@ -100,10 +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
-
-`flink-scala-api` version consists of Flink version plus Scala API version, for example 1.18.1_1.1.6
104
-
- First three numbers correspond to the Flink Version, for example 1.18.1
105
-
- Three more numbers is this project version, for example 1.1.6. You should just use the latest available Scala API project version in your project dependency configuration.
106
-
- Three major Flink versions are supported. See supported version in the local [release.sh](release.sh) file.
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.
107
105
108
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:
109
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:
@@ -159,7 +157,7 @@ classes the compile times are quite high.
159
157
### Using a POJO-only Flink serialization framework
160
158
161
159
If you don't want to use built-in Scala serializers for some reasons, you can always fall back to the Flink
0 commit comments