You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eventmesh.apache.org by ch...@apache.org on 2022/09/01 14:30:10 UTC

[incubator-eventmesh] branch master updated (fda0a9af -> ce514fd8)

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

chenguangsheng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-eventmesh.git


    from fda0a9af Merge pull request #1200 from BigXin0109/fix/warning_code
     new a1b36481 fix FileWebHookConfigOperation insert error
     new 952ffd9e update known dependecies
     new 54662988 fix file path concat in WebhookFileListener
     new 8b1b6447 fix ci error
     new b0f4361a Merge branch 'master' into fix-filewebHookconfig-insert-error
     new 261f35a6 fix code style
     new ce514fd8 Merge pull request #1198 from horoc/fix-filewebHookconfig-insert-error

The 1367 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:
 .../admin/rocketmq/handler/TopicsHandler.java      | 21 +++---
 .../handler/QueryWebHookConfigByIdHandler.java     | 14 ++--
 eventmesh-sdk-java/build.gradle                    |  1 +
 .../webhook/admin/FileWebHookConfigOperation.java  | 29 +++-----
 .../admin/FileWebHookConfigOperationTest.java      | 77 ++++++++++++++++++++++
 .../receive/storage/WebhookFileListener.java       | 10 +--
 tools/dependency-check/known-dependencies.txt      | 56 +++++++---------
 7 files changed, 136 insertions(+), 72 deletions(-)
 create mode 100644 eventmesh-webhook/eventmesh-webhook-admin/src/test/java/org/apache/eventmesh/webhook/admin/FileWebHookConfigOperationTest.java


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: commits-help@eventmesh.apache.org