MarcoLotz commented on a change in pull request #10131: URL: https://github.com/apache/kafka/pull/10131#discussion_r592169117
########## File path: build.gradle ########## @@ -1635,8 +1627,14 @@ project(':streams:examples') { archivesBaseName = "kafka-streams-examples" dependencies { + // this dependency should be removed after we unify data API + compile(project(':connect:json')) { Review comment: having a better look, seems that no ticket is required. They are compileOnly or testCompileOnly which are not deprecated. All good. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org