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 2023/03/27 12:11:34 UTC

[inlong] branch master updated (9bedbac80 -> 963c19344)

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

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


    from 9bedbac80 [INLONG-7706][Manager] Fix sink is always in the configuration after being saved (#7707)
     add 963c19344 [INLONG-7673][Manager] Remove whitespace when saving or updating URLs (#7674)

No new revisions were added by this update.

Summary of changes:
 .../apache/inlong/manager/common/consts/InlongConstants.java |  2 ++
 .../apache/inlong/manager/pojo/cluster/ClusterRequest.java   |  1 +
 .../manager/pojo/cluster/pulsar/PulsarClusterRequest.java    |  3 +++
 .../manager/pojo/cluster/tubemq/TubeClusterRequest.java      |  3 +++
 .../org/apache/inlong/manager/pojo/node/DataNodeRequest.java |  1 +
 .../inlong/manager/pojo/node/mysql/MySQLDataNodeRequest.java |  3 +++
 .../inlong/manager/pojo/sink/ck/ClickHouseSinkRequest.java   |  3 +++
 .../manager/pojo/sink/greenplum/GreenplumSinkRequest.java    |  3 +++
 .../inlong/manager/pojo/sink/hive/HiveSinkRequest.java       |  2 ++
 .../inlong/manager/pojo/sink/hudi/HudiSinkRequest.java       |  3 +++
 .../apache/inlong/manager/pojo/sink/mysql/MySQLSinkDTO.java  |  1 +
 .../inlong/manager/pojo/sink/mysql/MySQLSinkRequest.java     |  3 +++
 .../inlong/manager/pojo/sink/oracle/OracleSinkRequest.java   |  3 +++
 .../manager/pojo/sink/postgresql/PostgreSQLSinkRequest.java  |  3 +++
 .../manager/pojo/sink/sqlserver/SQLServerSinkRequest.java    |  3 +++
 .../manager/pojo/sink/starrocks/StarRocksSinkRequest.java    |  3 +++
 .../sink/tdsqlpostgresql/TDSQLPostgreSQLSinkRequest.java     |  3 +++
 .../inlong/manager/pojo/sink/mysql/MySQLSinkDTOTest.java     | 12 ++++++------
 18 files changed, 49 insertions(+), 6 deletions(-)