Skip to content

Commit 5f7c959

Browse files
committed
fix: update wording for 2.1.0 release notes for java 17 usage
Signed-off-by: Rui Chen <[email protected]>
1 parent d875af9 commit 5f7c959

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/docs/deployment/java_compatibility.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The following Flink features have not been tested with Java 11:
4343

4444
## Java 17
4545

46-
We use Java 17 by default in Flink 2.0.0 and is the recommended Java version to run Flink on.
46+
We use Java 17 by default since Flink 2.0.0 and is the recommended Java version to run Flink on.
4747
This is the default version for docker images.
4848

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

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

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

7979
### Known issues

0 commit comments

Comments
 (0)