Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/content/docs/deployment/java_compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The following Flink features have not been tested with Java 11:

## Java 17

We use Java 17 by default in Flink 2.0.0 and is the recommended Java version to run Flink on.
We use Java 17 by default since Flink 2.0.0 and is the recommended Java version to run Flink on.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the wording is better that you suggest.

  • the title should start with [hotfix] as per the process
  • the change is not to the release notes but to the English docs.
  • I think you should target this change to master and back port as required.
  • you should add in the Chinese translation.

This is the default version for docker images.

### Untested Flink features
Expand Down Expand Up @@ -73,7 +73,7 @@ Since Flink uses reflection for serializing user-defined functions and data (via

These should be configured via the [env.java.opts.all]({{< ref "docs/deployment/config" >}}#env-java-opts-all) option.

In the default configuration in the Flink distribution this option is configured such that Flink itself works on Java 17.
In the default configuration in the Flink distribution this option is configured such that Flink itself works on Java 17.
The list of configured arguments must not be shortened, but only extended.

### Known issues
Expand Down