Skip to content

Commit

Permalink
Remove deprecated Scala API and unused svg in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
X-czh committed Feb 7, 2025
1 parent a16191e commit d27d9c0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 1,048 deletions.
6 changes: 0 additions & 6 deletions docs/content/docs/dev/configuration/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,6 @@ to create a Flink project.
You can create a project based on an [Archetype](https://maven.apache.org/guides/introduction/introduction-to-archetypes.html)
with the Maven command below or use the provided quickstart bash script.

{{< hint warning >}}
All Flink Scala APIs are deprecated and will be removed in a future Flink version. You can still build your application in Scala, but you should move to the Java version of either the DataStream and/or Table API.

See <a href="https://cwiki.apache.org/confluence/display/FLINK/FLIP-265+Deprecate+and+remove+Scala+API+support">FLIP-265 Deprecate and remove Scala API support</a>
{{< /hint >}}

### Maven command
```bash
$ mvn archetype:generate \
Expand Down
Loading

0 comments on commit d27d9c0

Please sign in to comment.