This is an automated email from the ASF dual-hosted git repository.
gharris pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
from a9efca0bf63 KAFKA-14759: Move Mock, Schema, and Verifiable connectors
to new test-plugins module (#13302)
add 6bd17419b76 KAFKA-15228: Add sync-manifests command to
connect-plugin-path (KIP-898) (#14195)
No new revisions were added by this update.
Summary of changes:
.../connect/runtime/isolation/PluginSource.java | 12 +-
.../connect/runtime/isolation/PluginUtils.java | 18 +-
.../org/apache/kafka/tools/ConnectPluginPath.java | 258 ++++-----
.../org/apache/kafka/tools/ManifestWorkspace.java | 603 +++++++++++++++++++++
.../apache/kafka/tools/ConnectPluginPathTest.java | 219 +++++++-
5 files changed, 933 insertions(+), 177 deletions(-)
create mode 100644
tools/src/main/java/org/apache/kafka/tools/ManifestWorkspace.java