This is an automated email from the ASF dual-hosted git repository.
chia7712 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/trunk by this push:
new 6c59e657c0a KAFKA-17640 Document Java 23 support and include release
note (#17403)
6c59e657c0a is described below
commit 6c59e657c0a5172140f792b5d4a260840f6b571d
Author: Joao Pedro Fonseca Dantas <[email protected]>
AuthorDate: Thu Nov 21 11:29:10 2024 -0300
KAFKA-17640 Document Java 23 support and include release note (#17403)
Reviewers: Chia-Ping Tsai <[email protected]>
---
docs/ops.html | 2 +-
docs/upgrade.html | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/docs/ops.html b/docs/ops.html
index d3990010cc5..1e1181a4cf3 100644
--- a/docs/ops.html
+++ b/docs/ops.html
@@ -1249,7 +1249,7 @@ 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 11, Java 17, and Java 21 are supported.
+ Java 11, Java 17, Java 21 and Java 23 are supported.
<p>
Note that 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.
<p>
diff --git a/docs/upgrade.html b/docs/upgrade.html
index f35f296ad86..f7888d5dde8 100644
--- a/docs/upgrade.html
+++ b/docs/upgrade.html
@@ -143,6 +143,9 @@
</li>
<li>Other changes:
<ul>
+ <li>
+ Java 23 support has been added in Apache Kafka 4.0
+ </li>
<li>
Scala 2.12 support has been removed in Apache Kafka 4.0
See <a
href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=181308218">KIP-751</a>
for more details