This is an automated email from the ASF dual-hosted git repository.
mikexue pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-eventmesh.git
from 16ef0bb6b fix check style issue to unblock CI (#3043)
new 95eb41e4e fix issue2947
new 33ceb5ed0 fix checkstyle error
new 16af355cb fix checkstyle error
new 517b24e9d Merge branch 'master' into issue2947
new 022f89220 Merge pull request #2948 from jonyangx/issue2947
The 3326 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:
.../protocol/processor/WebHookProcessorTest.java | 10 +--
.../client/grpc/producer/CloudEventProducer.java | 80 ++++++++++++---------
.../webhook/receive/WebHookController.java | 44 ++++++------
.../receive/config/ReceiveConfiguration.java | 2 +-
.../webhook/receive/protocol/GithubProtocol.java | 29 ++++----
.../{ProtocolManage.java => ProtocolManager.java} | 11 +--
.../storage/AbstractWebHookConfigOperation.java | 2 +-
...Manage.java => HookConfigOperationManager.java} | 46 ++++++------
.../receive/storage/WebhookFileListener.java | 82 ++++++++++------------
9 files changed, 164 insertions(+), 142 deletions(-)
rename
eventmesh-webhook/eventmesh-webhook-receive/src/main/java/org/apache/eventmesh/webhook/receive/protocol/{ProtocolManage.java
=> ProtocolManager.java} (75%)
rename
eventmesh-webhook/eventmesh-webhook-receive/src/main/java/org/apache/eventmesh/webhook/receive/storage/{HookConfigOperationManage.java
=> HookConfigOperationManager.java} (70%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]