You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ce...@apache.org on 2023/05/26 16:17:19 UTC

[kafka] branch trunk updated (7ff2dbb1078 -> 2ec6b5e1e2e)

This is an automated email from the ASF dual-hosted git repository.

cegerton pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


    from 7ff2dbb1078 KAFKA-14368: Connect offset write REST API (#13465)
     add 2ec6b5e1e2e KAFKA-14789: Prevent mis-attributing classpath plugins, allow discovery of classpath RestExtension and ConfigProvider (#13356)

No new revisions were added by this update.

Summary of changes:
 .../runtime/isolation/DelegatingClassLoader.java   | 67 +++++++---------------
 .../kafka/connect/runtime/isolation/Plugins.java   |  5 ++
 .../isolation/DelegatingClassLoaderTest.java       | 17 ------
 .../connect/runtime/isolation/PluginsTest.java     | 30 ++++++++++
 .../connect/runtime/isolation/TestPlugins.java     | 10 +++-
 ...tor.policy.ConnectorClientConfigOverridePolicy} |  2 +-
 .../plugins/SubclassOfClasspathConverter.java}     |  8 ++-
 .../SubclassOfClasspathOverridePolicy.java}        |  9 ++-
 8 files changed, 79 insertions(+), 69 deletions(-)
 copy connect/runtime/src/test/resources/test-plugins/{service-loader/META-INF/services/test.plugins.ServiceLoadedClass => subclass-of-classpath/META-INF/services/org.apache.kafka.connect.connector.policy.ConnectorClientConfigOverridePolicy} (94%)
 copy connect/runtime/src/test/resources/test-plugins/{bad-packaging/test/plugins/NonExistentInterface.java => subclass-of-classpath/test/plugins/SubclassOfClasspathConverter.java} (70%)
 copy connect/runtime/src/test/resources/test-plugins/{bad-packaging/test/plugins/NonExistentInterface.java => subclass-of-classpath/test/plugins/SubclassOfClasspathOverridePolicy.java} (64%)