Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ISSUE 2878] Fix WebHook deserialization exception #2879

Merged
merged 1 commit into from
Jan 10, 2023
Merged

[ISSUE 2878] Fix WebHook deserialization exception #2879

merged 1 commit into from
Jan 10, 2023

Conversation

Alonexc
Copy link
Contributor

@Alonexc Alonexc commented Jan 10, 2023

Fixes #2878.

Motivation

fix issue 2878
remove invalid imports.

Modifications

fix issue 2878
remove invalid imports.

Documentation

  • Does this pull request introduce a new feature? no

@codecov
Copy link

codecov bot commented Jan 10, 2023

Codecov Report

Merging #2879 (c2cc5e7) into master (03e088e) will increase coverage by 0.12%.
The diff coverage is 5.79%.

❗ Current head c2cc5e7 differs from pull request most recent head 8fe40b7. Consider uploading reports for the commit 8fe40b7 to get more accurate results

@@             Coverage Diff              @@
##             master    #2879      +/-   ##
============================================
+ Coverage     11.61%   11.74%   +0.12%     
- Complexity      911      914       +3     
============================================
  Files           503      505       +2     
  Lines         28076    28093      +17     
  Branches       2860     2880      +20     
============================================
+ Hits           3261     3299      +38     
+ Misses        24520    24498      -22     
- Partials        295      296       +1     
Impacted Files Coverage Δ
...entmesh/common/protocol/http/HttpEventWrapper.java 0.00% <0.00%> (ø)
.../apache/eventmesh/common/protocol/tcp/Package.java 73.33% <ø> (ø)
...eventmesh/metrics/api/model/TcpSummaryMetrics.java 0.00% <ø> (ø)
...ime/admin/controller/EventMeshAdminController.java 0.00% <0.00%> (ø)
...sh/runtime/admin/handler/ConfigurationHandler.java 0.00% <0.00%> (ø)
...tmesh/runtime/admin/handler/HTTPClientHandler.java 0.00% <0.00%> (ø)
...che/eventmesh/runtime/boot/AbstractHTTPServer.java 0.00% <0.00%> (ø)
...he/eventmesh/runtime/boot/EventMeshHTTPServer.java 0.00% <0.00%> (ø)
...che/eventmesh/runtime/boot/EventMeshTCPServer.java 0.57% <ø> (+<0.01%) ⬆️
...ntime/configuration/EventMeshTCPConfiguration.java 0.00% <ø> (ø)
... and 29 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@jonyangx jonyangx merged commit 33faee3 into apache:master Jan 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] WebHook tests for deserialization exceptions
2 participants