This is an automated email from the ASF dual-hosted git repository.
payang pushed a commit to branch 4.2
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/4.2 by this push:
new 9f9cc21130e KAFKA-20046: switched the java version for streams-scala
from 17 to 11. (#21258)
9f9cc21130e is described below
commit 9f9cc21130e2593f8d139a95ce13544950084994
Author: Nikita Shupletsov <[email protected]>
AuthorDate: Tue Jan 6 17:44:00 2026 -0800
KAFKA-20046: switched the java version for streams-scala from 17 to 11.
(#21258)
Verified that the classes are compiled with version 55 using javap
Reviewers: Ken Huang <[email protected]>, Chia-Ping Tsai
<[email protected]>, PoAn Yang <[email protected]>
(cherry picked from commit c7800041c66d12124595ae5bce0292007b3c8256)
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index f5584b359f3..2b27f3af758 100644
--- a/build.gradle
+++ b/build.gradle
@@ -46,7 +46,7 @@ plugins {
ext {
minClientJavaVersion = 11
minNonClientJavaVersion = 17
- modulesNeedingJava11 = [":clients", ":generator", ":streams",
":streams:test-utils", ":streams:examples", ":streams-scala",
":test-common:test-common-util"]
+ modulesNeedingJava11 = [":clients", ":generator", ":streams",
":streams:test-utils", ":streams:examples", ":streams:streams-scala",
":test-common:test-common-util"]
buildVersionFileName = "kafka-version.properties"