This is an automated email from the ASF dual-hosted git repository.
dockerzhang pushed a change to branch release-1.0.0
in repository https://gitbox.apache.org/repos/asf/incubator-inlong.git.
from 68cda13 [INLONG-2393] fix the typo for changes file
new 27ad49b [INLONG-2396][Manager] Add manager-plugin-examples as a
sub-module of inlong-manager (#2397)
new e85c72e [INLONG-2401][Bug][InLong-Sort] Fix bugs in kafka sink unit
tests (#2401) (#2402)
new e934aa1 [INLONG-2414][Manager] Exclude test jar file during the
apache-rat-plugin check (#2415)
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
inlong-manager/manager-plugin-examples/pom.xml | 11 +--
.../manager/service/core/plugin/PluginService.java | 4 +-
.../service/core/plugin/PluginServiceTest.java | 6 +-
.../resources/plugins/inlong-manager-plugin.jar | Bin 12277 -> 0 bytes
.../resources/plugins/manager-plugin-examples.jar | Bin 0 -> 12254 bytes
inlong-manager/pom.xml | 1 +
inlong-sort/sort-single-tenant/pom.xml | 14 ++--
.../flink/kafka/KafkaSinkTestBase.java | 60 +++++++++++++---
.../flink/kafka/RowToJsonKafkaSinkTest.java | 11 +--
.../flink/kafka/RowToStringKafkaSinkTest.java | 11 +--
.../sort/singletenant/flink/utils/NetUtils.java | 77 +++++++++++++++++++++
pom.xml | 2 +
12 files changed, 148 insertions(+), 49 deletions(-)
delete mode 100644
inlong-manager/manager-service/src/test/resources/plugins/inlong-manager-plugin.jar
create mode 100644
inlong-manager/manager-service/src/test/resources/plugins/manager-plugin-examples.jar
create mode 100644
inlong-sort/sort-single-tenant/src/test/java/org/apache/inlong/sort/singletenant/flink/utils/NetUtils.java