This is an automated email from the ASF dual-hosted git repository.
chia7712 pushed a commit to branch 3.9
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/3.9 by this push:
new a44f8b147ed KAFKA-19751 add Java 21 and 23 to supported version
(#20877)
a44f8b147ed is described below
commit a44f8b147ed41149697e9fb179dbd7eea3306863
Author: PoAn Yang <[email protected]>
AuthorDate: Sat Nov 15 02:15:44 2025 +0800
KAFKA-19751 add Java 21 and 23 to supported version (#20877)
Add Java 21 and 23 as supported version to document.
Reviewers: Andrew Schofield <[email protected]>, Chia-Ping Tsai
<[email protected]>
---
docs/ops.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/ops.html b/docs/ops.html
index 838271c4d91..bb32f6a9da8 100644
--- a/docs/ops.html
+++ b/docs/ops.html
@@ -1249,10 +1249,10 @@ queued.max.requests=[number of concurrent
requests]</code></pre>
<h3 class="anchor-heading"><a id="java" class="anchor-link"></a><a
href="#java">6.6 Java Version</a></h3>
- Java 8, Java 11, and Java 17 are supported.
+ Java 8, Java 11, Java 17, Java 21 and Java 23 are supported.
<p>
Note that Java 8 support project-wide has been deprecated since Apache Kafka
3.0 and Java 11 support for the broker and tools
- has been deprecated since Apache Kafka 3.7. Both will be removed in Apache
Kafka 4.0.
+ has been deprecated since Apache Kafka 3.7. Both have been removed in Apache
Kafka 4.0.
<p>
Java 11 and later versions perform significantly better if TLS is enabled,
so they are highly recommended (they also include a number of other
performance improvements: G1GC, CRC32C, Compact Strings, Thread-Local
Handshakes and more).