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 8be99f44dc1 KAFKA-18097 Upgrade readme to include min JDK changes
(#17948)
8be99f44dc1 is described below
commit 8be99f44dc1b25f226ec7a39b033aa40e103fd80
Author: TengYao Chi <[email protected]>
AuthorDate: Thu Nov 28 05:23:17 2024 +0800
KAFKA-18097 Upgrade readme to include min JDK changes (#17948)
Reviewers: Chia-Ping Tsai <[email protected]>
---
README.md | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index e996365475b..8423f31f13e 100644
--- a/README.md
+++ b/README.md
@@ -4,10 +4,8 @@ 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 11, 17 and 21. We set the `release`
parameter in javac and scalac
-to `11` to ensure the generated binaries are compatible with Java 11 or higher
(independently of the Java version
-used for compilation). Java 11 support for the broker and tools has been
deprecated since Apache Kafka 3.7 and removal
-of both is planned for Apache Kafka
4.0.([KIP-1013](https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=284789510)
for more details).
+We build and test Apache Kafka with 17 and 23. The `release` parameter in
javac and scalac is set to `11` for the clients
+and streams modules, and `17` for the broker and tools, ensuring compatibility
with their respective minimum Java versions.
Scala 2.13 is the only supported version in Apache Kafka.