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 2022/08/02 06:50:20 UTC

[inlong] branch master updated (861c17fd2 -> b20ef7254)

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 861c17fd2 [INLONG-5014][CodeQL] Fix the code scanning alerts exposed by CodeQL (#5225)
     add b20ef7254 [INLONG-4929][Manager] Add stream source API in Manager client (#5320)

No new revisions were added by this update.

Summary of changes:
 .../inlong/manager/client/api/InlongStream.java    |  2 ++
 .../manager/client/api/impl/InlongStreamImpl.java  |  9 +++++++
 .../api/inner/client/StreamSourceClient.java       |  7 +++++
 .../client/api/service/StreamSourceApi.java        |  2 ++
 .../client/api/inner/ClientFactoryTest.java        | 31 ++++++++++++++++++++++
 5 files changed, 51 insertions(+)