This is an automated email from the ASF dual-hosted git repository.
chia7712 pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/kafka-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 71d204245 KAFKA-19897 Document support for testing with java 25 (#748)
71d204245 is described below
commit 71d204245b0b82abf01f3dc31a7e45b4c1547018
Author: PoAn Yang <[email protected]>
AuthorDate: Fri Dec 12 12:07:11 2025 +0800
KAFKA-19897 Document support for testing with java 25 (#748)
Updates the Apache Kafka operations guide documentation to include limited
support for testing with Java 25 and clarifies the project's best-effort
support policy for newer Java versions.
Reviewers: Ismael Juma <[email protected]>, Stig Døssing
<[email protected]>, Greg Harris <[email protected]>, Chia-Ping Tsai
<[email protected]>
---
39/ops.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/39/ops.html b/39/ops.html
index 56f0b6276..3386035f7 100644
--- a/39/ops.html
+++ b/39/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 8, Java 11, Java 17, Java 21 and Java 23 are supported.
+ Java 8, 11, 17, and 21 are fully supported while Java 25 has received
limited validation and support is best-effort.
<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 have been removed in Apache
Kafka 4.0.