This is an automated email from the ASF dual-hosted git repository.
kirs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git
The following commit(s) were added to refs/heads/dev by this push:
new df958cf Revert "[Improve] [core] Must throw exception while creating
plugin instances (#1419)" (#1574)
df958cf is described below
commit df958cf2067c77aaa423a3d466a5fea77d3072ed
Author: CenterCode <[email protected]>
AuthorDate: Sat Mar 26 17:14:30 2022 +0800
Revert "[Improve] [core] Must throw exception while creating plugin
instances (#1419)" (#1574)
This reverts commit 53a9227c23774a5d1bcc63564e784d95cfcb87e2.
---
.../src/main/java/org/apache/seatunnel/config/ConfigBuilder.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/seatunnel-core/seatunnel-core-base/src/main/java/org/apache/seatunnel/config/ConfigBuilder.java
b/seatunnel-core/seatunnel-core-base/src/main/java/org/apache/seatunnel/config/ConfigBuilder.java
index fb9b7f7..cad5440 100644
---
a/seatunnel-core/seatunnel-core-base/src/main/java/org/apache/seatunnel/config/ConfigBuilder.java
+++
b/seatunnel-core/seatunnel-core-base/src/main/java/org/apache/seatunnel/config/ConfigBuilder.java
@@ -163,7 +163,6 @@ public class ConfigBuilder<ENVIRONMENT extends RuntimeEnv> {
// Iterator.next() may throw ServiceConfigurationError,
// but maybe caused by a not used plugin in this job
LOGGER.warn("Error when load plugin: [{}]", canonicalName, e);
- throw e;
}
}
throw new ClassNotFoundException("Plugin class not found by name :[" +
canonicalName + "]");