You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2022/03/22 08:04:08 UTC

[GitHub] [dubbo] guohao opened a new pull request #9822: [3.0 Triple] Support native stub generator

guohao opened a new pull request #9822:
URL: https://github.com/apache/dubbo/pull/9822


   ## What is the purpose of the change
   See https://github.com/apache/dubbo/issues/8969
   
   > There is no lion in the way for polyglot and heterogeneous systems' communications with triple and protobuf!
   
   - Native sync / future / callback  programming paradigms support.
   - Unary / Bi-directional Streaming/ Server Streaming/ Client Streaming support.
   - Univsesal exception handler with code and description.
   
   ## Brief changelog
   - Add `Dubbo3TripleGenerator` to generate triple stub.
   - IDL: Support `java_package` option and upper case method name.
   - Adapt `Health` service to stub.
   - Abstract `MethodDescriptor` and `ServiceDescriptor` for both `reflection` and `stub` style support.
   - Provide `DeadlineFuture` for unary timeout specified call.
   
   ## Verifying this change
   
   Demo and tests are here https://github.com/apache/dubbo-samples/pull/425
   1. Start `dubbo-samples-triple/src/main/java/org/apache/dubbo/sample/tri/TriGrpcProvider.java`
   2. Start `dubbo-samples-triple/src/test/java/org/apache/dubbo/sample/tri/TriPbStubConsumerTest.java`.
   
   <!-- Follow this checklist to help us incorporate your contribution quickly and easily: -->
   
   ## Checklist
   - [x] Make sure there is a [GitHub_issue](https://github.com/apache/dubbo/issues) field for the change (usually before you start working on it). Trivial changes like typos do not require a GitHub issue. Your pull request should address just this issue, without pulling in other changes - one PR resolves one issue.
   - [x] Each commit in the pull request should have a meaningful subject line and body.
   - [x] Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
   - [x] Check if is necessary to patch to Dubbo 3 if you are work on Dubbo 2.7
   - [x] Write necessary unit-test to verify your logic correction, more mock a little better when cross module dependency exist. If the new feature or significant change is committed, please remember to add sample in [dubbo samples](https://github.com/apache/dubbo-samples) project.
   - [x] Add some description to [dubbo-website](https://github.com/apache/dubbo-website) project if you are requesting to add a feature.
   - [x] GitHub Actions works fine on your own branch.
   - [x] If this contribution is large, please follow the [Software Donation Guide](https://github.com/apache/dubbo/wiki/Software-donation-guide).
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] codecov-commenter edited a comment on pull request #9822: [3.0 Triple] Support native stub generator

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #9822:
URL: https://github.com/apache/dubbo/pull/9822#issuecomment-1075081726


   # [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#9822](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (80a5e8e) into [3.0](https://codecov.io/gh/apache/dubbo/commit/6eaf0953808155d1812b3c98e7f2706fea5dcc62?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (6eaf095) will **decrease** coverage by `0.57%`.
   > The diff coverage is `61.81%`.
   
   ```diff
   @@             Coverage Diff              @@
   ##                3.0    #9822      +/-   ##
   ============================================
   - Coverage     65.61%   65.03%   -0.58%     
   + Complexity      320      296      -24     
   ============================================
     Files          1208     1213       +5     
     Lines         52545    52784     +239     
     Branches       7972     7981       +9     
   ============================================
   - Hits          34476    34327     -149     
   - Misses        14323    14657     +334     
   - Partials       3746     3800      +54     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...apache/dubbo/common/constants/CommonConstants.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tY29tbW9uL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9jb21tb24vY29uc3RhbnRzL0NvbW1vbkNvbnN0YW50cy5qYXZh) | `100.00% <ø> (ø)` | |
   | [...moting/api/MultiplexProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvTXVsdGlwbGV4UHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `100.00% <ø> (ø)` | |
   | [.../remoting/api/SingleProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvU2luZ2xlUHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `61.53% <ø> (ø)` | |
   | [...g/apache/dubbo/rpc/protocol/tri/ClassLoadUtil.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvQ2xhc3NMb2FkVXRpbC5qYXZh) | `33.33% <ø> (ø)` | |
   | [.../apache/dubbo/rpc/protocol/tri/TripleConstant.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvVHJpcGxlQ29uc3RhbnQuamF2YQ==) | `66.66% <ø> (+2.38%)` | :arrow_up: |
   | [...bbo/rpc/protocol/tri/command/DataQueueCommand.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tbWFuZC9EYXRhUXVldWVDb21tYW5kLmphdmE=) | `75.00% <ø> (+4.41%)` | :arrow_up: |
   | [.../dubbo/rpc/protocol/tri/compressor/Compressor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tcHJlc3Nvci9Db21wcmVzc29yLmphdmE=) | `33.33% <ø> (+23.33%)` | :arrow_up: |
   | [...ubbo/rpc/protocol/tri/compressor/DeCompressor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tcHJlc3Nvci9EZUNvbXByZXNzb3IuamF2YQ==) | `16.66% <ø> (+6.66%)` | :arrow_up: |
   | [...pache/dubbo/rpc/protocol/tri/frame/TriDecoder.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvZnJhbWUvVHJpRGVjb2Rlci5qYXZh) | `81.35% <0.00%> (-2.86%)` | :arrow_down: |
   | [...ocol/tri/observer/ClientCallToObserverAdapter.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvb2JzZXJ2ZXIvQ2xpZW50Q2FsbFRvT2JzZXJ2ZXJBZGFwdGVyLmphdmE=) | `32.00% <0.00%> (-14.16%)` | :arrow_down: |
   | ... and [164 more](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [6eaf095...80a5e8e](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] codecov-commenter edited a comment on pull request #9822: [3.0 Triple] Support native stub generator

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #9822:
URL: https://github.com/apache/dubbo/pull/9822#issuecomment-1075081726


   # [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#9822](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (7d0f45b) into [3.0](https://codecov.io/gh/apache/dubbo/commit/6eaf0953808155d1812b3c98e7f2706fea5dcc62?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (6eaf095) will **increase** coverage by `0.01%`.
   > The diff coverage is `64.93%`.
   
   ```diff
   @@             Coverage Diff              @@
   ##                3.0    #9822      +/-   ##
   ============================================
   + Coverage     65.61%   65.62%   +0.01%     
   + Complexity      320      319       -1     
   ============================================
     Files          1208     1212       +4     
     Lines         52545    52786     +241     
     Branches       7972     8004      +32     
   ============================================
   + Hits          34476    34643     +167     
   - Misses        14323    14346      +23     
   - Partials       3746     3797      +51     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...apache/dubbo/common/constants/CommonConstants.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tY29tbW9uL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9jb21tb24vY29uc3RhbnRzL0NvbW1vbkNvbnN0YW50cy5qYXZh) | `100.00% <ø> (ø)` | |
   | [...moting/api/MultiplexProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvTXVsdGlwbGV4UHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `100.00% <ø> (ø)` | |
   | [.../remoting/api/SingleProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvU2luZ2xlUHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `61.53% <ø> (ø)` | |
   | [...g/apache/dubbo/rpc/protocol/tri/ClassLoadUtil.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvQ2xhc3NMb2FkVXRpbC5qYXZh) | `33.33% <ø> (ø)` | |
   | [.../apache/dubbo/rpc/protocol/tri/TripleConstant.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvVHJpcGxlQ29uc3RhbnQuamF2YQ==) | `66.66% <ø> (+2.38%)` | :arrow_up: |
   | [...bbo/rpc/protocol/tri/command/DataQueueCommand.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tbWFuZC9EYXRhUXVldWVDb21tYW5kLmphdmE=) | `75.00% <ø> (+4.41%)` | :arrow_up: |
   | [.../dubbo/rpc/protocol/tri/compressor/Compressor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tcHJlc3Nvci9Db21wcmVzc29yLmphdmE=) | `33.33% <ø> (+23.33%)` | :arrow_up: |
   | [...ubbo/rpc/protocol/tri/compressor/DeCompressor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tcHJlc3Nvci9EZUNvbXByZXNzb3IuamF2YQ==) | `16.66% <ø> (+6.66%)` | :arrow_up: |
   | [...pache/dubbo/rpc/protocol/tri/frame/TriDecoder.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvZnJhbWUvVHJpRGVjb2Rlci5qYXZh) | `81.35% <0.00%> (-2.86%)` | :arrow_down: |
   | [...ocol/tri/observer/ClientCallToObserverAdapter.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvb2JzZXJ2ZXIvQ2xpZW50Q2FsbFRvT2JzZXJ2ZXJBZGFwdGVyLmphdmE=) | `32.00% <0.00%> (-14.16%)` | :arrow_down: |
   | ... and [143 more](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [6eaf095...7d0f45b](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] codecov-commenter edited a comment on pull request #9822: [3.0 Triple] Support native stub generator

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #9822:
URL: https://github.com/apache/dubbo/pull/9822#issuecomment-1075081726


   # [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#9822](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (adce4ca) into [3.0](https://codecov.io/gh/apache/dubbo/commit/6eaf0953808155d1812b3c98e7f2706fea5dcc62?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (6eaf095) will **decrease** coverage by `0.87%`.
   > The diff coverage is `54.27%`.
   
   ```diff
   @@             Coverage Diff              @@
   ##                3.0    #9822      +/-   ##
   ============================================
   - Coverage     65.61%   64.74%   -0.88%     
   + Complexity      320      296      -24     
   ============================================
     Files          1208     1213       +5     
     Lines         52545    52805     +260     
     Branches       7972     7987      +15     
   ============================================
   - Hits          34476    34186     -290     
   - Misses        14323    14833     +510     
   - Partials       3746     3786      +40     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...apache/dubbo/common/constants/CommonConstants.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tY29tbW9uL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9jb21tb24vY29uc3RhbnRzL0NvbW1vbkNvbnN0YW50cy5qYXZh) | `100.00% <ø> (ø)` | |
   | [...moting/api/MultiplexProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvTXVsdGlwbGV4UHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `100.00% <ø> (ø)` | |
   | [.../remoting/api/SingleProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvU2luZ2xlUHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `61.53% <ø> (ø)` | |
   | [...g/apache/dubbo/rpc/stub/BiStreamMethodHandler.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy1hcGkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9zdHViL0JpU3RyZWFtTWV0aG9kSGFuZGxlci5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [...apache/dubbo/rpc/stub/FutureToObserverAdaptor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy1hcGkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9zdHViL0Z1dHVyZVRvT2JzZXJ2ZXJBZGFwdG9yLmphdmE=) | `0.00% <0.00%> (ø)` | |
   | [...g/apache/dubbo/rpc/protocol/tri/ClassLoadUtil.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvQ2xhc3NMb2FkVXRpbC5qYXZh) | `33.33% <ø> (ø)` | |
   | [...va/org/apache/dubbo/rpc/protocol/tri/PbUnpack.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvUGJVbnBhY2suamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [.../apache/dubbo/rpc/protocol/tri/TripleConstant.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvVHJpcGxlQ29uc3RhbnQuamF2YQ==) | `66.66% <ø> (+2.38%)` | :arrow_up: |
   | [...he/dubbo/rpc/protocol/tri/call/StubServerCall.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY2FsbC9TdHViU2VydmVyQ2FsbC5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [...bbo/rpc/protocol/tri/command/DataQueueCommand.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tbWFuZC9EYXRhUXVldWVDb21tYW5kLmphdmE=) | `75.00% <ø> (+4.41%)` | :arrow_up: |
   | ... and [154 more](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [6eaf095...adce4ca](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] codecov-commenter edited a comment on pull request #9822: [3.0 Triple] Support native stub generator

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #9822:
URL: https://github.com/apache/dubbo/pull/9822#issuecomment-1075081726


   # [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#9822](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (910d53c) into [3.0](https://codecov.io/gh/apache/dubbo/commit/6eaf0953808155d1812b3c98e7f2706fea5dcc62?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (6eaf095) will **decrease** coverage by `0.51%`.
   > The diff coverage is `51.88%`.
   
   ```diff
   @@             Coverage Diff              @@
   ##                3.0    #9822      +/-   ##
   ============================================
   - Coverage     65.61%   65.09%   -0.52%     
   + Complexity      320      297      -23     
   ============================================
     Files          1208     1213       +5     
     Lines         52545    52806     +261     
     Branches       7972     8009      +37     
   ============================================
   - Hits          34476    34375     -101     
   - Misses        14323    14655     +332     
   - Partials       3746     3776      +30     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...apache/dubbo/common/constants/CommonConstants.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tY29tbW9uL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9jb21tb24vY29uc3RhbnRzL0NvbW1vbkNvbnN0YW50cy5qYXZh) | `100.00% <ø> (ø)` | |
   | [...bo/rpc/service/ServiceDescriptorInternalCache.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tY29tbW9uL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9ycGMvc2VydmljZS9TZXJ2aWNlRGVzY3JpcHRvckludGVybmFsQ2FjaGUuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...moting/api/MultiplexProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvTXVsdGlwbGV4UHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `100.00% <ø> (ø)` | |
   | [.../remoting/api/SingleProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvU2luZ2xlUHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `61.53% <ø> (ø)` | |
   | [.../java/org/apache/dubbo/rpc/StatusRpcException.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy1hcGkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9TdGF0dXNScGNFeGNlcHRpb24uamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...g/apache/dubbo/rpc/stub/BiStreamMethodHandler.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy1hcGkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9zdHViL0JpU3RyZWFtTWV0aG9kSGFuZGxlci5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [...apache/dubbo/rpc/stub/FutureToObserverAdaptor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy1hcGkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9zdHViL0Z1dHVyZVRvT2JzZXJ2ZXJBZGFwdG9yLmphdmE=) | `0.00% <0.00%> (ø)` | |
   | [.../org/apache/dubbo/rpc/stub/StubInvocationUtil.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy1hcGkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9zdHViL1N0dWJJbnZvY2F0aW9uVXRpbC5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [...g/apache/dubbo/rpc/protocol/tri/ClassLoadUtil.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvQ2xhc3NMb2FkVXRpbC5qYXZh) | `33.33% <ø> (ø)` | |
   | [...va/org/apache/dubbo/rpc/protocol/tri/PbUnpack.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvUGJVbnBhY2suamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | ... and [119 more](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [6eaf095...910d53c](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] codecov-commenter edited a comment on pull request #9822: [3.0 Triple] Support native stub generator

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #9822:
URL: https://github.com/apache/dubbo/pull/9822#issuecomment-1075081726


   # [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#9822](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (31a3e28) into [3.0](https://codecov.io/gh/apache/dubbo/commit/6eaf0953808155d1812b3c98e7f2706fea5dcc62?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (6eaf095) will **increase** coverage by `0.16%`.
   > The diff coverage is `65.11%`.
   
   ```diff
   @@             Coverage Diff              @@
   ##                3.0    #9822      +/-   ##
   ============================================
   + Coverage     65.61%   65.78%   +0.16%     
   + Complexity      320      297      -23     
   ============================================
     Files          1208     1212       +4     
     Lines         52545    52799     +254     
     Branches       7972     8006      +34     
   ============================================
   + Hits          34476    34732     +256     
   + Misses        14323    14292      -31     
   - Partials       3746     3775      +29     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...apache/dubbo/common/constants/CommonConstants.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tY29tbW9uL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9jb21tb24vY29uc3RhbnRzL0NvbW1vbkNvbnN0YW50cy5qYXZh) | `100.00% <ø> (ø)` | |
   | [...moting/api/MultiplexProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvTXVsdGlwbGV4UHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `100.00% <ø> (ø)` | |
   | [.../remoting/api/SingleProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvU2luZ2xlUHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `84.61% <ø> (+23.07%)` | :arrow_up: |
   | [...g/apache/dubbo/rpc/protocol/tri/ClassLoadUtil.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvQ2xhc3NMb2FkVXRpbC5qYXZh) | `33.33% <ø> (ø)` | |
   | [.../apache/dubbo/rpc/protocol/tri/TripleConstant.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvVHJpcGxlQ29uc3RhbnQuamF2YQ==) | `66.66% <ø> (+2.38%)` | :arrow_up: |
   | [...bbo/rpc/protocol/tri/command/DataQueueCommand.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tbWFuZC9EYXRhUXVldWVDb21tYW5kLmphdmE=) | `75.00% <ø> (+4.41%)` | :arrow_up: |
   | [.../dubbo/rpc/protocol/tri/compressor/Compressor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tcHJlc3Nvci9Db21wcmVzc29yLmphdmE=) | `33.33% <ø> (+23.33%)` | :arrow_up: |
   | [...ubbo/rpc/protocol/tri/compressor/DeCompressor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tcHJlc3Nvci9EZUNvbXByZXNzb3IuamF2YQ==) | `16.66% <ø> (+6.66%)` | :arrow_up: |
   | [...pache/dubbo/rpc/protocol/tri/frame/TriDecoder.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvZnJhbWUvVHJpRGVjb2Rlci5qYXZh) | `81.35% <0.00%> (-2.86%)` | :arrow_down: |
   | [...ocol/tri/observer/ClientCallToObserverAdapter.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvb2JzZXJ2ZXIvQ2xpZW50Q2FsbFRvT2JzZXJ2ZXJBZGFwdGVyLmphdmE=) | `32.00% <0.00%> (-14.16%)` | :arrow_down: |
   | ... and [138 more](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [6eaf095...31a3e28](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] EarthChen commented on a change in pull request #9822: [3.0 Triple] Support native stub generator

Posted by GitBox <gi...@apache.org>.
EarthChen commented on a change in pull request #9822:
URL: https://github.com/apache/dubbo/pull/9822#discussion_r835749485



##########
File path: dubbo-common/src/main/java/org/apache/dubbo/rpc/model/PackableMethod.java
##########
@@ -0,0 +1,56 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.apache.dubbo.rpc.model;
+
+import java.io.IOException;
+
+public interface PackableMethod {

Review comment:
       Add some comment...




-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] codecov-commenter edited a comment on pull request #9822: [3.0 Triple] Support native stub generator

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #9822:
URL: https://github.com/apache/dubbo/pull/9822#issuecomment-1075081726


   # [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#9822](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (910d53c) into [3.0](https://codecov.io/gh/apache/dubbo/commit/6eaf0953808155d1812b3c98e7f2706fea5dcc62?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (6eaf095) will **decrease** coverage by `0.53%`.
   > The diff coverage is `51.78%`.
   
   ```diff
   @@             Coverage Diff              @@
   ##                3.0    #9822      +/-   ##
   ============================================
   - Coverage     65.61%   65.07%   -0.54%     
   + Complexity      320      296      -24     
   ============================================
     Files          1208     1213       +5     
     Lines         52545    52799     +254     
     Branches       7972     7987      +15     
   ============================================
   - Hits          34476    34360     -116     
   - Misses        14323    14657     +334     
   - Partials       3746     3782      +36     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...apache/dubbo/common/constants/CommonConstants.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tY29tbW9uL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9jb21tb24vY29uc3RhbnRzL0NvbW1vbkNvbnN0YW50cy5qYXZh) | `100.00% <ø> (ø)` | |
   | [...bo/rpc/service/ServiceDescriptorInternalCache.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tY29tbW9uL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9ycGMvc2VydmljZS9TZXJ2aWNlRGVzY3JpcHRvckludGVybmFsQ2FjaGUuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...moting/api/MultiplexProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvTXVsdGlwbGV4UHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `100.00% <ø> (ø)` | |
   | [.../remoting/api/SingleProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvU2luZ2xlUHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `61.53% <ø> (ø)` | |
   | [.../java/org/apache/dubbo/rpc/StatusRpcException.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy1hcGkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9TdGF0dXNScGNFeGNlcHRpb24uamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...g/apache/dubbo/rpc/stub/BiStreamMethodHandler.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy1hcGkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9zdHViL0JpU3RyZWFtTWV0aG9kSGFuZGxlci5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [...apache/dubbo/rpc/stub/FutureToObserverAdaptor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy1hcGkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9zdHViL0Z1dHVyZVRvT2JzZXJ2ZXJBZGFwdG9yLmphdmE=) | `0.00% <0.00%> (ø)` | |
   | [.../org/apache/dubbo/rpc/stub/StubInvocationUtil.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy1hcGkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9zdHViL1N0dWJJbnZvY2F0aW9uVXRpbC5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [...g/apache/dubbo/rpc/protocol/tri/ClassLoadUtil.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvQ2xhc3NMb2FkVXRpbC5qYXZh) | `33.33% <ø> (ø)` | |
   | [...va/org/apache/dubbo/rpc/protocol/tri/PbUnpack.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvUGJVbnBhY2suamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | ... and [127 more](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [6eaf095...910d53c](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] codecov-commenter edited a comment on pull request #9822: [3.0 Triple] Support native stub generator

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #9822:
URL: https://github.com/apache/dubbo/pull/9822#issuecomment-1075081726


   # [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#9822](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (910d53c) into [3.0](https://codecov.io/gh/apache/dubbo/commit/6eaf0953808155d1812b3c98e7f2706fea5dcc62?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (6eaf095) will **decrease** coverage by `0.36%`.
   > The diff coverage is `52.76%`.
   
   ```diff
   @@             Coverage Diff              @@
   ##                3.0    #9822      +/-   ##
   ============================================
   - Coverage     65.61%   65.24%   -0.37%     
   + Complexity      320      297      -23     
   ============================================
     Files          1208     1213       +5     
     Lines         52545    52806     +261     
     Branches       7972     8009      +37     
   ============================================
   - Hits          34476    34452      -24     
   - Misses        14323    14591     +268     
   - Partials       3746     3763      +17     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...apache/dubbo/common/constants/CommonConstants.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tY29tbW9uL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9jb21tb24vY29uc3RhbnRzL0NvbW1vbkNvbnN0YW50cy5qYXZh) | `100.00% <ø> (ø)` | |
   | [...bo/rpc/service/ServiceDescriptorInternalCache.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tY29tbW9uL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9ycGMvc2VydmljZS9TZXJ2aWNlRGVzY3JpcHRvckludGVybmFsQ2FjaGUuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...moting/api/MultiplexProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvTXVsdGlwbGV4UHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `100.00% <ø> (ø)` | |
   | [.../remoting/api/SingleProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvU2luZ2xlUHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `84.61% <ø> (+23.07%)` | :arrow_up: |
   | [.../java/org/apache/dubbo/rpc/StatusRpcException.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy1hcGkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9TdGF0dXNScGNFeGNlcHRpb24uamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...g/apache/dubbo/rpc/stub/BiStreamMethodHandler.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy1hcGkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9zdHViL0JpU3RyZWFtTWV0aG9kSGFuZGxlci5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [...apache/dubbo/rpc/stub/FutureToObserverAdaptor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy1hcGkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9zdHViL0Z1dHVyZVRvT2JzZXJ2ZXJBZGFwdG9yLmphdmE=) | `0.00% <0.00%> (ø)` | |
   | [.../org/apache/dubbo/rpc/stub/StubInvocationUtil.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy1hcGkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9zdHViL1N0dWJJbnZvY2F0aW9uVXRpbC5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [...g/apache/dubbo/rpc/protocol/tri/ClassLoadUtil.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvQ2xhc3NMb2FkVXRpbC5qYXZh) | `33.33% <ø> (ø)` | |
   | [...va/org/apache/dubbo/rpc/protocol/tri/PbUnpack.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvUGJVbnBhY2suamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | ... and [111 more](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [6eaf095...910d53c](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] codecov-commenter edited a comment on pull request #9822: [3.0 Triple] Support native stub generator

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #9822:
URL: https://github.com/apache/dubbo/pull/9822#issuecomment-1075081726


   # [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#9822](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (dc03a3e) into [3.0](https://codecov.io/gh/apache/dubbo/commit/6eaf0953808155d1812b3c98e7f2706fea5dcc62?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (6eaf095) will **decrease** coverage by `0.33%`.
   > The diff coverage is `52.76%`.
   
   ```diff
   @@             Coverage Diff              @@
   ##                3.0    #9822      +/-   ##
   ============================================
   - Coverage     65.61%   65.27%   -0.34%     
   + Complexity      320      319       -1     
   ============================================
     Files          1208     1213       +5     
     Lines         52545    52806     +261     
     Branches       7972     8010      +38     
   ============================================
   - Hits          34476    34470       -6     
   - Misses        14323    14572     +249     
   - Partials       3746     3764      +18     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...apache/dubbo/common/constants/CommonConstants.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tY29tbW9uL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9jb21tb24vY29uc3RhbnRzL0NvbW1vbkNvbnN0YW50cy5qYXZh) | `100.00% <ø> (ø)` | |
   | [...bo/rpc/service/ServiceDescriptorInternalCache.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tY29tbW9uL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9ycGMvc2VydmljZS9TZXJ2aWNlRGVzY3JpcHRvckludGVybmFsQ2FjaGUuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...moting/api/MultiplexProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvTXVsdGlwbGV4UHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `100.00% <ø> (ø)` | |
   | [.../remoting/api/SingleProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvU2luZ2xlUHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `84.61% <ø> (+23.07%)` | :arrow_up: |
   | [.../java/org/apache/dubbo/rpc/StatusRpcException.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy1hcGkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9TdGF0dXNScGNFeGNlcHRpb24uamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...g/apache/dubbo/rpc/stub/BiStreamMethodHandler.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy1hcGkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9zdHViL0JpU3RyZWFtTWV0aG9kSGFuZGxlci5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [...apache/dubbo/rpc/stub/FutureToObserverAdaptor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy1hcGkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9zdHViL0Z1dHVyZVRvT2JzZXJ2ZXJBZGFwdG9yLmphdmE=) | `0.00% <0.00%> (ø)` | |
   | [.../org/apache/dubbo/rpc/stub/StubInvocationUtil.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy1hcGkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9zdHViL1N0dWJJbnZvY2F0aW9uVXRpbC5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [...g/apache/dubbo/rpc/protocol/tri/ClassLoadUtil.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvQ2xhc3NMb2FkVXRpbC5qYXZh) | `33.33% <ø> (ø)` | |
   | [...va/org/apache/dubbo/rpc/protocol/tri/PbUnpack.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvUGJVbnBhY2suamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | ... and [112 more](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [6eaf095...dc03a3e](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] codecov-commenter edited a comment on pull request #9822: [3.0 Triple] Support native stub generator

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #9822:
URL: https://github.com/apache/dubbo/pull/9822#issuecomment-1075081726


   # [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#9822](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (7d0f45b) into [3.0](https://codecov.io/gh/apache/dubbo/commit/6eaf0953808155d1812b3c98e7f2706fea5dcc62?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (6eaf095) will **increase** coverage by `0.02%`.
   > The diff coverage is `64.93%`.
   
   ```diff
   @@             Coverage Diff              @@
   ##                3.0    #9822      +/-   ##
   ============================================
   + Coverage     65.61%   65.63%   +0.02%     
   + Complexity      320      319       -1     
   ============================================
     Files          1208     1212       +4     
     Lines         52545    52786     +241     
     Branches       7972     8004      +32     
   ============================================
   + Hits          34476    34647     +171     
   - Misses        14323    14343      +20     
   - Partials       3746     3796      +50     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...apache/dubbo/common/constants/CommonConstants.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tY29tbW9uL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9jb21tb24vY29uc3RhbnRzL0NvbW1vbkNvbnN0YW50cy5qYXZh) | `100.00% <ø> (ø)` | |
   | [...moting/api/MultiplexProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvTXVsdGlwbGV4UHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `100.00% <ø> (ø)` | |
   | [.../remoting/api/SingleProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvU2luZ2xlUHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `61.53% <ø> (ø)` | |
   | [...g/apache/dubbo/rpc/protocol/tri/ClassLoadUtil.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvQ2xhc3NMb2FkVXRpbC5qYXZh) | `33.33% <ø> (ø)` | |
   | [.../apache/dubbo/rpc/protocol/tri/TripleConstant.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvVHJpcGxlQ29uc3RhbnQuamF2YQ==) | `66.66% <ø> (+2.38%)` | :arrow_up: |
   | [...bbo/rpc/protocol/tri/command/DataQueueCommand.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tbWFuZC9EYXRhUXVldWVDb21tYW5kLmphdmE=) | `75.00% <ø> (+4.41%)` | :arrow_up: |
   | [.../dubbo/rpc/protocol/tri/compressor/Compressor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tcHJlc3Nvci9Db21wcmVzc29yLmphdmE=) | `33.33% <ø> (+23.33%)` | :arrow_up: |
   | [...ubbo/rpc/protocol/tri/compressor/DeCompressor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tcHJlc3Nvci9EZUNvbXByZXNzb3IuamF2YQ==) | `16.66% <ø> (+6.66%)` | :arrow_up: |
   | [...pache/dubbo/rpc/protocol/tri/frame/TriDecoder.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvZnJhbWUvVHJpRGVjb2Rlci5qYXZh) | `81.35% <0.00%> (-2.86%)` | :arrow_down: |
   | [...ocol/tri/observer/ClientCallToObserverAdapter.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvb2JzZXJ2ZXIvQ2xpZW50Q2FsbFRvT2JzZXJ2ZXJBZGFwdGVyLmphdmE=) | `32.00% <0.00%> (-14.16%)` | :arrow_down: |
   | ... and [143 more](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [6eaf095...7d0f45b](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] codecov-commenter edited a comment on pull request #9822: [3.0 Triple] Support native stub generator

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #9822:
URL: https://github.com/apache/dubbo/pull/9822#issuecomment-1075081726


   # [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#9822](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (31a3e28) into [3.0](https://codecov.io/gh/apache/dubbo/commit/6eaf0953808155d1812b3c98e7f2706fea5dcc62?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (6eaf095) will **decrease** coverage by `0.42%`.
   > The diff coverage is `64.86%`.
   
   ```diff
   @@             Coverage Diff              @@
   ##                3.0    #9822      +/-   ##
   ============================================
   - Coverage     65.61%   65.19%   -0.43%     
   + Complexity      320      296      -24     
   ============================================
     Files          1208     1212       +4     
     Lines         52545    52792     +247     
     Branches       7972     7984      +12     
   ============================================
   - Hits          34476    34416      -60     
   - Misses        14323    14574     +251     
   - Partials       3746     3802      +56     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...apache/dubbo/common/constants/CommonConstants.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tY29tbW9uL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9jb21tb24vY29uc3RhbnRzL0NvbW1vbkNvbnN0YW50cy5qYXZh) | `100.00% <ø> (ø)` | |
   | [...moting/api/MultiplexProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvTXVsdGlwbGV4UHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `100.00% <ø> (ø)` | |
   | [.../remoting/api/SingleProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvU2luZ2xlUHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `84.61% <ø> (+23.07%)` | :arrow_up: |
   | [...g/apache/dubbo/rpc/protocol/tri/ClassLoadUtil.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvQ2xhc3NMb2FkVXRpbC5qYXZh) | `33.33% <ø> (ø)` | |
   | [.../apache/dubbo/rpc/protocol/tri/TripleConstant.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvVHJpcGxlQ29uc3RhbnQuamF2YQ==) | `66.66% <ø> (+2.38%)` | :arrow_up: |
   | [...bbo/rpc/protocol/tri/command/DataQueueCommand.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tbWFuZC9EYXRhUXVldWVDb21tYW5kLmphdmE=) | `75.00% <ø> (+4.41%)` | :arrow_up: |
   | [.../dubbo/rpc/protocol/tri/compressor/Compressor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tcHJlc3Nvci9Db21wcmVzc29yLmphdmE=) | `33.33% <ø> (+23.33%)` | :arrow_up: |
   | [...ubbo/rpc/protocol/tri/compressor/DeCompressor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tcHJlc3Nvci9EZUNvbXByZXNzb3IuamF2YQ==) | `16.66% <ø> (+6.66%)` | :arrow_up: |
   | [...pache/dubbo/rpc/protocol/tri/frame/TriDecoder.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvZnJhbWUvVHJpRGVjb2Rlci5qYXZh) | `81.35% <0.00%> (-2.86%)` | :arrow_down: |
   | [...ocol/tri/observer/ClientCallToObserverAdapter.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvb2JzZXJ2ZXIvQ2xpZW50Q2FsbFRvT2JzZXJ2ZXJBZGFwdGVyLmphdmE=) | `32.00% <0.00%> (-14.16%)` | :arrow_down: |
   | ... and [179 more](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [6eaf095...31a3e28](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] codecov-commenter edited a comment on pull request #9822: [3.0 Triple] Support native stub generator

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #9822:
URL: https://github.com/apache/dubbo/pull/9822#issuecomment-1075081726


   # [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#9822](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (b444c9e) into [3.0](https://codecov.io/gh/apache/dubbo/commit/6eaf0953808155d1812b3c98e7f2706fea5dcc62?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (6eaf095) will **decrease** coverage by `0.37%`.
   > The diff coverage is `54.57%`.
   
   > :exclamation: Current head b444c9e differs from pull request most recent head 9b1628f. Consider uploading reports for the commit 9b1628f to get more accurate results
   
   ```diff
   @@             Coverage Diff              @@
   ##                3.0    #9822      +/-   ##
   ============================================
   - Coverage     65.61%   65.23%   -0.38%     
   + Complexity      320      319       -1     
   ============================================
     Files          1208     1213       +5     
     Lines         52545    52807     +262     
     Branches       7972     8010      +38     
   ============================================
   - Hits          34476    34448      -28     
   - Misses        14323    14582     +259     
   - Partials       3746     3777      +31     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...apache/dubbo/common/constants/CommonConstants.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tY29tbW9uL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9jb21tb24vY29uc3RhbnRzL0NvbW1vbkNvbnN0YW50cy5qYXZh) | `100.00% <ø> (ø)` | |
   | [...moting/api/MultiplexProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvTXVsdGlwbGV4UHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `100.00% <ø> (ø)` | |
   | [.../remoting/api/SingleProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvU2luZ2xlUHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `61.53% <ø> (ø)` | |
   | [...g/apache/dubbo/rpc/stub/BiStreamMethodHandler.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy1hcGkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9zdHViL0JpU3RyZWFtTWV0aG9kSGFuZGxlci5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [...apache/dubbo/rpc/stub/FutureToObserverAdaptor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy1hcGkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9zdHViL0Z1dHVyZVRvT2JzZXJ2ZXJBZGFwdG9yLmphdmE=) | `0.00% <0.00%> (ø)` | |
   | [...g/apache/dubbo/rpc/protocol/tri/ClassLoadUtil.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvQ2xhc3NMb2FkVXRpbC5qYXZh) | `33.33% <ø> (ø)` | |
   | [...va/org/apache/dubbo/rpc/protocol/tri/PbUnpack.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvUGJVbnBhY2suamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [.../apache/dubbo/rpc/protocol/tri/TripleConstant.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvVHJpcGxlQ29uc3RhbnQuamF2YQ==) | `66.66% <ø> (+2.38%)` | :arrow_up: |
   | [...he/dubbo/rpc/protocol/tri/call/StubServerCall.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY2FsbC9TdHViU2VydmVyQ2FsbC5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [...bbo/rpc/protocol/tri/command/DataQueueCommand.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tbWFuZC9EYXRhUXVldWVDb21tYW5kLmphdmE=) | `75.00% <ø> (+4.41%)` | :arrow_up: |
   | ... and [112 more](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [6eaf095...9b1628f](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] codecov-commenter edited a comment on pull request #9822: [3.0 Triple] Support native stub generator

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #9822:
URL: https://github.com/apache/dubbo/pull/9822#issuecomment-1075081726


   # [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#9822](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (adce4ca) into [3.0](https://codecov.io/gh/apache/dubbo/commit/6eaf0953808155d1812b3c98e7f2706fea5dcc62?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (6eaf095) will **decrease** coverage by `0.38%`.
   > The diff coverage is `54.57%`.
   
   ```diff
   @@             Coverage Diff              @@
   ##                3.0    #9822      +/-   ##
   ============================================
   - Coverage     65.61%   65.22%   -0.39%     
   + Complexity      320      296      -24     
   ============================================
     Files          1208     1213       +5     
     Lines         52545    52812     +267     
     Branches       7972     8009      +37     
   ============================================
   - Hits          34476    34446      -30     
   - Misses        14323    14590     +267     
   - Partials       3746     3776      +30     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...apache/dubbo/common/constants/CommonConstants.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tY29tbW9uL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9jb21tb24vY29uc3RhbnRzL0NvbW1vbkNvbnN0YW50cy5qYXZh) | `100.00% <ø> (ø)` | |
   | [...moting/api/MultiplexProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvTXVsdGlwbGV4UHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `100.00% <ø> (ø)` | |
   | [.../remoting/api/SingleProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvU2luZ2xlUHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `61.53% <ø> (ø)` | |
   | [...g/apache/dubbo/rpc/stub/BiStreamMethodHandler.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy1hcGkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9zdHViL0JpU3RyZWFtTWV0aG9kSGFuZGxlci5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [...apache/dubbo/rpc/stub/FutureToObserverAdaptor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy1hcGkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9zdHViL0Z1dHVyZVRvT2JzZXJ2ZXJBZGFwdG9yLmphdmE=) | `0.00% <0.00%> (ø)` | |
   | [...g/apache/dubbo/rpc/protocol/tri/ClassLoadUtil.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvQ2xhc3NMb2FkVXRpbC5qYXZh) | `33.33% <ø> (ø)` | |
   | [...va/org/apache/dubbo/rpc/protocol/tri/PbUnpack.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvUGJVbnBhY2suamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [.../apache/dubbo/rpc/protocol/tri/TripleConstant.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvVHJpcGxlQ29uc3RhbnQuamF2YQ==) | `66.66% <ø> (+2.38%)` | :arrow_up: |
   | [...he/dubbo/rpc/protocol/tri/call/StubServerCall.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY2FsbC9TdHViU2VydmVyQ2FsbC5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [...bbo/rpc/protocol/tri/command/DataQueueCommand.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tbWFuZC9EYXRhUXVldWVDb21tYW5kLmphdmE=) | `75.00% <ø> (+4.41%)` | :arrow_up: |
   | ... and [116 more](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [6eaf095...adce4ca](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] codecov-commenter edited a comment on pull request #9822: [3.0 Triple] Support native stub generator

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #9822:
URL: https://github.com/apache/dubbo/pull/9822#issuecomment-1075081726


   # [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#9822](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (910d53c) into [3.0](https://codecov.io/gh/apache/dubbo/commit/6eaf0953808155d1812b3c98e7f2706fea5dcc62?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (6eaf095) will **decrease** coverage by `0.42%`.
   > The diff coverage is `52.76%`.
   
   ```diff
   @@             Coverage Diff              @@
   ##                3.0    #9822      +/-   ##
   ============================================
   - Coverage     65.61%   65.18%   -0.43%     
   + Complexity      320      297      -23     
   ============================================
     Files          1208     1213       +5     
     Lines         52545    52806     +261     
     Branches       7972     8009      +37     
   ============================================
   - Hits          34476    34423      -53     
   - Misses        14323    14616     +293     
   - Partials       3746     3767      +21     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...apache/dubbo/common/constants/CommonConstants.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tY29tbW9uL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9jb21tb24vY29uc3RhbnRzL0NvbW1vbkNvbnN0YW50cy5qYXZh) | `100.00% <ø> (ø)` | |
   | [...bo/rpc/service/ServiceDescriptorInternalCache.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tY29tbW9uL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9ycGMvc2VydmljZS9TZXJ2aWNlRGVzY3JpcHRvckludGVybmFsQ2FjaGUuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...moting/api/MultiplexProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvTXVsdGlwbGV4UHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `100.00% <ø> (ø)` | |
   | [.../remoting/api/SingleProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvU2luZ2xlUHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `61.53% <ø> (ø)` | |
   | [.../java/org/apache/dubbo/rpc/StatusRpcException.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy1hcGkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9TdGF0dXNScGNFeGNlcHRpb24uamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...g/apache/dubbo/rpc/stub/BiStreamMethodHandler.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy1hcGkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9zdHViL0JpU3RyZWFtTWV0aG9kSGFuZGxlci5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [...apache/dubbo/rpc/stub/FutureToObserverAdaptor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy1hcGkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9zdHViL0Z1dHVyZVRvT2JzZXJ2ZXJBZGFwdG9yLmphdmE=) | `0.00% <0.00%> (ø)` | |
   | [.../org/apache/dubbo/rpc/stub/StubInvocationUtil.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy1hcGkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9zdHViL1N0dWJJbnZvY2F0aW9uVXRpbC5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [...g/apache/dubbo/rpc/protocol/tri/ClassLoadUtil.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvQ2xhc3NMb2FkVXRpbC5qYXZh) | `33.33% <ø> (ø)` | |
   | [...va/org/apache/dubbo/rpc/protocol/tri/PbUnpack.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvUGJVbnBhY2suamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | ... and [108 more](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [6eaf095...910d53c](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] codecov-commenter edited a comment on pull request #9822: [3.0 Triple] Support native stub generator

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #9822:
URL: https://github.com/apache/dubbo/pull/9822#issuecomment-1075081726


   # [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#9822](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (b444c9e) into [3.0](https://codecov.io/gh/apache/dubbo/commit/6eaf0953808155d1812b3c98e7f2706fea5dcc62?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (6eaf095) will **decrease** coverage by `0.34%`.
   > The diff coverage is `54.57%`.
   
   > :exclamation: Current head b444c9e differs from pull request most recent head 9b1628f. Consider uploading reports for the commit 9b1628f to get more accurate results
   
   ```diff
   @@             Coverage Diff              @@
   ##                3.0    #9822      +/-   ##
   ============================================
   - Coverage     65.61%   65.26%   -0.35%     
   + Complexity      320      319       -1     
   ============================================
     Files          1208     1213       +5     
     Lines         52545    52807     +262     
     Branches       7972     8010      +38     
   ============================================
   - Hits          34476    34467       -9     
   - Misses        14323    14567     +244     
   - Partials       3746     3773      +27     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...apache/dubbo/common/constants/CommonConstants.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tY29tbW9uL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9jb21tb24vY29uc3RhbnRzL0NvbW1vbkNvbnN0YW50cy5qYXZh) | `100.00% <ø> (ø)` | |
   | [...moting/api/MultiplexProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvTXVsdGlwbGV4UHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `100.00% <ø> (ø)` | |
   | [.../remoting/api/SingleProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvU2luZ2xlUHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `84.61% <ø> (+23.07%)` | :arrow_up: |
   | [...g/apache/dubbo/rpc/stub/BiStreamMethodHandler.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy1hcGkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9zdHViL0JpU3RyZWFtTWV0aG9kSGFuZGxlci5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [...apache/dubbo/rpc/stub/FutureToObserverAdaptor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy1hcGkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9zdHViL0Z1dHVyZVRvT2JzZXJ2ZXJBZGFwdG9yLmphdmE=) | `0.00% <0.00%> (ø)` | |
   | [...g/apache/dubbo/rpc/protocol/tri/ClassLoadUtil.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvQ2xhc3NMb2FkVXRpbC5qYXZh) | `33.33% <ø> (ø)` | |
   | [...va/org/apache/dubbo/rpc/protocol/tri/PbUnpack.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvUGJVbnBhY2suamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [.../apache/dubbo/rpc/protocol/tri/TripleConstant.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvVHJpcGxlQ29uc3RhbnQuamF2YQ==) | `66.66% <ø> (+2.38%)` | :arrow_up: |
   | [...he/dubbo/rpc/protocol/tri/call/StubServerCall.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY2FsbC9TdHViU2VydmVyQ2FsbC5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [...bbo/rpc/protocol/tri/command/DataQueueCommand.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tbWFuZC9EYXRhUXVldWVDb21tYW5kLmphdmE=) | `75.00% <ø> (+4.41%)` | :arrow_up: |
   | ... and [113 more](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [6eaf095...9b1628f](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] codecov-commenter edited a comment on pull request #9822: [3.0 Triple] Support native stub generator

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #9822:
URL: https://github.com/apache/dubbo/pull/9822#issuecomment-1075081726


   # [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#9822](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (7d0f45b) into [3.0](https://codecov.io/gh/apache/dubbo/commit/6eaf0953808155d1812b3c98e7f2706fea5dcc62?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (6eaf095) will **increase** coverage by `0.18%`.
   > The diff coverage is `65.15%`.
   
   ```diff
   @@             Coverage Diff              @@
   ##                3.0    #9822      +/-   ##
   ============================================
   + Coverage     65.61%   65.79%   +0.18%     
     Complexity      320      320              
   ============================================
     Files          1208     1212       +4     
     Lines         52545    52786     +241     
     Branches       7972     8004      +32     
   ============================================
   + Hits          34476    34730     +254     
   + Misses        14323    14276      -47     
   - Partials       3746     3780      +34     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...apache/dubbo/common/constants/CommonConstants.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tY29tbW9uL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9jb21tb24vY29uc3RhbnRzL0NvbW1vbkNvbnN0YW50cy5qYXZh) | `100.00% <ø> (ø)` | |
   | [...moting/api/MultiplexProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvTXVsdGlwbGV4UHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `100.00% <ø> (ø)` | |
   | [.../remoting/api/SingleProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvU2luZ2xlUHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `84.61% <ø> (+23.07%)` | :arrow_up: |
   | [...g/apache/dubbo/rpc/protocol/tri/ClassLoadUtil.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvQ2xhc3NMb2FkVXRpbC5qYXZh) | `33.33% <ø> (ø)` | |
   | [.../apache/dubbo/rpc/protocol/tri/TripleConstant.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvVHJpcGxlQ29uc3RhbnQuamF2YQ==) | `66.66% <ø> (+2.38%)` | :arrow_up: |
   | [...bbo/rpc/protocol/tri/command/DataQueueCommand.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tbWFuZC9EYXRhUXVldWVDb21tYW5kLmphdmE=) | `75.00% <ø> (+4.41%)` | :arrow_up: |
   | [.../dubbo/rpc/protocol/tri/compressor/Compressor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tcHJlc3Nvci9Db21wcmVzc29yLmphdmE=) | `33.33% <ø> (+23.33%)` | :arrow_up: |
   | [...ubbo/rpc/protocol/tri/compressor/DeCompressor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tcHJlc3Nvci9EZUNvbXByZXNzb3IuamF2YQ==) | `16.66% <ø> (+6.66%)` | :arrow_up: |
   | [...pache/dubbo/rpc/protocol/tri/frame/TriDecoder.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvZnJhbWUvVHJpRGVjb2Rlci5qYXZh) | `81.35% <0.00%> (-2.86%)` | :arrow_down: |
   | [...ocol/tri/observer/ClientCallToObserverAdapter.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvb2JzZXJ2ZXIvQ2xpZW50Q2FsbFRvT2JzZXJ2ZXJBZGFwdGVyLmphdmE=) | `32.00% <0.00%> (-14.16%)` | :arrow_down: |
   | ... and [133 more](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [6eaf095...7d0f45b](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] codecov-commenter edited a comment on pull request #9822: [3.0 Triple] Support native stub generator

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #9822:
URL: https://github.com/apache/dubbo/pull/9822#issuecomment-1075081726


   # [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#9822](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (328591c) into [3.0](https://codecov.io/gh/apache/dubbo/commit/6eaf0953808155d1812b3c98e7f2706fea5dcc62?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (6eaf095) will **increase** coverage by `0.16%`.
   > The diff coverage is `65.30%`.
   
   > :exclamation: Current head 328591c differs from pull request most recent head 31a3e28. Consider uploading reports for the commit 31a3e28 to get more accurate results
   
   ```diff
   @@             Coverage Diff              @@
   ##                3.0    #9822      +/-   ##
   ============================================
   + Coverage     65.61%   65.78%   +0.16%     
   + Complexity      320      297      -23     
   ============================================
     Files          1208     1212       +4     
     Lines         52545    52792     +247     
     Branches       7972     8004      +32     
   ============================================
   + Hits          34476    34727     +251     
   + Misses        14323    14287      -36     
   - Partials       3746     3778      +32     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...apache/dubbo/common/constants/CommonConstants.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tY29tbW9uL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9jb21tb24vY29uc3RhbnRzL0NvbW1vbkNvbnN0YW50cy5qYXZh) | `100.00% <ø> (ø)` | |
   | [...moting/api/MultiplexProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvTXVsdGlwbGV4UHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `100.00% <ø> (ø)` | |
   | [.../remoting/api/SingleProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvU2luZ2xlUHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `84.61% <ø> (+23.07%)` | :arrow_up: |
   | [...g/apache/dubbo/rpc/protocol/tri/ClassLoadUtil.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvQ2xhc3NMb2FkVXRpbC5qYXZh) | `33.33% <ø> (ø)` | |
   | [.../apache/dubbo/rpc/protocol/tri/TripleConstant.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvVHJpcGxlQ29uc3RhbnQuamF2YQ==) | `66.66% <ø> (+2.38%)` | :arrow_up: |
   | [...bbo/rpc/protocol/tri/command/DataQueueCommand.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tbWFuZC9EYXRhUXVldWVDb21tYW5kLmphdmE=) | `75.00% <ø> (+4.41%)` | :arrow_up: |
   | [.../dubbo/rpc/protocol/tri/compressor/Compressor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tcHJlc3Nvci9Db21wcmVzc29yLmphdmE=) | `33.33% <ø> (+23.33%)` | :arrow_up: |
   | [...ubbo/rpc/protocol/tri/compressor/DeCompressor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tcHJlc3Nvci9EZUNvbXByZXNzb3IuamF2YQ==) | `16.66% <ø> (+6.66%)` | :arrow_up: |
   | [...pache/dubbo/rpc/protocol/tri/frame/TriDecoder.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvZnJhbWUvVHJpRGVjb2Rlci5qYXZh) | `81.35% <0.00%> (-2.86%)` | :arrow_down: |
   | [...ocol/tri/observer/ClientCallToObserverAdapter.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvb2JzZXJ2ZXIvQ2xpZW50Q2FsbFRvT2JzZXJ2ZXJBZGFwdGVyLmphdmE=) | `32.00% <0.00%> (-14.16%)` | :arrow_down: |
   | ... and [141 more](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [6eaf095...31a3e28](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] codecov-commenter edited a comment on pull request #9822: [3.0 Triple] Support native stub generator

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #9822:
URL: https://github.com/apache/dubbo/pull/9822#issuecomment-1075081726


   # [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#9822](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (31a3e28) into [3.0](https://codecov.io/gh/apache/dubbo/commit/6eaf0953808155d1812b3c98e7f2706fea5dcc62?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (6eaf095) will **increase** coverage by `0.17%`.
   > The diff coverage is `65.11%`.
   
   ```diff
   @@             Coverage Diff              @@
   ##                3.0    #9822      +/-   ##
   ============================================
   + Coverage     65.61%   65.78%   +0.17%     
   + Complexity      320      297      -23     
   ============================================
     Files          1208     1212       +4     
     Lines         52545    52799     +254     
     Branches       7972     8006      +34     
   ============================================
   + Hits          34476    34734     +258     
   + Misses        14323    14290      -33     
   - Partials       3746     3775      +29     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...apache/dubbo/common/constants/CommonConstants.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tY29tbW9uL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9jb21tb24vY29uc3RhbnRzL0NvbW1vbkNvbnN0YW50cy5qYXZh) | `100.00% <ø> (ø)` | |
   | [...moting/api/MultiplexProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvTXVsdGlwbGV4UHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `100.00% <ø> (ø)` | |
   | [.../remoting/api/SingleProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvU2luZ2xlUHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `84.61% <ø> (+23.07%)` | :arrow_up: |
   | [...g/apache/dubbo/rpc/protocol/tri/ClassLoadUtil.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvQ2xhc3NMb2FkVXRpbC5qYXZh) | `33.33% <ø> (ø)` | |
   | [.../apache/dubbo/rpc/protocol/tri/TripleConstant.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvVHJpcGxlQ29uc3RhbnQuamF2YQ==) | `66.66% <ø> (+2.38%)` | :arrow_up: |
   | [...bbo/rpc/protocol/tri/command/DataQueueCommand.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tbWFuZC9EYXRhUXVldWVDb21tYW5kLmphdmE=) | `75.00% <ø> (+4.41%)` | :arrow_up: |
   | [.../dubbo/rpc/protocol/tri/compressor/Compressor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tcHJlc3Nvci9Db21wcmVzc29yLmphdmE=) | `33.33% <ø> (+23.33%)` | :arrow_up: |
   | [...ubbo/rpc/protocol/tri/compressor/DeCompressor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tcHJlc3Nvci9EZUNvbXByZXNzb3IuamF2YQ==) | `16.66% <ø> (+6.66%)` | :arrow_up: |
   | [...pache/dubbo/rpc/protocol/tri/frame/TriDecoder.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvZnJhbWUvVHJpRGVjb2Rlci5qYXZh) | `81.35% <0.00%> (-2.86%)` | :arrow_down: |
   | [...ocol/tri/observer/ClientCallToObserverAdapter.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvb2JzZXJ2ZXIvQ2xpZW50Q2FsbFRvT2JzZXJ2ZXJBZGFwdGVyLmphdmE=) | `32.00% <0.00%> (-14.16%)` | :arrow_down: |
   | ... and [138 more](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [6eaf095...31a3e28](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] guohao merged pull request #9822: [3.0 Triple] Support native stub generator

Posted by GitBox <gi...@apache.org>.
guohao merged pull request #9822:
URL: https://github.com/apache/dubbo/pull/9822


   


-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] codecov-commenter edited a comment on pull request #9822: [3.0 Triple] Support native stub generator

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #9822:
URL: https://github.com/apache/dubbo/pull/9822#issuecomment-1075081726


   # [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#9822](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (adce4ca) into [3.0](https://codecov.io/gh/apache/dubbo/commit/6eaf0953808155d1812b3c98e7f2706fea5dcc62?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (6eaf095) will **decrease** coverage by `0.40%`.
   > The diff coverage is `54.57%`.
   
   ```diff
   @@             Coverage Diff              @@
   ##                3.0    #9822      +/-   ##
   ============================================
   - Coverage     65.61%   65.20%   -0.41%     
   + Complexity      320      296      -24     
   ============================================
     Files          1208     1213       +5     
     Lines         52545    52812     +267     
     Branches       7972     8009      +37     
   ============================================
   - Hits          34476    34438      -38     
   - Misses        14323    14598     +275     
   - Partials       3746     3776      +30     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...apache/dubbo/common/constants/CommonConstants.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tY29tbW9uL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9jb21tb24vY29uc3RhbnRzL0NvbW1vbkNvbnN0YW50cy5qYXZh) | `100.00% <ø> (ø)` | |
   | [...moting/api/MultiplexProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvTXVsdGlwbGV4UHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `100.00% <ø> (ø)` | |
   | [.../remoting/api/SingleProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvU2luZ2xlUHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `61.53% <ø> (ø)` | |
   | [...g/apache/dubbo/rpc/stub/BiStreamMethodHandler.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy1hcGkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9zdHViL0JpU3RyZWFtTWV0aG9kSGFuZGxlci5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [...apache/dubbo/rpc/stub/FutureToObserverAdaptor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy1hcGkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9zdHViL0Z1dHVyZVRvT2JzZXJ2ZXJBZGFwdG9yLmphdmE=) | `0.00% <0.00%> (ø)` | |
   | [...g/apache/dubbo/rpc/protocol/tri/ClassLoadUtil.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvQ2xhc3NMb2FkVXRpbC5qYXZh) | `33.33% <ø> (ø)` | |
   | [...va/org/apache/dubbo/rpc/protocol/tri/PbUnpack.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvUGJVbnBhY2suamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [.../apache/dubbo/rpc/protocol/tri/TripleConstant.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvVHJpcGxlQ29uc3RhbnQuamF2YQ==) | `66.66% <ø> (+2.38%)` | :arrow_up: |
   | [...he/dubbo/rpc/protocol/tri/call/StubServerCall.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY2FsbC9TdHViU2VydmVyQ2FsbC5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [...bbo/rpc/protocol/tri/command/DataQueueCommand.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tbWFuZC9EYXRhUXVldWVDb21tYW5kLmphdmE=) | `75.00% <ø> (+4.41%)` | :arrow_up: |
   | ... and [117 more](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [6eaf095...adce4ca](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] codecov-commenter edited a comment on pull request #9822: [3.0 Triple] Support native stub generator

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #9822:
URL: https://github.com/apache/dubbo/pull/9822#issuecomment-1075081726


   # [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#9822](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (1eda439) into [3.0](https://codecov.io/gh/apache/dubbo/commit/6eaf0953808155d1812b3c98e7f2706fea5dcc62?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (6eaf095) will **decrease** coverage by `0.27%`.
   > The diff coverage is `59.85%`.
   
   ```diff
   @@             Coverage Diff              @@
   ##                3.0    #9822      +/-   ##
   ============================================
   - Coverage     65.61%   65.33%   -0.28%     
   + Complexity      320      319       -1     
   ============================================
     Files          1208     1213       +5     
     Lines         52545    52790     +245     
     Branches       7972     8003      +31     
   ============================================
   + Hits          34476    34491      +15     
   - Misses        14323    14504     +181     
   - Partials       3746     3795      +49     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...apache/dubbo/common/constants/CommonConstants.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tY29tbW9uL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9jb21tb24vY29uc3RhbnRzL0NvbW1vbkNvbnN0YW50cy5qYXZh) | `100.00% <ø> (ø)` | |
   | [...moting/api/MultiplexProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvTXVsdGlwbGV4UHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `100.00% <ø> (ø)` | |
   | [.../remoting/api/SingleProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvU2luZ2xlUHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `84.61% <ø> (+23.07%)` | :arrow_up: |
   | [...g/apache/dubbo/rpc/protocol/tri/ClassLoadUtil.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvQ2xhc3NMb2FkVXRpbC5qYXZh) | `33.33% <ø> (ø)` | |
   | [.../apache/dubbo/rpc/protocol/tri/TripleConstant.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvVHJpcGxlQ29uc3RhbnQuamF2YQ==) | `66.66% <ø> (+2.38%)` | :arrow_up: |
   | [...he/dubbo/rpc/protocol/tri/call/StubServerCall.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY2FsbC9TdHViU2VydmVyQ2FsbC5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [...bbo/rpc/protocol/tri/command/DataQueueCommand.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tbWFuZC9EYXRhUXVldWVDb21tYW5kLmphdmE=) | `75.00% <ø> (+4.41%)` | :arrow_up: |
   | [.../dubbo/rpc/protocol/tri/compressor/Compressor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tcHJlc3Nvci9Db21wcmVzc29yLmphdmE=) | `33.33% <ø> (+23.33%)` | :arrow_up: |
   | [...ubbo/rpc/protocol/tri/compressor/DeCompressor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tcHJlc3Nvci9EZUNvbXByZXNzb3IuamF2YQ==) | `16.66% <ø> (+6.66%)` | :arrow_up: |
   | [...pache/dubbo/rpc/protocol/tri/frame/TriDecoder.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvZnJhbWUvVHJpRGVjb2Rlci5qYXZh) | `81.35% <0.00%> (-2.86%)` | :arrow_down: |
   | ... and [134 more](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [6eaf095...1eda439](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] codecov-commenter commented on pull request #9822: [3.0 Triple] Support native stub generator

Posted by GitBox <gi...@apache.org>.
codecov-commenter commented on pull request #9822:
URL: https://github.com/apache/dubbo/pull/9822#issuecomment-1075081726


   # [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#9822](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (f4d8449) into [3.0](https://codecov.io/gh/apache/dubbo/commit/6eaf0953808155d1812b3c98e7f2706fea5dcc62?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (6eaf095) will **decrease** coverage by `0.51%`.
   > The diff coverage is `51.88%`.
   
   ```diff
   @@             Coverage Diff              @@
   ##                3.0    #9822      +/-   ##
   ============================================
   - Coverage     65.61%   65.10%   -0.52%     
   + Complexity      320      319       -1     
   ============================================
     Files          1208     1213       +5     
     Lines         52545    52806     +261     
     Branches       7972     8010      +38     
   ============================================
   - Hits          34476    34377      -99     
   - Misses        14323    14653     +330     
   - Partials       3746     3776      +30     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...apache/dubbo/common/constants/CommonConstants.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tY29tbW9uL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9jb21tb24vY29uc3RhbnRzL0NvbW1vbkNvbnN0YW50cy5qYXZh) | `100.00% <ø> (ø)` | |
   | [...bo/rpc/service/ServiceDescriptorInternalCache.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tY29tbW9uL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9ycGMvc2VydmljZS9TZXJ2aWNlRGVzY3JpcHRvckludGVybmFsQ2FjaGUuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...moting/api/MultiplexProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvTXVsdGlwbGV4UHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `100.00% <ø> (ø)` | |
   | [.../remoting/api/SingleProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvU2luZ2xlUHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `61.53% <ø> (ø)` | |
   | [.../java/org/apache/dubbo/rpc/StatusRpcException.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy1hcGkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9TdGF0dXNScGNFeGNlcHRpb24uamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...g/apache/dubbo/rpc/stub/BiStreamMethodHandler.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy1hcGkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9zdHViL0JpU3RyZWFtTWV0aG9kSGFuZGxlci5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [...apache/dubbo/rpc/stub/FutureToObserverAdaptor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy1hcGkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9zdHViL0Z1dHVyZVRvT2JzZXJ2ZXJBZGFwdG9yLmphdmE=) | `0.00% <0.00%> (ø)` | |
   | [.../org/apache/dubbo/rpc/stub/StubInvocationUtil.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy1hcGkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9zdHViL1N0dWJJbnZvY2F0aW9uVXRpbC5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [...g/apache/dubbo/rpc/protocol/tri/ClassLoadUtil.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvQ2xhc3NMb2FkVXRpbC5qYXZh) | `33.33% <ø> (ø)` | |
   | [...va/org/apache/dubbo/rpc/protocol/tri/PbUnpack.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvUGJVbnBhY2suamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | ... and [121 more](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [6eaf095...f4d8449](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] codecov-commenter edited a comment on pull request #9822: [3.0 Triple] Support native stub generator

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #9822:
URL: https://github.com/apache/dubbo/pull/9822#issuecomment-1075081726


   # [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#9822](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (1eda439) into [3.0](https://codecov.io/gh/apache/dubbo/commit/6eaf0953808155d1812b3c98e7f2706fea5dcc62?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (6eaf095) will **decrease** coverage by `0.41%`.
   > The diff coverage is `59.79%`.
   
   ```diff
   @@             Coverage Diff              @@
   ##                3.0    #9822      +/-   ##
   ============================================
   - Coverage     65.61%   65.19%   -0.42%     
   + Complexity      320      319       -1     
   ============================================
     Files          1208     1213       +5     
     Lines         52545    52754     +209     
     Branches       7972     7975       +3     
   ============================================
   - Hits          34476    34393      -83     
   - Misses        14323    14561     +238     
   - Partials       3746     3800      +54     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...apache/dubbo/common/constants/CommonConstants.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tY29tbW9uL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9jb21tb24vY29uc3RhbnRzL0NvbW1vbkNvbnN0YW50cy5qYXZh) | `100.00% <ø> (ø)` | |
   | [...moting/api/MultiplexProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvTXVsdGlwbGV4UHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `100.00% <ø> (ø)` | |
   | [.../remoting/api/SingleProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvU2luZ2xlUHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `84.61% <ø> (+23.07%)` | :arrow_up: |
   | [...g/apache/dubbo/rpc/protocol/tri/ClassLoadUtil.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvQ2xhc3NMb2FkVXRpbC5qYXZh) | `33.33% <ø> (ø)` | |
   | [.../apache/dubbo/rpc/protocol/tri/TripleConstant.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvVHJpcGxlQ29uc3RhbnQuamF2YQ==) | `66.66% <ø> (+2.38%)` | :arrow_up: |
   | [...he/dubbo/rpc/protocol/tri/call/StubServerCall.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY2FsbC9TdHViU2VydmVyQ2FsbC5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [...bbo/rpc/protocol/tri/command/DataQueueCommand.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tbWFuZC9EYXRhUXVldWVDb21tYW5kLmphdmE=) | `75.00% <ø> (+4.41%)` | :arrow_up: |
   | [.../dubbo/rpc/protocol/tri/compressor/Compressor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tcHJlc3Nvci9Db21wcmVzc29yLmphdmE=) | `33.33% <ø> (+23.33%)` | :arrow_up: |
   | [...ubbo/rpc/protocol/tri/compressor/DeCompressor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tcHJlc3Nvci9EZUNvbXByZXNzb3IuamF2YQ==) | `16.66% <ø> (+6.66%)` | :arrow_up: |
   | [...pache/dubbo/rpc/protocol/tri/frame/TriDecoder.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvZnJhbWUvVHJpRGVjb2Rlci5qYXZh) | `81.35% <0.00%> (-2.86%)` | :arrow_down: |
   | ... and [159 more](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [6eaf095...1eda439](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] codecov-commenter edited a comment on pull request #9822: [3.0 Triple] Support native stub generator

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #9822:
URL: https://github.com/apache/dubbo/pull/9822#issuecomment-1075081726


   # [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#9822](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (328591c) into [3.0](https://codecov.io/gh/apache/dubbo/commit/6eaf0953808155d1812b3c98e7f2706fea5dcc62?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (6eaf095) will **increase** coverage by `0.14%`.
   > The diff coverage is `65.30%`.
   
   > :exclamation: Current head 328591c differs from pull request most recent head 31a3e28. Consider uploading reports for the commit 31a3e28 to get more accurate results
   
   ```diff
   @@             Coverage Diff              @@
   ##                3.0    #9822      +/-   ##
   ============================================
   + Coverage     65.61%   65.75%   +0.14%     
   + Complexity      320      297      -23     
   ============================================
     Files          1208     1212       +4     
     Lines         52545    52792     +247     
     Branches       7972     8004      +32     
   ============================================
   + Hits          34476    34715     +239     
   + Misses        14323    14295      -28     
   - Partials       3746     3782      +36     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...apache/dubbo/common/constants/CommonConstants.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tY29tbW9uL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9jb21tb24vY29uc3RhbnRzL0NvbW1vbkNvbnN0YW50cy5qYXZh) | `100.00% <ø> (ø)` | |
   | [...moting/api/MultiplexProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvTXVsdGlwbGV4UHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `100.00% <ø> (ø)` | |
   | [.../remoting/api/SingleProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvU2luZ2xlUHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `84.61% <ø> (+23.07%)` | :arrow_up: |
   | [...g/apache/dubbo/rpc/protocol/tri/ClassLoadUtil.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvQ2xhc3NMb2FkVXRpbC5qYXZh) | `33.33% <ø> (ø)` | |
   | [.../apache/dubbo/rpc/protocol/tri/TripleConstant.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvVHJpcGxlQ29uc3RhbnQuamF2YQ==) | `66.66% <ø> (+2.38%)` | :arrow_up: |
   | [...bbo/rpc/protocol/tri/command/DataQueueCommand.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tbWFuZC9EYXRhUXVldWVDb21tYW5kLmphdmE=) | `75.00% <ø> (+4.41%)` | :arrow_up: |
   | [.../dubbo/rpc/protocol/tri/compressor/Compressor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tcHJlc3Nvci9Db21wcmVzc29yLmphdmE=) | `33.33% <ø> (+23.33%)` | :arrow_up: |
   | [...ubbo/rpc/protocol/tri/compressor/DeCompressor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tcHJlc3Nvci9EZUNvbXByZXNzb3IuamF2YQ==) | `16.66% <ø> (+6.66%)` | :arrow_up: |
   | [...pache/dubbo/rpc/protocol/tri/frame/TriDecoder.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvZnJhbWUvVHJpRGVjb2Rlci5qYXZh) | `81.35% <0.00%> (-2.86%)` | :arrow_down: |
   | [...ocol/tri/observer/ClientCallToObserverAdapter.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvb2JzZXJ2ZXIvQ2xpZW50Q2FsbFRvT2JzZXJ2ZXJBZGFwdGVyLmphdmE=) | `32.00% <0.00%> (-14.16%)` | :arrow_down: |
   | ... and [142 more](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [6eaf095...31a3e28](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] codecov-commenter edited a comment on pull request #9822: [3.0 Triple] Support native stub generator

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #9822:
URL: https://github.com/apache/dubbo/pull/9822#issuecomment-1075081726


   # [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#9822](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (328591c) into [3.0](https://codecov.io/gh/apache/dubbo/commit/6eaf0953808155d1812b3c98e7f2706fea5dcc62?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (6eaf095) will **increase** coverage by `0.06%`.
   > The diff coverage is `65.08%`.
   
   > :exclamation: Current head 328591c differs from pull request most recent head 31a3e28. Consider uploading reports for the commit 31a3e28 to get more accurate results
   
   ```diff
   @@             Coverage Diff              @@
   ##                3.0    #9822      +/-   ##
   ============================================
   + Coverage     65.61%   65.67%   +0.06%     
   + Complexity      320      297      -23     
   ============================================
     Files          1208     1212       +4     
     Lines         52545    52792     +247     
     Branches       7972     8004      +32     
   ============================================
   + Hits          34476    34673     +197     
   - Misses        14323    14326       +3     
   - Partials       3746     3793      +47     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...apache/dubbo/common/constants/CommonConstants.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tY29tbW9uL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9jb21tb24vY29uc3RhbnRzL0NvbW1vbkNvbnN0YW50cy5qYXZh) | `100.00% <ø> (ø)` | |
   | [...moting/api/MultiplexProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvTXVsdGlwbGV4UHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `100.00% <ø> (ø)` | |
   | [.../remoting/api/SingleProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvU2luZ2xlUHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `84.61% <ø> (+23.07%)` | :arrow_up: |
   | [...g/apache/dubbo/rpc/protocol/tri/ClassLoadUtil.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvQ2xhc3NMb2FkVXRpbC5qYXZh) | `33.33% <ø> (ø)` | |
   | [.../apache/dubbo/rpc/protocol/tri/TripleConstant.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvVHJpcGxlQ29uc3RhbnQuamF2YQ==) | `66.66% <ø> (+2.38%)` | :arrow_up: |
   | [...bbo/rpc/protocol/tri/command/DataQueueCommand.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tbWFuZC9EYXRhUXVldWVDb21tYW5kLmphdmE=) | `75.00% <ø> (+4.41%)` | :arrow_up: |
   | [.../dubbo/rpc/protocol/tri/compressor/Compressor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tcHJlc3Nvci9Db21wcmVzc29yLmphdmE=) | `33.33% <ø> (+23.33%)` | :arrow_up: |
   | [...ubbo/rpc/protocol/tri/compressor/DeCompressor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tcHJlc3Nvci9EZUNvbXByZXNzb3IuamF2YQ==) | `16.66% <ø> (+6.66%)` | :arrow_up: |
   | [...pache/dubbo/rpc/protocol/tri/frame/TriDecoder.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvZnJhbWUvVHJpRGVjb2Rlci5qYXZh) | `81.35% <0.00%> (-2.86%)` | :arrow_down: |
   | [...ocol/tri/observer/ClientCallToObserverAdapter.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvb2JzZXJ2ZXIvQ2xpZW50Q2FsbFRvT2JzZXJ2ZXJBZGFwdGVyLmphdmE=) | `32.00% <0.00%> (-14.16%)` | :arrow_down: |
   | ... and [152 more](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [6eaf095...31a3e28](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] codecov-commenter edited a comment on pull request #9822: [3.0 Triple] Support native stub generator

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #9822:
URL: https://github.com/apache/dubbo/pull/9822#issuecomment-1075081726


   # [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#9822](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (31a3e28) into [3.0](https://codecov.io/gh/apache/dubbo/commit/6eaf0953808155d1812b3c98e7f2706fea5dcc62?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (6eaf095) will **increase** coverage by `0.02%`.
   > The diff coverage is `64.89%`.
   
   ```diff
   @@             Coverage Diff              @@
   ##                3.0    #9822      +/-   ##
   ============================================
   + Coverage     65.61%   65.63%   +0.02%     
   + Complexity      320      296      -24     
   ============================================
     Files          1208     1212       +4     
     Lines         52545    52799     +254     
     Branches       7972     8006      +34     
   ============================================
   + Hits          34476    34654     +178     
   - Misses        14323    14343      +20     
   - Partials       3746     3802      +56     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...apache/dubbo/common/constants/CommonConstants.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tY29tbW9uL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9jb21tb24vY29uc3RhbnRzL0NvbW1vbkNvbnN0YW50cy5qYXZh) | `100.00% <ø> (ø)` | |
   | [...moting/api/MultiplexProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvTXVsdGlwbGV4UHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `100.00% <ø> (ø)` | |
   | [.../remoting/api/SingleProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvU2luZ2xlUHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `84.61% <ø> (+23.07%)` | :arrow_up: |
   | [...g/apache/dubbo/rpc/protocol/tri/ClassLoadUtil.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvQ2xhc3NMb2FkVXRpbC5qYXZh) | `33.33% <ø> (ø)` | |
   | [.../apache/dubbo/rpc/protocol/tri/TripleConstant.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvVHJpcGxlQ29uc3RhbnQuamF2YQ==) | `66.66% <ø> (+2.38%)` | :arrow_up: |
   | [...bbo/rpc/protocol/tri/command/DataQueueCommand.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tbWFuZC9EYXRhUXVldWVDb21tYW5kLmphdmE=) | `75.00% <ø> (+4.41%)` | :arrow_up: |
   | [.../dubbo/rpc/protocol/tri/compressor/Compressor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tcHJlc3Nvci9Db21wcmVzc29yLmphdmE=) | `33.33% <ø> (+23.33%)` | :arrow_up: |
   | [...ubbo/rpc/protocol/tri/compressor/DeCompressor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tcHJlc3Nvci9EZUNvbXByZXNzb3IuamF2YQ==) | `16.66% <ø> (+6.66%)` | :arrow_up: |
   | [...pache/dubbo/rpc/protocol/tri/frame/TriDecoder.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvZnJhbWUvVHJpRGVjb2Rlci5qYXZh) | `81.35% <0.00%> (-2.86%)` | :arrow_down: |
   | [...ocol/tri/observer/ClientCallToObserverAdapter.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvb2JzZXJ2ZXIvQ2xpZW50Q2FsbFRvT2JzZXJ2ZXJBZGFwdGVyLmphdmE=) | `32.00% <0.00%> (-14.16%)` | :arrow_down: |
   | ... and [152 more](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [6eaf095...31a3e28](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] codecov-commenter edited a comment on pull request #9822: [3.0 Triple] Support native stub generator

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #9822:
URL: https://github.com/apache/dubbo/pull/9822#issuecomment-1075081726


   # [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#9822](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (7d0f45b) into [3.0](https://codecov.io/gh/apache/dubbo/commit/6eaf0953808155d1812b3c98e7f2706fea5dcc62?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (6eaf095) will **increase** coverage by `0.11%`.
   > The diff coverage is `65.15%`.
   
   ```diff
   @@             Coverage Diff              @@
   ##                3.0    #9822      +/-   ##
   ============================================
   + Coverage     65.61%   65.72%   +0.11%     
   + Complexity      320      319       -1     
   ============================================
     Files          1208     1212       +4     
     Lines         52545    52786     +241     
     Branches       7972     8004      +32     
   ============================================
   + Hits          34476    34694     +218     
   + Misses        14323    14306      -17     
   - Partials       3746     3786      +40     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...apache/dubbo/common/constants/CommonConstants.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tY29tbW9uL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9jb21tb24vY29uc3RhbnRzL0NvbW1vbkNvbnN0YW50cy5qYXZh) | `100.00% <ø> (ø)` | |
   | [...moting/api/MultiplexProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvTXVsdGlwbGV4UHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `100.00% <ø> (ø)` | |
   | [.../remoting/api/SingleProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvU2luZ2xlUHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `61.53% <ø> (ø)` | |
   | [...g/apache/dubbo/rpc/protocol/tri/ClassLoadUtil.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvQ2xhc3NMb2FkVXRpbC5qYXZh) | `33.33% <ø> (ø)` | |
   | [.../apache/dubbo/rpc/protocol/tri/TripleConstant.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvVHJpcGxlQ29uc3RhbnQuamF2YQ==) | `66.66% <ø> (+2.38%)` | :arrow_up: |
   | [...bbo/rpc/protocol/tri/command/DataQueueCommand.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tbWFuZC9EYXRhUXVldWVDb21tYW5kLmphdmE=) | `75.00% <ø> (+4.41%)` | :arrow_up: |
   | [.../dubbo/rpc/protocol/tri/compressor/Compressor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tcHJlc3Nvci9Db21wcmVzc29yLmphdmE=) | `33.33% <ø> (+23.33%)` | :arrow_up: |
   | [...ubbo/rpc/protocol/tri/compressor/DeCompressor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tcHJlc3Nvci9EZUNvbXByZXNzb3IuamF2YQ==) | `16.66% <ø> (+6.66%)` | :arrow_up: |
   | [...pache/dubbo/rpc/protocol/tri/frame/TriDecoder.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvZnJhbWUvVHJpRGVjb2Rlci5qYXZh) | `81.35% <0.00%> (-2.86%)` | :arrow_down: |
   | [...ocol/tri/observer/ClientCallToObserverAdapter.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvb2JzZXJ2ZXIvQ2xpZW50Q2FsbFRvT2JzZXJ2ZXJBZGFwdGVyLmphdmE=) | `32.00% <0.00%> (-14.16%)` | :arrow_down: |
   | ... and [134 more](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [6eaf095...7d0f45b](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] leyou240 commented on pull request #9822: [3.0 Triple] Support native stub generator

Posted by GitBox <gi...@apache.org>.
leyou240 commented on pull request #9822:
URL: https://github.com/apache/dubbo/pull/9822#issuecomment-1086540062


   现在是SNAPSHOT版本,请问正式版什么时候发呢?


-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] codecov-commenter edited a comment on pull request #9822: [3.0 Triple] Support native stub generator

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #9822:
URL: https://github.com/apache/dubbo/pull/9822#issuecomment-1075081726


   # [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#9822](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (1eda439) into [3.0](https://codecov.io/gh/apache/dubbo/commit/6eaf0953808155d1812b3c98e7f2706fea5dcc62?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (6eaf095) will **decrease** coverage by `0.26%`.
   > The diff coverage is `59.85%`.
   
   ```diff
   @@             Coverage Diff              @@
   ##                3.0    #9822      +/-   ##
   ============================================
   - Coverage     65.61%   65.34%   -0.27%     
   + Complexity      320      319       -1     
   ============================================
     Files          1208     1213       +5     
     Lines         52545    52790     +245     
     Branches       7972     8003      +31     
   ============================================
   + Hits          34476    34496      +20     
   - Misses        14323    14499     +176     
   - Partials       3746     3795      +49     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...apache/dubbo/common/constants/CommonConstants.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tY29tbW9uL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9jb21tb24vY29uc3RhbnRzL0NvbW1vbkNvbnN0YW50cy5qYXZh) | `100.00% <ø> (ø)` | |
   | [...moting/api/MultiplexProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvTXVsdGlwbGV4UHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `100.00% <ø> (ø)` | |
   | [.../remoting/api/SingleProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvU2luZ2xlUHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `84.61% <ø> (+23.07%)` | :arrow_up: |
   | [...g/apache/dubbo/rpc/protocol/tri/ClassLoadUtil.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvQ2xhc3NMb2FkVXRpbC5qYXZh) | `33.33% <ø> (ø)` | |
   | [.../apache/dubbo/rpc/protocol/tri/TripleConstant.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvVHJpcGxlQ29uc3RhbnQuamF2YQ==) | `66.66% <ø> (+2.38%)` | :arrow_up: |
   | [...he/dubbo/rpc/protocol/tri/call/StubServerCall.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY2FsbC9TdHViU2VydmVyQ2FsbC5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [...bbo/rpc/protocol/tri/command/DataQueueCommand.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tbWFuZC9EYXRhUXVldWVDb21tYW5kLmphdmE=) | `75.00% <ø> (+4.41%)` | :arrow_up: |
   | [.../dubbo/rpc/protocol/tri/compressor/Compressor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tcHJlc3Nvci9Db21wcmVzc29yLmphdmE=) | `33.33% <ø> (+23.33%)` | :arrow_up: |
   | [...ubbo/rpc/protocol/tri/compressor/DeCompressor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tcHJlc3Nvci9EZUNvbXByZXNzb3IuamF2YQ==) | `16.66% <ø> (+6.66%)` | :arrow_up: |
   | [...pache/dubbo/rpc/protocol/tri/frame/TriDecoder.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvZnJhbWUvVHJpRGVjb2Rlci5qYXZh) | `81.35% <0.00%> (-2.86%)` | :arrow_down: |
   | ... and [134 more](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [6eaf095...1eda439](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] codecov-commenter edited a comment on pull request #9822: [3.0 Triple] Support native stub generator

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #9822:
URL: https://github.com/apache/dubbo/pull/9822#issuecomment-1075081726


   # [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#9822](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (1eda439) into [3.0](https://codecov.io/gh/apache/dubbo/commit/6eaf0953808155d1812b3c98e7f2706fea5dcc62?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (6eaf095) will **decrease** coverage by `0.14%`.
   > The diff coverage is `60.07%`.
   
   ```diff
   @@             Coverage Diff              @@
   ##                3.0    #9822      +/-   ##
   ============================================
   - Coverage     65.61%   65.46%   -0.15%     
   + Complexity      320      319       -1     
   ============================================
     Files          1208     1213       +5     
     Lines         52545    52790     +245     
     Branches       7972     8003      +31     
   ============================================
   + Hits          34476    34558      +82     
   - Misses        14323    14453     +130     
   - Partials       3746     3779      +33     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...apache/dubbo/common/constants/CommonConstants.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tY29tbW9uL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9jb21tb24vY29uc3RhbnRzL0NvbW1vbkNvbnN0YW50cy5qYXZh) | `100.00% <ø> (ø)` | |
   | [...moting/api/MultiplexProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvTXVsdGlwbGV4UHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `100.00% <ø> (ø)` | |
   | [.../remoting/api/SingleProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvU2luZ2xlUHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `84.61% <ø> (+23.07%)` | :arrow_up: |
   | [...g/apache/dubbo/rpc/protocol/tri/ClassLoadUtil.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvQ2xhc3NMb2FkVXRpbC5qYXZh) | `33.33% <ø> (ø)` | |
   | [.../apache/dubbo/rpc/protocol/tri/TripleConstant.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvVHJpcGxlQ29uc3RhbnQuamF2YQ==) | `66.66% <ø> (+2.38%)` | :arrow_up: |
   | [...he/dubbo/rpc/protocol/tri/call/StubServerCall.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY2FsbC9TdHViU2VydmVyQ2FsbC5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [...bbo/rpc/protocol/tri/command/DataQueueCommand.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tbWFuZC9EYXRhUXVldWVDb21tYW5kLmphdmE=) | `75.00% <ø> (+4.41%)` | :arrow_up: |
   | [.../dubbo/rpc/protocol/tri/compressor/Compressor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tcHJlc3Nvci9Db21wcmVzc29yLmphdmE=) | `33.33% <ø> (+23.33%)` | :arrow_up: |
   | [...ubbo/rpc/protocol/tri/compressor/DeCompressor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tcHJlc3Nvci9EZUNvbXByZXNzb3IuamF2YQ==) | `16.66% <ø> (+6.66%)` | :arrow_up: |
   | [...pache/dubbo/rpc/protocol/tri/frame/TriDecoder.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvZnJhbWUvVHJpRGVjb2Rlci5qYXZh) | `81.35% <0.00%> (-2.86%)` | :arrow_down: |
   | ... and [119 more](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [6eaf095...1eda439](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] codecov-commenter edited a comment on pull request #9822: [3.0 Triple] Support native stub generator

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #9822:
URL: https://github.com/apache/dubbo/pull/9822#issuecomment-1075081726


   # [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#9822](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (dc03a3e) into [3.0](https://codecov.io/gh/apache/dubbo/commit/6eaf0953808155d1812b3c98e7f2706fea5dcc62?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (6eaf095) will **decrease** coverage by `0.42%`.
   > The diff coverage is `52.76%`.
   
   ```diff
   @@             Coverage Diff              @@
   ##                3.0    #9822      +/-   ##
   ============================================
   - Coverage     65.61%   65.18%   -0.43%     
   + Complexity      320      319       -1     
   ============================================
     Files          1208     1213       +5     
     Lines         52545    52806     +261     
     Branches       7972     8010      +38     
   ============================================
   - Hits          34476    34421      -55     
   - Misses        14323    14615     +292     
   - Partials       3746     3770      +24     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...apache/dubbo/common/constants/CommonConstants.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tY29tbW9uL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9jb21tb24vY29uc3RhbnRzL0NvbW1vbkNvbnN0YW50cy5qYXZh) | `100.00% <ø> (ø)` | |
   | [...bo/rpc/service/ServiceDescriptorInternalCache.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tY29tbW9uL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9ycGMvc2VydmljZS9TZXJ2aWNlRGVzY3JpcHRvckludGVybmFsQ2FjaGUuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...moting/api/MultiplexProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvTXVsdGlwbGV4UHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `100.00% <ø> (ø)` | |
   | [.../remoting/api/SingleProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvU2luZ2xlUHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `61.53% <ø> (ø)` | |
   | [.../java/org/apache/dubbo/rpc/StatusRpcException.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy1hcGkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9TdGF0dXNScGNFeGNlcHRpb24uamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...g/apache/dubbo/rpc/stub/BiStreamMethodHandler.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy1hcGkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9zdHViL0JpU3RyZWFtTWV0aG9kSGFuZGxlci5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [...apache/dubbo/rpc/stub/FutureToObserverAdaptor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy1hcGkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9zdHViL0Z1dHVyZVRvT2JzZXJ2ZXJBZGFwdG9yLmphdmE=) | `0.00% <0.00%> (ø)` | |
   | [.../org/apache/dubbo/rpc/stub/StubInvocationUtil.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy1hcGkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9zdHViL1N0dWJJbnZvY2F0aW9uVXRpbC5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [...g/apache/dubbo/rpc/protocol/tri/ClassLoadUtil.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvQ2xhc3NMb2FkVXRpbC5qYXZh) | `33.33% <ø> (ø)` | |
   | [...va/org/apache/dubbo/rpc/protocol/tri/PbUnpack.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvUGJVbnBhY2suamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | ... and [109 more](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [6eaf095...dc03a3e](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] codecov-commenter edited a comment on pull request #9822: [3.0 Triple] Support native stub generator

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #9822:
URL: https://github.com/apache/dubbo/pull/9822#issuecomment-1075081726


   # [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#9822](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (f4d8449) into [3.0](https://codecov.io/gh/apache/dubbo/commit/6eaf0953808155d1812b3c98e7f2706fea5dcc62?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (6eaf095) will **decrease** coverage by `0.34%`.
   > The diff coverage is `52.76%`.
   
   ```diff
   @@             Coverage Diff              @@
   ##                3.0    #9822      +/-   ##
   ============================================
   - Coverage     65.61%   65.26%   -0.35%     
     Complexity      320      320              
   ============================================
     Files          1208     1213       +5     
     Lines         52545    52806     +261     
     Branches       7972     8010      +38     
   ============================================
   - Hits          34476    34464      -12     
   - Misses        14323    14584     +261     
   - Partials       3746     3758      +12     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...apache/dubbo/common/constants/CommonConstants.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tY29tbW9uL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9jb21tb24vY29uc3RhbnRzL0NvbW1vbkNvbnN0YW50cy5qYXZh) | `100.00% <ø> (ø)` | |
   | [...bo/rpc/service/ServiceDescriptorInternalCache.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tY29tbW9uL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9ycGMvc2VydmljZS9TZXJ2aWNlRGVzY3JpcHRvckludGVybmFsQ2FjaGUuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...moting/api/MultiplexProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvTXVsdGlwbGV4UHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `100.00% <ø> (ø)` | |
   | [.../remoting/api/SingleProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvU2luZ2xlUHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `84.61% <ø> (+23.07%)` | :arrow_up: |
   | [.../java/org/apache/dubbo/rpc/StatusRpcException.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy1hcGkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9TdGF0dXNScGNFeGNlcHRpb24uamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...g/apache/dubbo/rpc/stub/BiStreamMethodHandler.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy1hcGkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9zdHViL0JpU3RyZWFtTWV0aG9kSGFuZGxlci5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [...apache/dubbo/rpc/stub/FutureToObserverAdaptor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy1hcGkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9zdHViL0Z1dHVyZVRvT2JzZXJ2ZXJBZGFwdG9yLmphdmE=) | `0.00% <0.00%> (ø)` | |
   | [.../org/apache/dubbo/rpc/stub/StubInvocationUtil.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy1hcGkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9zdHViL1N0dWJJbnZvY2F0aW9uVXRpbC5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [...g/apache/dubbo/rpc/protocol/tri/ClassLoadUtil.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvQ2xhc3NMb2FkVXRpbC5qYXZh) | `33.33% <ø> (ø)` | |
   | [...va/org/apache/dubbo/rpc/protocol/tri/PbUnpack.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvUGJVbnBhY2suamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | ... and [109 more](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [6eaf095...f4d8449](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] codecov-commenter edited a comment on pull request #9822: [3.0 Triple] Support native stub generator

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #9822:
URL: https://github.com/apache/dubbo/pull/9822#issuecomment-1075081726


   # [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#9822](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (328591c) into [3.0](https://codecov.io/gh/apache/dubbo/commit/6eaf0953808155d1812b3c98e7f2706fea5dcc62?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (6eaf095) will **increase** coverage by `0.13%`.
   > The diff coverage is `65.30%`.
   
   > :exclamation: Current head 328591c differs from pull request most recent head 31a3e28. Consider uploading reports for the commit 31a3e28 to get more accurate results
   
   ```diff
   @@             Coverage Diff              @@
   ##                3.0    #9822      +/-   ##
   ============================================
   + Coverage     65.61%   65.74%   +0.13%     
   + Complexity      320      297      -23     
   ============================================
     Files          1208     1212       +4     
     Lines         52545    52792     +247     
     Branches       7972     8004      +32     
   ============================================
   + Hits          34476    34709     +233     
   + Misses        14323    14301      -22     
   - Partials       3746     3782      +36     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...apache/dubbo/common/constants/CommonConstants.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tY29tbW9uL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9jb21tb24vY29uc3RhbnRzL0NvbW1vbkNvbnN0YW50cy5qYXZh) | `100.00% <ø> (ø)` | |
   | [...moting/api/MultiplexProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvTXVsdGlwbGV4UHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `100.00% <ø> (ø)` | |
   | [.../remoting/api/SingleProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvU2luZ2xlUHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `84.61% <ø> (+23.07%)` | :arrow_up: |
   | [...g/apache/dubbo/rpc/protocol/tri/ClassLoadUtil.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvQ2xhc3NMb2FkVXRpbC5qYXZh) | `33.33% <ø> (ø)` | |
   | [.../apache/dubbo/rpc/protocol/tri/TripleConstant.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvVHJpcGxlQ29uc3RhbnQuamF2YQ==) | `66.66% <ø> (+2.38%)` | :arrow_up: |
   | [...bbo/rpc/protocol/tri/command/DataQueueCommand.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tbWFuZC9EYXRhUXVldWVDb21tYW5kLmphdmE=) | `75.00% <ø> (+4.41%)` | :arrow_up: |
   | [.../dubbo/rpc/protocol/tri/compressor/Compressor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tcHJlc3Nvci9Db21wcmVzc29yLmphdmE=) | `33.33% <ø> (+23.33%)` | :arrow_up: |
   | [...ubbo/rpc/protocol/tri/compressor/DeCompressor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tcHJlc3Nvci9EZUNvbXByZXNzb3IuamF2YQ==) | `16.66% <ø> (+6.66%)` | :arrow_up: |
   | [...pache/dubbo/rpc/protocol/tri/frame/TriDecoder.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvZnJhbWUvVHJpRGVjb2Rlci5qYXZh) | `81.35% <0.00%> (-2.86%)` | :arrow_down: |
   | [...ocol/tri/observer/ClientCallToObserverAdapter.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvb2JzZXJ2ZXIvQ2xpZW50Q2FsbFRvT2JzZXJ2ZXJBZGFwdGVyLmphdmE=) | `32.00% <0.00%> (-14.16%)` | :arrow_down: |
   | ... and [140 more](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [6eaf095...31a3e28](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] EarthChen commented on a change in pull request #9822: [3.0 Triple] Support native stub generator

Posted by GitBox <gi...@apache.org>.
EarthChen commented on a change in pull request #9822:
URL: https://github.com/apache/dubbo/pull/9822#discussion_r835749219



##########
File path: dubbo-common/src/main/java/org/apache/dubbo/common/constants/CommonConstants.java
##########
@@ -533,4 +533,6 @@
     String SET_FUTURE_IN_SYNC_MODE = "future.sync.set";
 
     String CLEAR_FUTURE_AFTER_GET = "future.clear.once";
+
+    String NATIVE_STUB= "nativestub";

Review comment:
       format




-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] codecov-commenter edited a comment on pull request #9822: [3.0 Triple] Support native stub generator

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #9822:
URL: https://github.com/apache/dubbo/pull/9822#issuecomment-1075081726


   # [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#9822](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (b444c9e) into [3.0](https://codecov.io/gh/apache/dubbo/commit/6eaf0953808155d1812b3c98e7f2706fea5dcc62?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (6eaf095) will **decrease** coverage by `0.35%`.
   > The diff coverage is `54.57%`.
   
   > :exclamation: Current head b444c9e differs from pull request most recent head 9b1628f. Consider uploading reports for the commit 9b1628f to get more accurate results
   
   ```diff
   @@             Coverage Diff              @@
   ##                3.0    #9822      +/-   ##
   ============================================
   - Coverage     65.61%   65.25%   -0.36%     
   + Complexity      320      319       -1     
   ============================================
     Files          1208     1213       +5     
     Lines         52545    52807     +262     
     Branches       7972     8010      +38     
   ============================================
   - Hits          34476    34458      -18     
   - Misses        14323    14576     +253     
   - Partials       3746     3773      +27     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...apache/dubbo/common/constants/CommonConstants.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tY29tbW9uL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9jb21tb24vY29uc3RhbnRzL0NvbW1vbkNvbnN0YW50cy5qYXZh) | `100.00% <ø> (ø)` | |
   | [...moting/api/MultiplexProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvTXVsdGlwbGV4UHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `100.00% <ø> (ø)` | |
   | [.../remoting/api/SingleProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvU2luZ2xlUHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `84.61% <ø> (+23.07%)` | :arrow_up: |
   | [...g/apache/dubbo/rpc/stub/BiStreamMethodHandler.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy1hcGkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9zdHViL0JpU3RyZWFtTWV0aG9kSGFuZGxlci5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [...apache/dubbo/rpc/stub/FutureToObserverAdaptor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy1hcGkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9zdHViL0Z1dHVyZVRvT2JzZXJ2ZXJBZGFwdG9yLmphdmE=) | `0.00% <0.00%> (ø)` | |
   | [...g/apache/dubbo/rpc/protocol/tri/ClassLoadUtil.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvQ2xhc3NMb2FkVXRpbC5qYXZh) | `33.33% <ø> (ø)` | |
   | [...va/org/apache/dubbo/rpc/protocol/tri/PbUnpack.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvUGJVbnBhY2suamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [.../apache/dubbo/rpc/protocol/tri/TripleConstant.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvVHJpcGxlQ29uc3RhbnQuamF2YQ==) | `66.66% <ø> (+2.38%)` | :arrow_up: |
   | [...he/dubbo/rpc/protocol/tri/call/StubServerCall.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY2FsbC9TdHViU2VydmVyQ2FsbC5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [...bbo/rpc/protocol/tri/command/DataQueueCommand.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tbWFuZC9EYXRhUXVldWVDb21tYW5kLmphdmE=) | `75.00% <ø> (+4.41%)` | :arrow_up: |
   | ... and [114 more](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [6eaf095...9b1628f](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] codecov-commenter edited a comment on pull request #9822: [3.0 Triple] Support native stub generator

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #9822:
URL: https://github.com/apache/dubbo/pull/9822#issuecomment-1075081726


   # [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#9822](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (dc03a3e) into [3.0](https://codecov.io/gh/apache/dubbo/commit/6eaf0953808155d1812b3c98e7f2706fea5dcc62?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (6eaf095) will **decrease** coverage by `0.38%`.
   > The diff coverage is `52.76%`.
   
   ```diff
   @@             Coverage Diff              @@
   ##                3.0    #9822      +/-   ##
   ============================================
   - Coverage     65.61%   65.22%   -0.39%     
   + Complexity      320      319       -1     
   ============================================
     Files          1208     1213       +5     
     Lines         52545    52806     +261     
     Branches       7972     8010      +38     
   ============================================
   - Hits          34476    34445      -31     
   - Misses        14323    14595     +272     
   - Partials       3746     3766      +20     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...apache/dubbo/common/constants/CommonConstants.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tY29tbW9uL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9jb21tb24vY29uc3RhbnRzL0NvbW1vbkNvbnN0YW50cy5qYXZh) | `100.00% <ø> (ø)` | |
   | [...bo/rpc/service/ServiceDescriptorInternalCache.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tY29tbW9uL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9ycGMvc2VydmljZS9TZXJ2aWNlRGVzY3JpcHRvckludGVybmFsQ2FjaGUuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...moting/api/MultiplexProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvTXVsdGlwbGV4UHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `100.00% <ø> (ø)` | |
   | [.../remoting/api/SingleProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvU2luZ2xlUHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `84.61% <ø> (+23.07%)` | :arrow_up: |
   | [.../java/org/apache/dubbo/rpc/StatusRpcException.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy1hcGkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9TdGF0dXNScGNFeGNlcHRpb24uamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...g/apache/dubbo/rpc/stub/BiStreamMethodHandler.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy1hcGkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9zdHViL0JpU3RyZWFtTWV0aG9kSGFuZGxlci5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [...apache/dubbo/rpc/stub/FutureToObserverAdaptor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy1hcGkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9zdHViL0Z1dHVyZVRvT2JzZXJ2ZXJBZGFwdG9yLmphdmE=) | `0.00% <0.00%> (ø)` | |
   | [.../org/apache/dubbo/rpc/stub/StubInvocationUtil.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy1hcGkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9zdHViL1N0dWJJbnZvY2F0aW9uVXRpbC5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [...g/apache/dubbo/rpc/protocol/tri/ClassLoadUtil.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvQ2xhc3NMb2FkVXRpbC5qYXZh) | `33.33% <ø> (ø)` | |
   | [...va/org/apache/dubbo/rpc/protocol/tri/PbUnpack.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvUGJVbnBhY2suamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | ... and [113 more](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [6eaf095...dc03a3e](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] codecov-commenter edited a comment on pull request #9822: [3.0 Triple] Support native stub generator

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #9822:
URL: https://github.com/apache/dubbo/pull/9822#issuecomment-1075081726


   # [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#9822](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (910d53c) into [3.0](https://codecov.io/gh/apache/dubbo/commit/6eaf0953808155d1812b3c98e7f2706fea5dcc62?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (6eaf095) will **decrease** coverage by `0.92%`.
   > The diff coverage is `51.78%`.
   
   ```diff
   @@             Coverage Diff              @@
   ##                3.0    #9822      +/-   ##
   ============================================
   - Coverage     65.61%   64.68%   -0.93%     
   + Complexity      320      296      -24     
   ============================================
     Files          1208     1213       +5     
     Lines         52545    52799     +254     
     Branches       7972     7987      +15     
   ============================================
   - Hits          34476    34153     -323     
   - Misses        14323    14873     +550     
   - Partials       3746     3773      +27     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...apache/dubbo/common/constants/CommonConstants.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tY29tbW9uL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9jb21tb24vY29uc3RhbnRzL0NvbW1vbkNvbnN0YW50cy5qYXZh) | `100.00% <ø> (ø)` | |
   | [...bo/rpc/service/ServiceDescriptorInternalCache.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tY29tbW9uL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9ycGMvc2VydmljZS9TZXJ2aWNlRGVzY3JpcHRvckludGVybmFsQ2FjaGUuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...moting/api/MultiplexProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvTXVsdGlwbGV4UHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `100.00% <ø> (ø)` | |
   | [.../remoting/api/SingleProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvU2luZ2xlUHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `61.53% <ø> (ø)` | |
   | [.../java/org/apache/dubbo/rpc/StatusRpcException.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy1hcGkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9TdGF0dXNScGNFeGNlcHRpb24uamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...g/apache/dubbo/rpc/stub/BiStreamMethodHandler.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy1hcGkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9zdHViL0JpU3RyZWFtTWV0aG9kSGFuZGxlci5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [...apache/dubbo/rpc/stub/FutureToObserverAdaptor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy1hcGkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9zdHViL0Z1dHVyZVRvT2JzZXJ2ZXJBZGFwdG9yLmphdmE=) | `0.00% <0.00%> (ø)` | |
   | [.../org/apache/dubbo/rpc/stub/StubInvocationUtil.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy1hcGkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9zdHViL1N0dWJJbnZvY2F0aW9uVXRpbC5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [...g/apache/dubbo/rpc/protocol/tri/ClassLoadUtil.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvQ2xhc3NMb2FkVXRpbC5qYXZh) | `33.33% <ø> (ø)` | |
   | [...va/org/apache/dubbo/rpc/protocol/tri/PbUnpack.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvUGJVbnBhY2suamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | ... and [149 more](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [6eaf095...910d53c](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] codecov-commenter edited a comment on pull request #9822: [3.0 Triple] Support native stub generator

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #9822:
URL: https://github.com/apache/dubbo/pull/9822#issuecomment-1075081726


   # [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#9822](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (adce4ca) into [3.0](https://codecov.io/gh/apache/dubbo/commit/6eaf0953808155d1812b3c98e7f2706fea5dcc62?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (6eaf095) will **decrease** coverage by `0.46%`.
   > The diff coverage is `54.36%`.
   
   ```diff
   @@             Coverage Diff              @@
   ##                3.0    #9822      +/-   ##
   ============================================
   - Coverage     65.61%   65.14%   -0.47%     
   + Complexity      320      296      -24     
   ============================================
     Files          1208     1213       +5     
     Lines         52545    52812     +267     
     Branches       7972     8009      +37     
   ============================================
   - Hits          34476    34404      -72     
   - Misses        14323    14622     +299     
   - Partials       3746     3786      +40     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...apache/dubbo/common/constants/CommonConstants.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tY29tbW9uL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9jb21tb24vY29uc3RhbnRzL0NvbW1vbkNvbnN0YW50cy5qYXZh) | `100.00% <ø> (ø)` | |
   | [...moting/api/MultiplexProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvTXVsdGlwbGV4UHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `100.00% <ø> (ø)` | |
   | [.../remoting/api/SingleProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvU2luZ2xlUHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `61.53% <ø> (ø)` | |
   | [...g/apache/dubbo/rpc/stub/BiStreamMethodHandler.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy1hcGkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9zdHViL0JpU3RyZWFtTWV0aG9kSGFuZGxlci5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [...apache/dubbo/rpc/stub/FutureToObserverAdaptor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy1hcGkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9zdHViL0Z1dHVyZVRvT2JzZXJ2ZXJBZGFwdG9yLmphdmE=) | `0.00% <0.00%> (ø)` | |
   | [...g/apache/dubbo/rpc/protocol/tri/ClassLoadUtil.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvQ2xhc3NMb2FkVXRpbC5qYXZh) | `33.33% <ø> (ø)` | |
   | [...va/org/apache/dubbo/rpc/protocol/tri/PbUnpack.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvUGJVbnBhY2suamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [.../apache/dubbo/rpc/protocol/tri/TripleConstant.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvVHJpcGxlQ29uc3RhbnQuamF2YQ==) | `66.66% <ø> (+2.38%)` | :arrow_up: |
   | [...he/dubbo/rpc/protocol/tri/call/StubServerCall.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY2FsbC9TdHViU2VydmVyQ2FsbC5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [...bbo/rpc/protocol/tri/command/DataQueueCommand.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tbWFuZC9EYXRhUXVldWVDb21tYW5kLmphdmE=) | `75.00% <ø> (+4.41%)` | :arrow_up: |
   | ... and [126 more](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [6eaf095...adce4ca](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] codecov-commenter edited a comment on pull request #9822: [3.0 Triple] Support native stub generator

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #9822:
URL: https://github.com/apache/dubbo/pull/9822#issuecomment-1075081726


   # [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#9822](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (31a3e28) into [3.0](https://codecov.io/gh/apache/dubbo/commit/6eaf0953808155d1812b3c98e7f2706fea5dcc62?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (6eaf095) will **increase** coverage by `0.06%`.
   > The diff coverage is `64.89%`.
   
   ```diff
   @@             Coverage Diff              @@
   ##                3.0    #9822      +/-   ##
   ============================================
   + Coverage     65.61%   65.67%   +0.06%     
   + Complexity      320      297      -23     
   ============================================
     Files          1208     1212       +4     
     Lines         52545    52799     +254     
     Branches       7972     8006      +34     
   ============================================
   + Hits          34476    34678     +202     
   - Misses        14323    14329       +6     
   - Partials       3746     3792      +46     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...apache/dubbo/common/constants/CommonConstants.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tY29tbW9uL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9jb21tb24vY29uc3RhbnRzL0NvbW1vbkNvbnN0YW50cy5qYXZh) | `100.00% <ø> (ø)` | |
   | [...moting/api/MultiplexProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvTXVsdGlwbGV4UHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `100.00% <ø> (ø)` | |
   | [.../remoting/api/SingleProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvU2luZ2xlUHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `84.61% <ø> (+23.07%)` | :arrow_up: |
   | [...g/apache/dubbo/rpc/protocol/tri/ClassLoadUtil.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvQ2xhc3NMb2FkVXRpbC5qYXZh) | `33.33% <ø> (ø)` | |
   | [.../apache/dubbo/rpc/protocol/tri/TripleConstant.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvVHJpcGxlQ29uc3RhbnQuamF2YQ==) | `66.66% <ø> (+2.38%)` | :arrow_up: |
   | [...bbo/rpc/protocol/tri/command/DataQueueCommand.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tbWFuZC9EYXRhUXVldWVDb21tYW5kLmphdmE=) | `75.00% <ø> (+4.41%)` | :arrow_up: |
   | [.../dubbo/rpc/protocol/tri/compressor/Compressor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tcHJlc3Nvci9Db21wcmVzc29yLmphdmE=) | `33.33% <ø> (+23.33%)` | :arrow_up: |
   | [...ubbo/rpc/protocol/tri/compressor/DeCompressor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tcHJlc3Nvci9EZUNvbXByZXNzb3IuamF2YQ==) | `16.66% <ø> (+6.66%)` | :arrow_up: |
   | [...pache/dubbo/rpc/protocol/tri/frame/TriDecoder.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvZnJhbWUvVHJpRGVjb2Rlci5qYXZh) | `81.35% <0.00%> (-2.86%)` | :arrow_down: |
   | [...ocol/tri/observer/ClientCallToObserverAdapter.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvb2JzZXJ2ZXIvQ2xpZW50Q2FsbFRvT2JzZXJ2ZXJBZGFwdGVyLmphdmE=) | `32.00% <0.00%> (-14.16%)` | :arrow_down: |
   | ... and [150 more](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [6eaf095...31a3e28](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] codecov-commenter edited a comment on pull request #9822: [3.0 Triple] Support native stub generator

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #9822:
URL: https://github.com/apache/dubbo/pull/9822#issuecomment-1075081726


   # [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#9822](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (f4d8449) into [3.0](https://codecov.io/gh/apache/dubbo/commit/6eaf0953808155d1812b3c98e7f2706fea5dcc62?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (6eaf095) will **decrease** coverage by `0.40%`.
   > The diff coverage is `52.76%`.
   
   ```diff
   @@             Coverage Diff              @@
   ##                3.0    #9822      +/-   ##
   ============================================
   - Coverage     65.61%   65.20%   -0.41%     
     Complexity      320      320              
   ============================================
     Files          1208     1213       +5     
     Lines         52545    52806     +261     
     Branches       7972     8010      +38     
   ============================================
   - Hits          34476    34432      -44     
   - Misses        14323    14611     +288     
   - Partials       3746     3763      +17     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...apache/dubbo/common/constants/CommonConstants.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tY29tbW9uL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9jb21tb24vY29uc3RhbnRzL0NvbW1vbkNvbnN0YW50cy5qYXZh) | `100.00% <ø> (ø)` | |
   | [...bo/rpc/service/ServiceDescriptorInternalCache.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tY29tbW9uL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9ycGMvc2VydmljZS9TZXJ2aWNlRGVzY3JpcHRvckludGVybmFsQ2FjaGUuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...moting/api/MultiplexProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvTXVsdGlwbGV4UHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `100.00% <ø> (ø)` | |
   | [.../remoting/api/SingleProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvU2luZ2xlUHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `61.53% <ø> (ø)` | |
   | [.../java/org/apache/dubbo/rpc/StatusRpcException.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy1hcGkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9TdGF0dXNScGNFeGNlcHRpb24uamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...g/apache/dubbo/rpc/stub/BiStreamMethodHandler.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy1hcGkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9zdHViL0JpU3RyZWFtTWV0aG9kSGFuZGxlci5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [...apache/dubbo/rpc/stub/FutureToObserverAdaptor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy1hcGkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9zdHViL0Z1dHVyZVRvT2JzZXJ2ZXJBZGFwdG9yLmphdmE=) | `0.00% <0.00%> (ø)` | |
   | [.../org/apache/dubbo/rpc/stub/StubInvocationUtil.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy1hcGkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9zdHViL1N0dWJJbnZvY2F0aW9uVXRpbC5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [...g/apache/dubbo/rpc/protocol/tri/ClassLoadUtil.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvQ2xhc3NMb2FkVXRpbC5qYXZh) | `33.33% <ø> (ø)` | |
   | [...va/org/apache/dubbo/rpc/protocol/tri/PbUnpack.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvUGJVbnBhY2suamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | ... and [110 more](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [6eaf095...f4d8449](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] codecov-commenter edited a comment on pull request #9822: [3.0 Triple] Support native stub generator

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #9822:
URL: https://github.com/apache/dubbo/pull/9822#issuecomment-1075081726


   # [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#9822](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (adce4ca) into [3.0](https://codecov.io/gh/apache/dubbo/commit/6eaf0953808155d1812b3c98e7f2706fea5dcc62?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (6eaf095) will **decrease** coverage by `0.34%`.
   > The diff coverage is `54.57%`.
   
   ```diff
   @@             Coverage Diff              @@
   ##                3.0    #9822      +/-   ##
   ============================================
   - Coverage     65.61%   65.26%   -0.35%     
   + Complexity      320      296      -24     
   ============================================
     Files          1208     1213       +5     
     Lines         52545    52812     +267     
     Branches       7972     8009      +37     
   ============================================
   - Hits          34476    34467       -9     
   - Misses        14323    14570     +247     
   - Partials       3746     3775      +29     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...apache/dubbo/common/constants/CommonConstants.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tY29tbW9uL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9jb21tb24vY29uc3RhbnRzL0NvbW1vbkNvbnN0YW50cy5qYXZh) | `100.00% <ø> (ø)` | |
   | [...moting/api/MultiplexProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvTXVsdGlwbGV4UHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `100.00% <ø> (ø)` | |
   | [.../remoting/api/SingleProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvU2luZ2xlUHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `84.61% <ø> (+23.07%)` | :arrow_up: |
   | [...g/apache/dubbo/rpc/stub/BiStreamMethodHandler.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy1hcGkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9zdHViL0JpU3RyZWFtTWV0aG9kSGFuZGxlci5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [...apache/dubbo/rpc/stub/FutureToObserverAdaptor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy1hcGkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9zdHViL0Z1dHVyZVRvT2JzZXJ2ZXJBZGFwdG9yLmphdmE=) | `0.00% <0.00%> (ø)` | |
   | [...g/apache/dubbo/rpc/protocol/tri/ClassLoadUtil.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvQ2xhc3NMb2FkVXRpbC5qYXZh) | `33.33% <ø> (ø)` | |
   | [...va/org/apache/dubbo/rpc/protocol/tri/PbUnpack.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvUGJVbnBhY2suamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [.../apache/dubbo/rpc/protocol/tri/TripleConstant.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvVHJpcGxlQ29uc3RhbnQuamF2YQ==) | `66.66% <ø> (+2.38%)` | :arrow_up: |
   | [...he/dubbo/rpc/protocol/tri/call/StubServerCall.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY2FsbC9TdHViU2VydmVyQ2FsbC5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [...bbo/rpc/protocol/tri/command/DataQueueCommand.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tbWFuZC9EYXRhUXVldWVDb21tYW5kLmphdmE=) | `75.00% <ø> (+4.41%)` | :arrow_up: |
   | ... and [116 more](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [6eaf095...adce4ca](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] codecov-commenter edited a comment on pull request #9822: [3.0 Triple] Support native stub generator

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #9822:
URL: https://github.com/apache/dubbo/pull/9822#issuecomment-1075081726


   # [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#9822](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (f4d8449) into [3.0](https://codecov.io/gh/apache/dubbo/commit/6eaf0953808155d1812b3c98e7f2706fea5dcc62?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (6eaf095) will **decrease** coverage by `0.50%`.
   > The diff coverage is `51.88%`.
   
   ```diff
   @@             Coverage Diff              @@
   ##                3.0    #9822      +/-   ##
   ============================================
   - Coverage     65.61%   65.11%   -0.51%     
     Complexity      320      320              
   ============================================
     Files          1208     1213       +5     
     Lines         52545    52806     +261     
     Branches       7972     8010      +38     
   ============================================
   - Hits          34476    34383      -93     
   - Misses        14323    14649     +326     
   - Partials       3746     3774      +28     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...apache/dubbo/common/constants/CommonConstants.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tY29tbW9uL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9jb21tb24vY29uc3RhbnRzL0NvbW1vbkNvbnN0YW50cy5qYXZh) | `100.00% <ø> (ø)` | |
   | [...bo/rpc/service/ServiceDescriptorInternalCache.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tY29tbW9uL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9ycGMvc2VydmljZS9TZXJ2aWNlRGVzY3JpcHRvckludGVybmFsQ2FjaGUuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...moting/api/MultiplexProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvTXVsdGlwbGV4UHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `100.00% <ø> (ø)` | |
   | [.../remoting/api/SingleProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvU2luZ2xlUHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `61.53% <ø> (ø)` | |
   | [.../java/org/apache/dubbo/rpc/StatusRpcException.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy1hcGkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9TdGF0dXNScGNFeGNlcHRpb24uamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...g/apache/dubbo/rpc/stub/BiStreamMethodHandler.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy1hcGkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9zdHViL0JpU3RyZWFtTWV0aG9kSGFuZGxlci5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [...apache/dubbo/rpc/stub/FutureToObserverAdaptor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy1hcGkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9zdHViL0Z1dHVyZVRvT2JzZXJ2ZXJBZGFwdG9yLmphdmE=) | `0.00% <0.00%> (ø)` | |
   | [.../org/apache/dubbo/rpc/stub/StubInvocationUtil.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy1hcGkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9zdHViL1N0dWJJbnZvY2F0aW9uVXRpbC5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [...g/apache/dubbo/rpc/protocol/tri/ClassLoadUtil.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvQ2xhc3NMb2FkVXRpbC5qYXZh) | `33.33% <ø> (ø)` | |
   | [...va/org/apache/dubbo/rpc/protocol/tri/PbUnpack.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvUGJVbnBhY2suamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | ... and [119 more](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [6eaf095...f4d8449](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] codecov-commenter edited a comment on pull request #9822: [3.0 Triple] Support native stub generator

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #9822:
URL: https://github.com/apache/dubbo/pull/9822#issuecomment-1075081726


   # [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#9822](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (adce4ca) into [3.0](https://codecov.io/gh/apache/dubbo/commit/6eaf0953808155d1812b3c98e7f2706fea5dcc62?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (6eaf095) will **decrease** coverage by `0.47%`.
   > The diff coverage is `54.36%`.
   
   ```diff
   @@             Coverage Diff              @@
   ##                3.0    #9822      +/-   ##
   ============================================
   - Coverage     65.61%   65.13%   -0.48%     
   + Complexity      320      296      -24     
   ============================================
     Files          1208     1213       +5     
     Lines         52545    52812     +267     
     Branches       7972     8009      +37     
   ============================================
   - Hits          34476    34401      -75     
   - Misses        14323    14623     +300     
   - Partials       3746     3788      +42     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...apache/dubbo/common/constants/CommonConstants.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tY29tbW9uL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9jb21tb24vY29uc3RhbnRzL0NvbW1vbkNvbnN0YW50cy5qYXZh) | `100.00% <ø> (ø)` | |
   | [...moting/api/MultiplexProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvTXVsdGlwbGV4UHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `100.00% <ø> (ø)` | |
   | [.../remoting/api/SingleProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvU2luZ2xlUHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `61.53% <ø> (ø)` | |
   | [...g/apache/dubbo/rpc/stub/BiStreamMethodHandler.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy1hcGkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9zdHViL0JpU3RyZWFtTWV0aG9kSGFuZGxlci5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [...apache/dubbo/rpc/stub/FutureToObserverAdaptor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy1hcGkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9zdHViL0Z1dHVyZVRvT2JzZXJ2ZXJBZGFwdG9yLmphdmE=) | `0.00% <0.00%> (ø)` | |
   | [...g/apache/dubbo/rpc/protocol/tri/ClassLoadUtil.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvQ2xhc3NMb2FkVXRpbC5qYXZh) | `33.33% <ø> (ø)` | |
   | [...va/org/apache/dubbo/rpc/protocol/tri/PbUnpack.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvUGJVbnBhY2suamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [.../apache/dubbo/rpc/protocol/tri/TripleConstant.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvVHJpcGxlQ29uc3RhbnQuamF2YQ==) | `66.66% <ø> (+2.38%)` | :arrow_up: |
   | [...he/dubbo/rpc/protocol/tri/call/StubServerCall.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY2FsbC9TdHViU2VydmVyQ2FsbC5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [...bbo/rpc/protocol/tri/command/DataQueueCommand.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tbWFuZC9EYXRhUXVldWVDb21tYW5kLmphdmE=) | `75.00% <ø> (+4.41%)` | :arrow_up: |
   | ... and [126 more](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [6eaf095...adce4ca](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] codecov-commenter edited a comment on pull request #9822: [3.0 Triple] Support native stub generator

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #9822:
URL: https://github.com/apache/dubbo/pull/9822#issuecomment-1075081726


   # [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#9822](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (80a5e8e) into [3.0](https://codecov.io/gh/apache/dubbo/commit/6eaf0953808155d1812b3c98e7f2706fea5dcc62?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (6eaf095) will **decrease** coverage by `0.19%`.
   > The diff coverage is `61.86%`.
   
   ```diff
   @@             Coverage Diff              @@
   ##                3.0    #9822      +/-   ##
   ============================================
   - Coverage     65.61%   65.42%   -0.20%     
   + Complexity      320      296      -24     
   ============================================
     Files          1208     1213       +5     
     Lines         52545    52791     +246     
     Branches       7972     8003      +31     
   ============================================
   + Hits          34476    34536      +60     
   - Misses        14323    14449     +126     
   - Partials       3746     3806      +60     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...apache/dubbo/common/constants/CommonConstants.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tY29tbW9uL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9jb21tb24vY29uc3RhbnRzL0NvbW1vbkNvbnN0YW50cy5qYXZh) | `100.00% <ø> (ø)` | |
   | [...moting/api/MultiplexProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvTXVsdGlwbGV4UHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `100.00% <ø> (ø)` | |
   | [.../remoting/api/SingleProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvU2luZ2xlUHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `61.53% <ø> (ø)` | |
   | [...g/apache/dubbo/rpc/protocol/tri/ClassLoadUtil.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvQ2xhc3NMb2FkVXRpbC5qYXZh) | `33.33% <ø> (ø)` | |
   | [.../apache/dubbo/rpc/protocol/tri/TripleConstant.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvVHJpcGxlQ29uc3RhbnQuamF2YQ==) | `66.66% <ø> (+2.38%)` | :arrow_up: |
   | [...bbo/rpc/protocol/tri/command/DataQueueCommand.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tbWFuZC9EYXRhUXVldWVDb21tYW5kLmphdmE=) | `75.00% <ø> (+4.41%)` | :arrow_up: |
   | [.../dubbo/rpc/protocol/tri/compressor/Compressor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tcHJlc3Nvci9Db21wcmVzc29yLmphdmE=) | `33.33% <ø> (+23.33%)` | :arrow_up: |
   | [...ubbo/rpc/protocol/tri/compressor/DeCompressor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tcHJlc3Nvci9EZUNvbXByZXNzb3IuamF2YQ==) | `16.66% <ø> (+6.66%)` | :arrow_up: |
   | [...pache/dubbo/rpc/protocol/tri/frame/TriDecoder.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvZnJhbWUvVHJpRGVjb2Rlci5qYXZh) | `81.35% <0.00%> (-2.86%)` | :arrow_down: |
   | [...ocol/tri/observer/ClientCallToObserverAdapter.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvb2JzZXJ2ZXIvQ2xpZW50Q2FsbFRvT2JzZXJ2ZXJBZGFwdGVyLmphdmE=) | `32.00% <0.00%> (-14.16%)` | :arrow_down: |
   | ... and [141 more](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [6eaf095...80a5e8e](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] codecov-commenter edited a comment on pull request #9822: [3.0 Triple] Support native stub generator

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #9822:
URL: https://github.com/apache/dubbo/pull/9822#issuecomment-1075081726


   # [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#9822](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (8f77a19) into [3.0](https://codecov.io/gh/apache/dubbo/commit/6eaf0953808155d1812b3c98e7f2706fea5dcc62?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (6eaf095) will **decrease** coverage by `0.43%`.
   > The diff coverage is `59.79%`.
   
   ```diff
   @@             Coverage Diff              @@
   ##                3.0    #9822      +/-   ##
   ============================================
   - Coverage     65.61%   65.18%   -0.44%     
   + Complexity      320      316       -4     
   ============================================
     Files          1208     1213       +5     
     Lines         52545    52783     +238     
     Branches       7972     7980       +8     
   ============================================
   - Hits          34476    34404      -72     
   - Misses        14323    14574     +251     
   - Partials       3746     3805      +59     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...apache/dubbo/common/constants/CommonConstants.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tY29tbW9uL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9jb21tb24vY29uc3RhbnRzL0NvbW1vbkNvbnN0YW50cy5qYXZh) | `100.00% <ø> (ø)` | |
   | [...moting/api/MultiplexProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvTXVsdGlwbGV4UHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `100.00% <ø> (ø)` | |
   | [.../remoting/api/SingleProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvU2luZ2xlUHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `61.53% <ø> (ø)` | |
   | [...g/apache/dubbo/rpc/protocol/tri/ClassLoadUtil.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvQ2xhc3NMb2FkVXRpbC5qYXZh) | `33.33% <ø> (ø)` | |
   | [.../apache/dubbo/rpc/protocol/tri/TripleConstant.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvVHJpcGxlQ29uc3RhbnQuamF2YQ==) | `66.66% <ø> (+2.38%)` | :arrow_up: |
   | [...he/dubbo/rpc/protocol/tri/call/StubServerCall.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY2FsbC9TdHViU2VydmVyQ2FsbC5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [...bbo/rpc/protocol/tri/command/DataQueueCommand.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tbWFuZC9EYXRhUXVldWVDb21tYW5kLmphdmE=) | `75.00% <ø> (+4.41%)` | :arrow_up: |
   | [.../dubbo/rpc/protocol/tri/compressor/Compressor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tcHJlc3Nvci9Db21wcmVzc29yLmphdmE=) | `33.33% <ø> (+23.33%)` | :arrow_up: |
   | [...ubbo/rpc/protocol/tri/compressor/DeCompressor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tcHJlc3Nvci9EZUNvbXByZXNzb3IuamF2YQ==) | `16.66% <ø> (+6.66%)` | :arrow_up: |
   | [...pache/dubbo/rpc/protocol/tri/frame/TriDecoder.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvZnJhbWUvVHJpRGVjb2Rlci5qYXZh) | `81.35% <0.00%> (-2.86%)` | :arrow_down: |
   | ... and [145 more](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [6eaf095...8f77a19](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] codecov-commenter edited a comment on pull request #9822: [3.0 Triple] Support native stub generator

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #9822:
URL: https://github.com/apache/dubbo/pull/9822#issuecomment-1075081726


   # [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#9822](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (328591c) into [3.0](https://codecov.io/gh/apache/dubbo/commit/6eaf0953808155d1812b3c98e7f2706fea5dcc62?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (6eaf095) will **decrease** coverage by `0.36%`.
   > The diff coverage is `65.05%`.
   
   > :exclamation: Current head 328591c differs from pull request most recent head 31a3e28. Consider uploading reports for the commit 31a3e28 to get more accurate results
   
   ```diff
   @@             Coverage Diff              @@
   ##                3.0    #9822      +/-   ##
   ============================================
   - Coverage     65.61%   65.24%   -0.37%     
   + Complexity      320      294      -26     
   ============================================
     Files          1208     1212       +4     
     Lines         52545    52785     +240     
     Branches       7972     7982      +10     
   ============================================
   - Hits          34476    34440      -36     
   - Misses        14323    14557     +234     
   - Partials       3746     3788      +42     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...apache/dubbo/common/constants/CommonConstants.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tY29tbW9uL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9jb21tb24vY29uc3RhbnRzL0NvbW1vbkNvbnN0YW50cy5qYXZh) | `100.00% <ø> (ø)` | |
   | [...moting/api/MultiplexProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvTXVsdGlwbGV4UHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `100.00% <ø> (ø)` | |
   | [.../remoting/api/SingleProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvU2luZ2xlUHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `84.61% <ø> (+23.07%)` | :arrow_up: |
   | [...g/apache/dubbo/rpc/protocol/tri/ClassLoadUtil.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvQ2xhc3NMb2FkVXRpbC5qYXZh) | `33.33% <ø> (ø)` | |
   | [.../apache/dubbo/rpc/protocol/tri/TripleConstant.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvVHJpcGxlQ29uc3RhbnQuamF2YQ==) | `66.66% <ø> (+2.38%)` | :arrow_up: |
   | [...bbo/rpc/protocol/tri/command/DataQueueCommand.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tbWFuZC9EYXRhUXVldWVDb21tYW5kLmphdmE=) | `75.00% <ø> (+4.41%)` | :arrow_up: |
   | [.../dubbo/rpc/protocol/tri/compressor/Compressor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tcHJlc3Nvci9Db21wcmVzc29yLmphdmE=) | `33.33% <ø> (+23.33%)` | :arrow_up: |
   | [...ubbo/rpc/protocol/tri/compressor/DeCompressor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tcHJlc3Nvci9EZUNvbXByZXNzb3IuamF2YQ==) | `16.66% <ø> (+6.66%)` | :arrow_up: |
   | [...pache/dubbo/rpc/protocol/tri/frame/TriDecoder.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvZnJhbWUvVHJpRGVjb2Rlci5qYXZh) | `81.35% <0.00%> (-2.86%)` | :arrow_down: |
   | [...ocol/tri/observer/ClientCallToObserverAdapter.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvb2JzZXJ2ZXIvQ2xpZW50Q2FsbFRvT2JzZXJ2ZXJBZGFwdGVyLmphdmE=) | `32.00% <0.00%> (-14.16%)` | :arrow_down: |
   | ... and [179 more](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [6eaf095...31a3e28](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] guohao commented on a change in pull request #9822: [3.0 Triple] Support native stub generator

Posted by GitBox <gi...@apache.org>.
guohao commented on a change in pull request #9822:
URL: https://github.com/apache/dubbo/pull/9822#discussion_r835835436



##########
File path: dubbo-common/src/main/java/org/apache/dubbo/rpc/model/PackableMethod.java
##########
@@ -0,0 +1,56 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.apache.dubbo.rpc.model;
+
+import java.io.IOException;
+
+public interface PackableMethod {

Review comment:
       `StubSuppliers` is a tradeoff that used to load generated class at client side. There is no better solution for it now. It may be substituted in the future.




-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] codecov-commenter edited a comment on pull request #9822: [3.0 Triple] Support native stub generator

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #9822:
URL: https://github.com/apache/dubbo/pull/9822#issuecomment-1075081726


   # [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#9822](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (7d0f45b) into [3.0](https://codecov.io/gh/apache/dubbo/commit/6eaf0953808155d1812b3c98e7f2706fea5dcc62?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (6eaf095) will **increase** coverage by `0.16%`.
   > The diff coverage is `65.15%`.
   
   ```diff
   @@             Coverage Diff              @@
   ##                3.0    #9822      +/-   ##
   ============================================
   + Coverage     65.61%   65.77%   +0.16%     
   + Complexity      320      319       -1     
   ============================================
     Files          1208     1212       +4     
     Lines         52545    52786     +241     
     Branches       7972     8004      +32     
   ============================================
   + Hits          34476    34721     +245     
   + Misses        14323    14285      -38     
   - Partials       3746     3780      +34     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...apache/dubbo/common/constants/CommonConstants.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tY29tbW9uL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9jb21tb24vY29uc3RhbnRzL0NvbW1vbkNvbnN0YW50cy5qYXZh) | `100.00% <ø> (ø)` | |
   | [...moting/api/MultiplexProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvTXVsdGlwbGV4UHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `100.00% <ø> (ø)` | |
   | [.../remoting/api/SingleProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvU2luZ2xlUHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `84.61% <ø> (+23.07%)` | :arrow_up: |
   | [...g/apache/dubbo/rpc/protocol/tri/ClassLoadUtil.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvQ2xhc3NMb2FkVXRpbC5qYXZh) | `33.33% <ø> (ø)` | |
   | [.../apache/dubbo/rpc/protocol/tri/TripleConstant.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvVHJpcGxlQ29uc3RhbnQuamF2YQ==) | `66.66% <ø> (+2.38%)` | :arrow_up: |
   | [...bbo/rpc/protocol/tri/command/DataQueueCommand.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tbWFuZC9EYXRhUXVldWVDb21tYW5kLmphdmE=) | `75.00% <ø> (+4.41%)` | :arrow_up: |
   | [.../dubbo/rpc/protocol/tri/compressor/Compressor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tcHJlc3Nvci9Db21wcmVzc29yLmphdmE=) | `33.33% <ø> (+23.33%)` | :arrow_up: |
   | [...ubbo/rpc/protocol/tri/compressor/DeCompressor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tcHJlc3Nvci9EZUNvbXByZXNzb3IuamF2YQ==) | `16.66% <ø> (+6.66%)` | :arrow_up: |
   | [...pache/dubbo/rpc/protocol/tri/frame/TriDecoder.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvZnJhbWUvVHJpRGVjb2Rlci5qYXZh) | `81.35% <0.00%> (-2.86%)` | :arrow_down: |
   | [...ocol/tri/observer/ClientCallToObserverAdapter.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvb2JzZXJ2ZXIvQ2xpZW50Q2FsbFRvT2JzZXJ2ZXJBZGFwdGVyLmphdmE=) | `32.00% <0.00%> (-14.16%)` | :arrow_down: |
   | ... and [132 more](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [6eaf095...7d0f45b](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] codecov-commenter edited a comment on pull request #9822: [3.0 Triple] Support native stub generator

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #9822:
URL: https://github.com/apache/dubbo/pull/9822#issuecomment-1075081726


   # [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#9822](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (7d0f45b) into [3.0](https://codecov.io/gh/apache/dubbo/commit/6eaf0953808155d1812b3c98e7f2706fea5dcc62?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (6eaf095) will **decrease** coverage by `0.16%`.
   > The diff coverage is `64.87%`.
   
   ```diff
   @@             Coverage Diff              @@
   ##                3.0    #9822      +/-   ##
   ============================================
   - Coverage     65.61%   65.44%   -0.17%     
   + Complexity      320      317       -3     
   ============================================
     Files          1208     1212       +4     
     Lines         52545    52750     +205     
     Branches       7972     7976       +4     
   ============================================
   + Hits          34476    34521      +45     
   - Misses        14323    14428     +105     
   - Partials       3746     3801      +55     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...apache/dubbo/common/constants/CommonConstants.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tY29tbW9uL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9jb21tb24vY29uc3RhbnRzL0NvbW1vbkNvbnN0YW50cy5qYXZh) | `100.00% <ø> (ø)` | |
   | [...moting/api/MultiplexProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvTXVsdGlwbGV4UHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `100.00% <ø> (ø)` | |
   | [.../remoting/api/SingleProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvU2luZ2xlUHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `61.53% <ø> (ø)` | |
   | [...g/apache/dubbo/rpc/protocol/tri/ClassLoadUtil.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvQ2xhc3NMb2FkVXRpbC5qYXZh) | `33.33% <ø> (ø)` | |
   | [.../apache/dubbo/rpc/protocol/tri/TripleConstant.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvVHJpcGxlQ29uc3RhbnQuamF2YQ==) | `66.66% <ø> (+2.38%)` | :arrow_up: |
   | [...bbo/rpc/protocol/tri/command/DataQueueCommand.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tbWFuZC9EYXRhUXVldWVDb21tYW5kLmphdmE=) | `75.00% <ø> (+4.41%)` | :arrow_up: |
   | [.../dubbo/rpc/protocol/tri/compressor/Compressor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tcHJlc3Nvci9Db21wcmVzc29yLmphdmE=) | `33.33% <ø> (+23.33%)` | :arrow_up: |
   | [...ubbo/rpc/protocol/tri/compressor/DeCompressor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tcHJlc3Nvci9EZUNvbXByZXNzb3IuamF2YQ==) | `16.66% <ø> (+6.66%)` | :arrow_up: |
   | [...pache/dubbo/rpc/protocol/tri/frame/TriDecoder.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvZnJhbWUvVHJpRGVjb2Rlci5qYXZh) | `81.35% <0.00%> (-2.86%)` | :arrow_down: |
   | [...ocol/tri/observer/ClientCallToObserverAdapter.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvb2JzZXJ2ZXIvQ2xpZW50Q2FsbFRvT2JzZXJ2ZXJBZGFwdGVyLmphdmE=) | `32.00% <0.00%> (-14.16%)` | :arrow_down: |
   | ... and [171 more](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [6eaf095...7d0f45b](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] codecov-commenter edited a comment on pull request #9822: [3.0 Triple] Support native stub generator

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #9822:
URL: https://github.com/apache/dubbo/pull/9822#issuecomment-1075081726


   # [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#9822](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (31a3e28) into [3.0](https://codecov.io/gh/apache/dubbo/commit/6eaf0953808155d1812b3c98e7f2706fea5dcc62?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (6eaf095) will **increase** coverage by `0.14%`.
   > The diff coverage is `65.11%`.
   
   ```diff
   @@             Coverage Diff              @@
   ##                3.0    #9822      +/-   ##
   ============================================
   + Coverage     65.61%   65.75%   +0.14%     
   + Complexity      320      297      -23     
   ============================================
     Files          1208     1212       +4     
     Lines         52545    52799     +254     
     Branches       7972     8006      +34     
   ============================================
   + Hits          34476    34718     +242     
   + Misses        14323    14302      -21     
   - Partials       3746     3779      +33     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...apache/dubbo/common/constants/CommonConstants.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tY29tbW9uL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9jb21tb24vY29uc3RhbnRzL0NvbW1vbkNvbnN0YW50cy5qYXZh) | `100.00% <ø> (ø)` | |
   | [...moting/api/MultiplexProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvTXVsdGlwbGV4UHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `100.00% <ø> (ø)` | |
   | [.../remoting/api/SingleProtocolConnectionManager.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcmVtb3RpbmcvZHViYm8tcmVtb3RpbmctYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9kdWJiby9yZW1vdGluZy9hcGkvU2luZ2xlUHJvdG9jb2xDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `84.61% <ø> (+23.07%)` | :arrow_up: |
   | [...g/apache/dubbo/rpc/protocol/tri/ClassLoadUtil.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvQ2xhc3NMb2FkVXRpbC5qYXZh) | `33.33% <ø> (ø)` | |
   | [.../apache/dubbo/rpc/protocol/tri/TripleConstant.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvVHJpcGxlQ29uc3RhbnQuamF2YQ==) | `66.66% <ø> (+2.38%)` | :arrow_up: |
   | [...bbo/rpc/protocol/tri/command/DataQueueCommand.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tbWFuZC9EYXRhUXVldWVDb21tYW5kLmphdmE=) | `75.00% <ø> (+4.41%)` | :arrow_up: |
   | [.../dubbo/rpc/protocol/tri/compressor/Compressor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tcHJlc3Nvci9Db21wcmVzc29yLmphdmE=) | `33.33% <ø> (+23.33%)` | :arrow_up: |
   | [...ubbo/rpc/protocol/tri/compressor/DeCompressor.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvY29tcHJlc3Nvci9EZUNvbXByZXNzb3IuamF2YQ==) | `16.66% <ø> (+6.66%)` | :arrow_up: |
   | [...pache/dubbo/rpc/protocol/tri/frame/TriDecoder.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvZnJhbWUvVHJpRGVjb2Rlci5qYXZh) | `81.35% <0.00%> (-2.86%)` | :arrow_down: |
   | [...ocol/tri/observer/ClientCallToObserverAdapter.java](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tcnBjL2R1YmJvLXJwYy10cmlwbGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL3JwYy9wcm90b2NvbC90cmkvb2JzZXJ2ZXIvQ2xpZW50Q2FsbFRvT2JzZXJ2ZXJBZGFwdGVyLmphdmE=) | `32.00% <0.00%> (-14.16%)` | :arrow_down: |
   | ... and [140 more](https://codecov.io/gh/apache/dubbo/pull/9822/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [6eaf095...31a3e28](https://codecov.io/gh/apache/dubbo/pull/9822?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org