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 3c0fe8361 Merge pull request #2923 from
apache/fix-go-server-security-issue
new feaea48a1 fix issue2939
new 38dde5c77 fix license check error
new 4932c9b73 add exception process
new 6dad407b7 fix build error
new 7240e8654 Merge pull request #2940 from jonyangx/issue2939
The 3306 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:
.licenserc.yaml | 1 +
.../admin/controller/ClientManageController.java | 4 +-
.../eventmesh/runtime/boot/EventMeshTCPServer.java | 11 +-
.../controller/ClientManageControllerTest.java | 4 +-
...ava => AdminWebHookConfigOperationManager.java} | 46 +++++----
.../webhook/admin/FileWebHookConfigOperation.java | 108 ++++++++++++--------
.../webhook/admin/NacosWebHookConfigOperation.java | 111 ++++++++++++---------
...=> AdminWebHookConfigOperationManagerTest.java} | 4 +-
8 files changed, 167 insertions(+), 122 deletions(-)
rename
eventmesh-webhook/eventmesh-webhook-admin/src/main/java/org/apache/eventmesh/webhook/admin/{AdminWebHookConfigOperationManage.java
=> AdminWebHookConfigOperationManager.java} (56%)
rename
eventmesh-webhook/eventmesh-webhook-admin/src/test/java/org/apache/eventmesh/webhook/admin/{AdminWebHookConfigOperationManageTest.java
=> AdminWebHookConfigOperationManagerTest.java} (88%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]