FrankYang0529 commented on code in PR #748: URL: https://github.com/apache/kafka-site/pull/748#discussion_r2538802585
########## 39/ops.html: ########## @@ -1249,7 +1249,7 @@ <h4 class="anchor-heading"><a id="prodconfig" class="anchor-link"></a><a href="# <h3 class="anchor-heading"><a id="java" class="anchor-link"></a><a href="#java">6.6 Java Version</a></h3> - Java 8, Java 11, Java 17, Java 21 and Java 23 are supported. + Java 8, Java 11, Java 17, and Java 21 are supported. Java 23 is used in CI pipelines to verify compatibility, but it's not officially supported because it's non-LTS version. Review Comment: @chia7712 Thanks for the review. I update a version like following: ``` Build and test Apache Kafka with Java 8, 11, 17, 21, and 23. Set the release parameter in javac and scalac to 8 to ensure the generated binaries are compatible with Java 8 or higher (independently of the Java version used for compilation). ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
