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/07 06:24:27 UTC

[incubator-eventmesh] branch master updated (d06066b8 -> f56c23d6)

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 d06066b8 Merge pull request #1233 from RiemannChow/extraction_constants
     new 950788c9 modify webhook protocol plugin dir
     new 9c606a78 fix WebHookProcessor request content read error
     new 4e7c8c53 add WebHookProcessor unit test and bug fix
     new f56c23d6 Merge pull request #1227 from horoc/modify-webhook-protocol-plugin-dir

The 1493 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:
 ...g.apache.eventmesh.protocol.api.ProtocolAdaptor |   3 +-
 .../build.gradle                                   |   5 -
 .../gradle.properties                              |   2 +-
 .../protocol/webhook}/WebHookProtocolAdaptor.java  |   4 +-
 ...g.apache.eventmesh.protocol.api.ProtocolAdaptor |   2 +-
 eventmesh-runtime/build.gradle                     |   1 +
 .../protocol/http/processor/WebHookProcessor.java  |   9 +-
 .../protocol/processor/WebHookProcessorTest.java   | 116 +++++++++++++++++++++
 .../webhook/receive/WebHookController.java         |  18 ++--
 .../webhook/receive/protocol/GithubProtocol.java   |   2 +-
 settings.gradle                                    |   1 +
 11 files changed, 140 insertions(+), 23 deletions(-)
 copy eventmesh-protocol-plugin/{eventmesh-protocol-cloudevents => eventmesh-protocol-webhook}/build.gradle (81%)
 copy eventmesh-protocol-plugin/{eventmesh-protocol-http => eventmesh-protocol-webhook}/gradle.properties (97%)
 rename eventmesh-protocol-plugin/{eventmesh-protocol-cloudevents/src/main/java/org/apache/eventmesh/protocol/cloudevents => eventmesh-protocol-webhook/src/main/java/org/apache/eventmesh/protocol/webhook}/WebHookProtocolAdaptor.java (96%)
 copy eventmesh-protocol-plugin/{eventmesh-protocol-http => eventmesh-protocol-webhook}/src/main/resources/META-INF/eventmesh/org.apache.eventmesh.protocol.api.ProtocolAdaptor (92%)
 create mode 100644 eventmesh-runtime/src/test/java/org/apache/eventmesh/runtime/protocol/processor/WebHookProcessorTest.java


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