lh0156 opened a new pull request, #23061: URL: https://github.com/apache/kafka/pull/23061
## Summary KAFKA-20881 reports that Connect system tests can select the generated javadoc JAR as the file connector plugin after KAFKA-20032 began generating javadocs consistently. This change skips javadoc JARs when selecting a plugin artifact, so the runtime connector JAR is appended to the worker classpath. ## Testing - TDD RED: the focused unit test selected connect-file-4.0.0-SNAPSHOT-javadoc.jar with the pre-change implementation. - TDD GREEN: the focused unit test passes after excluding -javadoc.jar. - Full system-test unit suite: 7 passed. - Python compileall passed. - git diff --check passed. No public API, protocol, or configuration changes. -- 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]
