This is an automated email from the ASF dual-hosted git repository.

divijv 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 2e30dd894f4 MINOR: add JDK 20 build support to README (#14061)
2e30dd894f4 is described below

commit 2e30dd894f4f502f24ad797e1018a523fc138574
Author: Said Boudjelda <[email protected]>
AuthorDate: Fri Jul 21 10:45:01 2023 +0200

    MINOR: add JDK 20 build support to README (#14061)
    
    Adding the value 20 to the JDK version that can build Apache Kafka into 
README.md
    
    Reviewers: Divij Vaidya <[email protected]>
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 394da1eadca..9b85f083508 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ See our [web site](https://kafka.apache.org) for details on the 
project.
 
 You need to have 
[Java](http://www.oracle.com/technetwork/java/javase/downloads/index.html) 
installed.
 
-We build and test Apache Kafka with Java 8, 11 and 17. We set the `release` 
parameter in javac and scalac
+We build and test Apache Kafka with Java 8, 11, 17 and 20. We 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). Java 8 support has been deprecated since Apache Kafka 
3.0 and will be removed in Apache
 Kafka 4.0 (see 
[KIP-750](https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=181308223)
 for more details).

Reply via email to