You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by he...@apache.org on 2022/06/07 12:19:04 UTC

[incubator-inlong] branch master updated: [INLONG-4529][Manager] Fix PluginClassLoader unit test error (#4530)

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

healchow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-inlong.git


The following commit(s) were added to refs/heads/master by this push:
     new 78b687695 [INLONG-4529][Manager] Fix PluginClassLoader unit test error (#4530)
78b687695 is described below

commit 78b6876959aa8b57a113012646b8e8bb97867a8f
Author: kipshi <48...@users.noreply.github.com>
AuthorDate: Tue Jun 7 20:18:59 2022 +0800

    [INLONG-4529][Manager] Fix PluginClassLoader unit test error (#4530)
---
 .../manager/common/pojo/group/InlongGroupInfo.java  |   2 +-
 .../resources/plugins/manager-plugin-example.jar    | Bin 15919 -> 93525 bytes
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/inlong-manager/manager-common/src/main/java/org/apache/inlong/manager/common/pojo/group/InlongGroupInfo.java b/inlong-manager/manager-common/src/main/java/org/apache/inlong/manager/common/pojo/group/InlongGroupInfo.java
index d61080637..6ea1436cf 100644
--- a/inlong-manager/manager-common/src/main/java/org/apache/inlong/manager/common/pojo/group/InlongGroupInfo.java
+++ b/inlong-manager/manager-common/src/main/java/org/apache/inlong/manager/common/pojo/group/InlongGroupInfo.java
@@ -64,7 +64,7 @@ public abstract class InlongGroupInfo {
     private String mqResource;
 
     @ApiModelProperty(value = "Whether to enable zookeeper? 0: disable, 1: enable")
-    private Integer enableZookeeper;
+    private Integer enableZookeeper = 0;
 
     @ApiModelProperty(value = "Whether to enable zookeeper? 0: disable, 1: enable")
     private Integer enableCreateResource;
diff --git a/inlong-manager/manager-service/src/test/resources/plugins/manager-plugin-example.jar b/inlong-manager/manager-service/src/test/resources/plugins/manager-plugin-example.jar
index 0801f8fae..841b1189f 100644
Binary files a/inlong-manager/manager-service/src/test/resources/plugins/manager-plugin-example.jar and b/inlong-manager/manager-service/src/test/resources/plugins/manager-plugin-example.jar differ