You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2023/05/23 12:35:51 UTC

[shardingsphere] branch master updated (7dd6caf4801 -> 6f0b2b94259)

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

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


    from 7dd6caf4801 Refactor pipeline channel, read records by transaction at increment task (#25787)
     add 6f0b2b94259 Merge JsonUtils and improve dependency (#25854)

No new revisions were added by this update.

Summary of changes:
 infra/util/pom.xml                                 | 10 +++
 .../shardingsphere/infra/util/json}/JsonUtils.java |  2 +-
 kernel/data-pipeline/core/pom.xml                  |  7 +-
 .../data/pipeline/core/util/JsonUtils.java         | 75 ----------------------
 kernel/data-pipeline/dialect/opengauss/pom.xml     |  7 +-
 .../ingest/wal/decode/MppdbDecodingPlugin.java     |  4 +-
 .../migration/api/impl/MigrationJobAPI.java        |  4 +-
 proxy/backend/core/pom.xml                         |  5 --
 .../ral/queryable/ExportMetaDataExecutor.java      |  2 +-
 .../ral/queryable/ExportStorageNodesExecutor.java  |  2 +-
 .../ral/queryable/ShowMigrationRuleExecutor.java   |  4 +-
 .../ral/updatable/ImportMetaDataUpdater.java       |  2 +-
 12 files changed, 22 insertions(+), 102 deletions(-)
 rename {proxy/backend/core/src/main/java/org/apache/shardingsphere/proxy/backend/util => infra/util/src/main/java/org/apache/shardingsphere/infra/util/json}/JsonUtils.java (97%)
 delete mode 100644 kernel/data-pipeline/core/src/main/java/org/apache/shardingsphere/data/pipeline/core/util/JsonUtils.java