gharris1727 commented on code in PR #16754:
URL: https://github.com/apache/kafka/pull/16754#discussion_r1811421382
##########
build.gradle:
##########
@@ -318,6 +318,18 @@ subprojects {
options.compilerArgs << "-Werror"
options.release = minJavaVersion
addParametersForTests(name, options)
+
+ // Todo: Do we need to separate some components to not require JDK 17? For
example,
+ // streams had to be bumped becuase of the dependency on tools.
Review Comment:
Streams should still be built and tested with Java 11. I think this means
we're blocked by https://issues.apache.org/jira/browse/KAFKA-17857
Also we are going to probably conflict with
https://issues.apache.org/jira/browse/KAFKA-17811, and we can add connect and
mirror to that list of modules to build with 17 as the minimum.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]