Nikita Shupletsov created KAFKA-20046:
-----------------------------------------
Summary: streams-scala artifact is compiled with java 17 instead
of 11.
Key: KAFKA-20046
URL: https://issues.apache.org/jira/browse/KAFKA-20046
Project: Kafka
Issue Type: Bug
Components: streams
Affects Versions: 4.0.0
Reporter: Nikita Shupletsov
As a community member of stackoverflow pointed out:
[https://stackoverflow.com/questions/79857077/kafka-streams-4-x-java-11-compatibility]
I verified the classes from
[https://mvnrepository.com/artifact/org.apache.kafka/kafka-streams-scala_2.13/4.0.0]
with javap, and it was indeed compiled with 61 version(java17) instead of
55(java11)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)