You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by do...@apache.org on 2023/03/27 04:54:56 UTC

[inlong] branch master updated (b7fd7f6fc -> 9688adc71)

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

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


    from b7fd7f6fc [INLONG-7695][Sort] Fix NPE when running Oracle all database migration jobs (#7696)
     add 9688adc71 [INLONG-7678][Manager] Rename FROZEN to STOP for source status (#7679)

No new revisions were added by this update.

Summary of changes:
 .../manager/common/enums/SimpleSourceStatus.java     |  6 +++---
 .../inlong/manager/common/enums/SourceStatus.java    | 20 ++++++++++----------
 .../manager/service/core/impl/AgentServiceImpl.java  | 16 ++++++++--------
 .../listener/group/UpdateGroupCompleteListener.java  |  2 +-
 .../source/AbstractSourceOperateListener.java        |  4 ++--
 .../service/source/AbstractSourceOperator.java       |  4 ++--
 .../service/source/StreamSourceServiceImpl.java      |  4 ++--
 .../source/autopush/AutoPushSourceOperator.java      |  2 +-
 .../source/listener/StreamSourceListenerTest.java    |  2 +-
 9 files changed, 30 insertions(+), 30 deletions(-)