zentol commented on code in PR #23445: URL: https://github.com/apache/flink/pull/23445#discussion_r1331743142
########## docs/content.zh/docs/deployment/java_compatibility.md: ########## @@ -0,0 +1,77 @@ +--- +title: Java Compatibility +weight: 2 +type: docs +--- +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + +# Java compatibility + +This page lists which Java versions Flink supports and what limitations apply (if any). + +## Java 8 (deprecated) + +Support for Java 8 has been deprecated in 1.15.0. +It is recommended to migrate to Java 11. + +## Java 11 + +Support for Java 17 was added in 1.10.0 and is the recommended Java version to run Flink on. Review Comment: yes :see_no_evil: -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org