You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eventmesh.apache.org by "pandaapo (via GitHub)" <gi...@apache.org> on 2023/05/31 09:05:32 UTC

[GitHub] [eventmesh] pandaapo opened a new pull request, #4055: [ISSUE #4052] Implement the functionality of EventMeshVersion class.

pandaapo opened a new pull request, #4055:
URL: https://github.com/apache/eventmesh/pull/4055

   Fixes #4052.
   
   ### Motivation
   
   Currently, `EventMeshVersion.java` does not provide any actual functionality. We should complete its work.
   
   We can print version of EventMesh when it starts up.
   
   
   
   ### Modifications
   
   Make  `EventMeshVersion.java`  can get current version of EventMesh source code or jar.
   
   
   
   ### Documentation
   
   - Does this pull request introduce a new feature? (yes / no)
   - If yes, how is the feature documented? (not applicable / docs / JavaDocs / not documented)
   - If a feature is not applicable for documentation, explain why?
   - If a feature is not documented yet in this PR, please create a followup issue for adding the documentation
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


Re: [PR] [ISSUE #4052] Implement the functionality of EventMeshVersion class. (eventmesh)

Posted by "Pil0tXia (via GitHub)" <gi...@apache.org>.
Pil0tXia commented on PR #4055:
URL: https://github.com/apache/eventmesh/pull/4055#issuecomment-2053510105

   > I mean if the point in time is the last activity for this pr/issue then it won't get the 60/90-day result.
   
   `60/90` is a preset text. Since bot is recently enabled, it will actually detect threads **>=** `60/90` days old.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@eventmesh.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


Re: [PR] [ISSUE #4052] Implement the functionality of EventMeshVersion class. (eventmesh)

Posted by "pandaapo (via GitHub)" <gi...@apache.org>.
pandaapo commented on PR #4055:
URL: https://github.com/apache/eventmesh/pull/4055#issuecomment-2053429832

   > > from which point in time does this bot calculate the 60/90-day period
   > 
   > From the last activity of a thread.
   
   I mean if the point in time is the last activity for this pr/issue then it won't get the 60/90-day result.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@eventmesh.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


Re: [PR] [ISSUE #4052] Implement the functionality of EventMeshVersion class. (eventmesh)

Posted by "pandaapo (via GitHub)" <gi...@apache.org>.
pandaapo commented on PR #4055:
URL: https://github.com/apache/eventmesh/pull/4055#issuecomment-2053490332

   > Is it possible to add a static block of code so that this class automatically saves the version number at application startup for other classes to get? 
   
   I'm confused about this requirement. The static code block is executed during class loading, all the classes are not yet finished loading and the application is not yet finished starting, where is the need for the version number calculated at this point?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@eventmesh.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


Re: [PR] [ISSUE #4052] Implement the functionality of EventMeshVersion class. (eventmesh)

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #4055:
URL: https://github.com/apache/eventmesh/pull/4055#issuecomment-2052264643

   It has been 60 days since the last activity on this pull request. I am reaching out here to gently remind you that the Apache EventMesh community values every pull request, and please feel free to get in touch with the reviewers at any time. They are available to assist you in advancing the progress of your pull request and offering the latest feedback.
   
   If you encounter any challenges during development, seeking support within the community is encouraged. We sincerely appreciate your contributions to Apache EventMesh.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@eventmesh.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


Re: [PR] [ISSUE #4052] Implement the functionality of EventMeshVersion class. (eventmesh)

Posted by "Pil0tXia (via GitHub)" <gi...@apache.org>.
Pil0tXia commented on PR #4055:
URL: https://github.com/apache/eventmesh/pull/4055#issuecomment-2053551465

   >how does this bot selectively mark them as 'stale' instead of marking most of them at once?
   
   The bot reads 30 threads one day and will skip issues tagged with excluded labels.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@eventmesh.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


Re: [PR] [ISSUE #4052] Implement the functionality of EventMeshVersion class. (eventmesh)

Posted by "Pil0tXia (via GitHub)" <gi...@apache.org>.
Pil0tXia commented on PR #4055:
URL: https://github.com/apache/eventmesh/pull/4055#issuecomment-2053356746

   >from which point in time does this bot calculate the 60/90-day period
   
   From the last activity of a thread.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@eventmesh.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [eventmesh] codecov[bot] commented on pull request #4055: [ISSUE #4052] Implement the functionality of EventMeshVersion class.

Posted by "codecov[bot] (via GitHub)" <gi...@apache.org>.
codecov[bot] commented on PR #4055:
URL: https://github.com/apache/eventmesh/pull/4055#issuecomment-1576672791

   ## [Codecov](https://app.codecov.io/gh/apache/eventmesh/pull/4055?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) Report
   > Merging [#4055](https://app.codecov.io/gh/apache/eventmesh/pull/4055?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) (4c28834) into [master](https://app.codecov.io/gh/apache/eventmesh/commit/ae961bff7a5918a25ab49533f56e821f7ca910fa?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) (ae961bf) will **decrease** coverage by `0.02%`.
   > The diff coverage is `37.80%`.
   
   > :exclamation: Current head 4c28834 differs from pull request most recent head d5b7abd. Consider uploading reports for the commit d5b7abd to get more accurate results
   
   ```diff
   @@             Coverage Diff              @@
   ##             master    #4055      +/-   ##
   ============================================
   - Coverage     14.25%   14.23%   -0.02%     
   - Complexity     1320     1330      +10     
   ============================================
     Files           579      580       +1     
     Lines         28945    28904      -41     
     Branches       2791     2787       -4     
   ============================================
   - Hits           4125     4114      -11     
   + Misses        24428    24392      -36     
   - Partials        392      398       +6     
   ```
   
   
   | [Impacted Files](https://app.codecov.io/gh/apache/eventmesh/pull/4055?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Coverage Δ | |
   |---|---|---|
   | [.../apache/eventmesh/common/config/ConfigService.java](https://app.codecov.io/gh/apache/eventmesh/pull/4055?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-ZXZlbnRtZXNoLWNvbW1vbi9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvZXZlbnRtZXNoL2NvbW1vbi9jb25maWcvQ29uZmlnU2VydmljZS5qYXZh) | `41.37% <0.00%> (-3.07%)` | :arrow_down: |
   | [...rg/apache/eventmesh/common/utils/ReflectUtils.java](https://app.codecov.io/gh/apache/eventmesh/pull/4055?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-ZXZlbnRtZXNoLWNvbW1vbi9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvZXZlbnRtZXNoL2NvbW1vbi91dGlscy9SZWZsZWN0VXRpbHMuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...e/admin/handler/QueryWebHookConfigByIdHandler.java](https://app.codecov.io/gh/apache/eventmesh/pull/4055?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-ZXZlbnRtZXNoLXJ1bnRpbWUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2V2ZW50bWVzaC9ydW50aW1lL2FkbWluL2hhbmRsZXIvUXVlcnlXZWJIb29rQ29uZmlnQnlJZEhhbmRsZXIuamF2YQ==) | `26.66% <0.00%> (ø)` | |
   | [...ndler/QueryWebHookConfigByManufacturerHandler.java](https://app.codecov.io/gh/apache/eventmesh/pull/4055?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-ZXZlbnRtZXNoLXJ1bnRpbWUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2V2ZW50bWVzaC9ydW50aW1lL2FkbWluL2hhbmRsZXIvUXVlcnlXZWJIb29rQ29uZmlnQnlNYW51ZmFjdHVyZXJIYW5kbGVyLmphdmE=) | `28.57% <0.00%> (ø)` | |
   | [.../protocol/tcp/client/task/MessageTransferTask.java](https://app.codecov.io/gh/apache/eventmesh/pull/4055?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-ZXZlbnRtZXNoLXJ1bnRpbWUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2V2ZW50bWVzaC9ydW50aW1lL2NvcmUvcHJvdG9jb2wvdGNwL2NsaWVudC90YXNrL01lc3NhZ2VUcmFuc2ZlclRhc2suamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [.../org/apache/eventmesh/runtime/util/BannerUtil.java](https://app.codecov.io/gh/apache/eventmesh/pull/4055?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-ZXZlbnRtZXNoLXJ1bnRpbWUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2V2ZW50bWVzaC9ydW50aW1lL3V0aWwvQmFubmVyVXRpbC5qYXZh) | `88.88% <0.00%> (-2.54%)` | :arrow_down: |
   | [...ache/eventmesh/trace/api/AbstractTraceService.java](https://app.codecov.io/gh/apache/eventmesh/pull/4055?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-ZXZlbnRtZXNoLXRyYWNlLXBsdWdpbi9ldmVudG1lc2gtdHJhY2UtYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9ldmVudG1lc2gvdHJhY2UvYXBpL0Fic3RyYWN0VHJhY2VTZXJ2aWNlLmphdmE=) | `0.00% <0.00%> (ø)` | |
   | [...mesh/trace/api/common/EventMeshTraceConstants.java](https://app.codecov.io/gh/apache/eventmesh/pull/4055?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-ZXZlbnRtZXNoLXRyYWNlLXBsdWdpbi9ldmVudG1lc2gtdHJhY2UtYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9ldmVudG1lc2gvdHJhY2UvYXBpL2NvbW1vbi9FdmVudE1lc2hUcmFjZUNvbnN0YW50cy5qYXZh) | `0.00% <ø> (ø)` | |
   | [...tmesh/trace/pinpoint/common/PinpointConstants.java](https://app.codecov.io/gh/apache/eventmesh/pull/4055?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-ZXZlbnRtZXNoLXRyYWNlLXBsdWdpbi9ldmVudG1lc2gtdHJhY2UtcGlucG9pbnQvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2V2ZW50bWVzaC90cmFjZS9waW5wb2ludC9jb21tb24vUGlucG9pbnRDb25zdGFudHMuamF2YQ==) | `0.00% <ø> (ø)` | |
   | [...eventmesh/trace/zipkin/common/ZipkinConstants.java](https://app.codecov.io/gh/apache/eventmesh/pull/4055?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-ZXZlbnRtZXNoLXRyYWNlLXBsdWdpbi9ldmVudG1lc2gtdHJhY2Utemlwa2luL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9ldmVudG1lc2gvdHJhY2Uvemlwa2luL2NvbW1vbi9aaXBraW5Db25zdGFudHMuamF2YQ==) | `0.00% <ø> (ø)` | |
   | ... and [8 more](https://app.codecov.io/gh/apache/eventmesh/pull/4055?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | |
   
   ... and [9 files with indirect coverage changes](https://app.codecov.io/gh/apache/eventmesh/pull/4055/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
   
   :mega: We’re building smart automated test selection to slash your CI/CD build times. [Learn more](https://about.codecov.io/iterative-testing/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@eventmesh.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


Re: [PR] [ISSUE #4052] Implement the functionality of EventMeshVersion class. (eventmesh)

Posted by "pandaapo (via GitHub)" <gi...@apache.org>.
pandaapo commented on PR #4055:
URL: https://github.com/apache/eventmesh/pull/4055#issuecomment-2053537435

   > > I mean if the point in time is the last activity for this pr/issue then it won't get the 60/90-day result.
   > 
   > `60/90` is a preset text. Since bot is recently enabled, it will actually detect threads **>=** `60/90` days old.
   
   So for all PRs/issues that are >= 60/90 days old, how does this bot selectively mark them as 'stale' instead of marking most of them at once?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@eventmesh.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


Re: [PR] [ISSUE #4052] Implement the functionality of EventMeshVersion class. (eventmesh)

Posted by "pandaapo (via GitHub)" <gi...@apache.org>.
pandaapo commented on PR #4055:
URL: https://github.com/apache/eventmesh/pull/4055#issuecomment-2053339299

   A question unrelated to the PR content: from which point in time does this bot calculate the 60-day period for PRs and the 90-day period for issues?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@eventmesh.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


Re: [PR] [ISSUE #4052] Implement the functionality of EventMeshVersion class. (eventmesh)

Posted by "codecov-commenter (via GitHub)" <gi...@apache.org>.
codecov-commenter commented on PR #4055:
URL: https://github.com/apache/eventmesh/pull/4055#issuecomment-2052266331

   ## [Codecov](https://app.codecov.io/gh/apache/eventmesh/pull/4055?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) Report
   Attention: Patch coverage is `37.80488%` with `102 lines` in your changes are missing coverage. Please review.
   > Project coverage is 14.25%. Comparing base [(`ae961bf`)](https://app.codecov.io/gh/apache/eventmesh/commit/ae961bff7a5918a25ab49533f56e821f7ca910fa?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) to head [(`4c28834`)](https://app.codecov.io/gh/apache/eventmesh/pull/4055?dropdown=coverage&src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache).
   > Report is 410 commits behind head on master.
   
   > :exclamation: Current head 4c28834 differs from pull request most recent head d5b7abd. Consider uploading reports for the commit d5b7abd to get more accurate results
   
   | [Files](https://app.codecov.io/gh/apache/eventmesh/pull/4055?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Patch % | Lines |
   |---|---|---|
   | [...ache/eventmesh/trace/api/AbstractTraceService.java](https://app.codecov.io/gh/apache/eventmesh/pull/4055?src=pr&el=tree&filepath=eventmesh-trace-plugin%2Feventmesh-trace-api%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Feventmesh%2Ftrace%2Fapi%2FAbstractTraceService.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-ZXZlbnRtZXNoLXRyYWNlLXBsdWdpbi9ldmVudG1lc2gtdHJhY2UtYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9ldmVudG1lc2gvdHJhY2UvYXBpL0Fic3RyYWN0VHJhY2VTZXJ2aWNlLmphdmE=) | 0.00% | [43 Missing :warning: ](https://app.codecov.io/gh/apache/eventmesh/pull/4055?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) |
   | [.../eventmesh/runtime/constants/EventMeshVersion.java](https://app.codecov.io/gh/apache/eventmesh/pull/4055?src=pr&el=tree&filepath=eventmesh-runtime%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Feventmesh%2Fruntime%2Fconstants%2FEventMeshVersion.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-ZXZlbnRtZXNoLXJ1bnRpbWUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2V2ZW50bWVzaC9ydW50aW1lL2NvbnN0YW50cy9FdmVudE1lc2hWZXJzaW9uLmphdmE=) | 40.32% | [30 Missing and 7 partials :warning: ](https://app.codecov.io/gh/apache/eventmesh/pull/4055?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) |
   | [...rg/apache/eventmesh/common/utils/ReflectUtils.java](https://app.codecov.io/gh/apache/eventmesh/pull/4055?src=pr&el=tree&filepath=eventmesh-common%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Feventmesh%2Fcommon%2Futils%2FReflectUtils.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-ZXZlbnRtZXNoLWNvbW1vbi9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvZXZlbnRtZXNoL2NvbW1vbi91dGlscy9SZWZsZWN0VXRpbHMuamF2YQ==) | 0.00% | [10 Missing :warning: ](https://app.codecov.io/gh/apache/eventmesh/pull/4055?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) |
   | [.../apache/eventmesh/common/config/ConfigService.java](https://app.codecov.io/gh/apache/eventmesh/pull/4055?src=pr&el=tree&filepath=eventmesh-common%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Feventmesh%2Fcommon%2Fconfig%2FConfigService.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-ZXZlbnRtZXNoLWNvbW1vbi9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvZXZlbnRtZXNoL2NvbW1vbi9jb25maWcvQ29uZmlnU2VydmljZS5qYXZh) | 0.00% | [7 Missing :warning: ](https://app.codecov.io/gh/apache/eventmesh/pull/4055?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) |
   | [.../eventmesh/admin/rocketmq/util/RequestMapping.java](https://app.codecov.io/gh/apache/eventmesh/pull/4055?src=pr&el=tree&filepath=eventmesh-admin%2Feventmesh-admin-rocketmq%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Feventmesh%2Fadmin%2Frocketmq%2Futil%2FRequestMapping.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-ZXZlbnRtZXNoLWFkbWluL2V2ZW50bWVzaC1hZG1pbi1yb2NrZXRtcS9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvZXZlbnRtZXNoL2FkbWluL3JvY2tldG1xL3V0aWwvUmVxdWVzdE1hcHBpbmcuamF2YQ==) | 80.00% | [0 Missing and 1 partial :warning: ](https://app.codecov.io/gh/apache/eventmesh/pull/4055?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) |
   | [...e/admin/handler/QueryWebHookConfigByIdHandler.java](https://app.codecov.io/gh/apache/eventmesh/pull/4055?src=pr&el=tree&filepath=eventmesh-runtime%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Feventmesh%2Fruntime%2Fadmin%2Fhandler%2FQueryWebHookConfigByIdHandler.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-ZXZlbnRtZXNoLXJ1bnRpbWUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2V2ZW50bWVzaC9ydW50aW1lL2FkbWluL2hhbmRsZXIvUXVlcnlXZWJIb29rQ29uZmlnQnlJZEhhbmRsZXIuamF2YQ==) | 0.00% | [1 Missing :warning: ](https://app.codecov.io/gh/apache/eventmesh/pull/4055?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) |
   | [...ndler/QueryWebHookConfigByManufacturerHandler.java](https://app.codecov.io/gh/apache/eventmesh/pull/4055?src=pr&el=tree&filepath=eventmesh-runtime%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Feventmesh%2Fruntime%2Fadmin%2Fhandler%2FQueryWebHookConfigByManufacturerHandler.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-ZXZlbnRtZXNoLXJ1bnRpbWUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2V2ZW50bWVzaC9ydW50aW1lL2FkbWluL2hhbmRsZXIvUXVlcnlXZWJIb29rQ29uZmlnQnlNYW51ZmFjdHVyZXJIYW5kbGVyLmphdmE=) | 0.00% | [1 Missing :warning: ](https://app.codecov.io/gh/apache/eventmesh/pull/4055?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) |
   | [.../protocol/tcp/client/task/MessageTransferTask.java](https://app.codecov.io/gh/apache/eventmesh/pull/4055?src=pr&el=tree&filepath=eventmesh-runtime%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Feventmesh%2Fruntime%2Fcore%2Fprotocol%2Ftcp%2Fclient%2Ftask%2FMessageTransferTask.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-ZXZlbnRtZXNoLXJ1bnRpbWUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2V2ZW50bWVzaC9ydW50aW1lL2NvcmUvcHJvdG9jb2wvdGNwL2NsaWVudC90YXNrL01lc3NhZ2VUcmFuc2ZlclRhc2suamF2YQ==) | 0.00% | [1 Missing :warning: ](https://app.codecov.io/gh/apache/eventmesh/pull/4055?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) |
   | [.../org/apache/eventmesh/runtime/util/BannerUtil.java](https://app.codecov.io/gh/apache/eventmesh/pull/4055?src=pr&el=tree&filepath=eventmesh-runtime%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Feventmesh%2Fruntime%2Futil%2FBannerUtil.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-ZXZlbnRtZXNoLXJ1bnRpbWUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2V2ZW50bWVzaC9ydW50aW1lL3V0aWwvQmFubmVyVXRpbC5qYXZh) | 0.00% | [0 Missing and 1 partial :warning: ](https://app.codecov.io/gh/apache/eventmesh/pull/4055?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) |
   
   <details><summary>Additional details and impacted files</summary>
   
   
   ```diff
   @@            Coverage Diff            @@
   ##             master    #4055   +/-   ##
   =========================================
     Coverage     14.25%   14.25%           
   - Complexity     1320     1331   +11     
   =========================================
     Files           579      580    +1     
     Lines         28945    28911   -34     
     Branches       2791     2801   +10     
   =========================================
   - Hits           4125     4121    -4     
   + Misses        24428    24392   -36     
   - Partials        392      398    +6     
   ```
   
   
   
   </details>
   
   [:umbrella: View full report in Codecov by Sentry](https://app.codecov.io/gh/apache/eventmesh/pull/4055?dropdown=coverage&src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache).   
   :loudspeaker: Have feedback on the report? [Share it here](https://about.codecov.io/codecov-pr-comment-feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@eventmesh.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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