Xintong Song created FLINK-32560: ------------------------------------ Summary: Properly deprecate all Scala APIs Key: FLINK-32560 URL: https://issues.apache.org/jira/browse/FLINK-32560 Project: Flink Issue Type: Sub-task Components: API / Scala Reporter: Xintong Song Fix For: 1.18.0
We agreed to drop Scala API support in FLIP-265 [1], and have tried to deprecate them in FLINK-29740. Also, both user documentation and roadmap[2] shows that scala API supports are deprecated. However, none of the APIs in `flink-streaming-scala` are annotated with `@Deprecated` atm, and only `ExecutionEnvironment` and `package` are marked `@Deprecated` in `flink-scala`. [1] https://cwiki.apache.org/confluence/display/FLINK/FLIP-265+Deprecate+and+remove+Scala+API+support [2] https://flink.apache.org/roadmap/ -- This message was sent by Atlassian Jira (v8.20.10#820010)