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 aaadb2bbc29 MINOR: Document Java 25 as a supported Java version 
(#20917)
aaadb2bbc29 is described below

commit aaadb2bbc2998bd1d4ede4809a8c32b9bccc90f8
Author: majialong <[email protected]>
AuthorDate: Wed Nov 19 18:13:12 2025 +0800

    MINOR: Document Java 25 as a supported Java version (#20917)
    
    Document Java 25 as a fully supported and recommended Java version in
    the ops documentation.
    
    Reviewers: 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 46f6cfb8981..cad4ebe4107 100644
--- a/docs/ops.html
+++ b/docs/ops.html
@@ -1314,12 +1314,12 @@ $ bin/kafka-acls.sh \
 
   <h3 class="anchor-heading"><a id="java" class="anchor-link"></a><a 
href="#java">6.5 Java Version</a></h3>
 
-  Java 17 and Java 21 are fully supported while Java 11 is supported for a 
subset of modules (clients, streams and related).
+  Java 17, Java 21, and Java 25 are fully supported while Java 11 is supported 
for a subset of modules (clients, streams and related).
   Support for versions newer than the most recent LTS version are best-effort 
and the project typically only tests with the
   most recent non LTS version.
 
   <p>
-  We generally recommend running Apache Kafka with the most recent LTS release 
(Java 21 at the time of writing) for performance,
+  We generally recommend running Apache Kafka with the most recent LTS release 
(Java 25 at the time of writing) for performance,
   efficiency and support reasons. From a security perspective, we recommend 
the latest released patch version as older versions
   typically have disclosed security vulnerabilities.
   <p>

Reply via email to