chia7712 commented on code in PR #17522:
URL: https://github.com/apache/kafka/pull/17522#discussion_r1855379574
##########
build.gradle:
##########
@@ -47,7 +47,10 @@ plugins {
ext {
gradleVersion = versions.gradle
- minJavaVersion = 11
+ minClientJavaVersion = 11
+ minServerJavaVersion = 17
Review Comment:
minNonClientJavaVersion looks good to me. Additionally, the connect:api
module belongs to client APIs, but in KIP-1032 we decided to bump the Connect
module to JDK 17. Could you please add a comment for the Connect module?
--
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]