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 2021/09/09 09:50:17 UTC

[GitHub] [dubbo-spi-extensions] hclown9804 opened a new pull request #61: Extend gson serialization

hclown9804 opened a new pull request #61:
URL: https://github.com/apache/dubbo-spi-extensions/pull/61


   ## What is the purpose of the change
   
   Make dubbo3 support gson serialization.
   
   ## Brief changelog
   
   ## Verifying this change
   
   Follow this checklist to help us incorporate your contribution quickly and easily:
   
   - [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.
   - [ ] Format the pull request title like `[Dubbo-XXX] Fix UnknownException when host config not exist #XXX`. Each commit in the pull request should have a meaningful subject line and body.
   - [ ] Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
   - [ ] 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.
   - [ ] Run `mvn clean install -DskipTests=false` & `mvn clean test-compile failsafe:integration-test` to make sure unit-test and integration-test pass.
   - [ ] If this contribution is large, please follow the [Software Donation Guide](https://github.com/apache/dubbo/wiki/Software-donation-guide).
   
   #60 


-- 
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-spi-extensions] codecov-commenter edited a comment on pull request #61: Extend gson serialization

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






-- 
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-spi-extensions] codecov-commenter edited a comment on pull request #61: Extend gson serialization

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


   # [Codecov](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/61?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 [#61](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/61?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (fc2d473) into [master](https://codecov.io/gh/apache/dubbo-spi-extensions/commit/50227337a4e255e880656a19267f67699905ef82?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (5022733) will **increase** coverage by `7.05%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/61/graphs/tree.svg?width=650&height=150&src=pr&token=5VPNX1R1J7&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/61?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   
   ```diff
   @@             Coverage Diff              @@
   ##             master      #61      +/-   ##
   ============================================
   + Coverage     60.66%   67.71%   +7.05%     
   - Complexity       23       61      +38     
   ============================================
     Files             5        9       +4     
     Lines           272      350      +78     
     Branches         34       35       +1     
   ============================================
   + Hits            165      237      +72     
   - Misses           87       92       +5     
   - Partials         20       21       +1     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/61?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [.../dubbo/common/serialize/gson/ExceptionWrapper.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/61/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tc2VyaWFsaXphdGlvbi1leHRlbnNpb25zL2R1YmJvLXNlcmlhbGl6YXRpb24tZ3Nvbi9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvZHViYm8vY29tbW9uL3NlcmlhbGl6ZS9nc29uL0V4Y2VwdGlvbldyYXBwZXIuamF2YQ==) | `100.00% <0.00%> (ø)` | |
   | [...bo/common/serialize/gson/GsonJsonObjectOutput.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/61/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tc2VyaWFsaXphdGlvbi1leHRlbnNpb25zL2R1YmJvLXNlcmlhbGl6YXRpb24tZ3Nvbi9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvZHViYm8vY29tbW9uL3NlcmlhbGl6ZS9nc29uL0dzb25Kc29uT2JqZWN0T3V0cHV0LmphdmE=) | `100.00% <0.00%> (ø)` | |
   | [...dubbo/common/serialize/gson/GsonSerialization.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/61/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tc2VyaWFsaXphdGlvbi1leHRlbnNpb25zL2R1YmJvLXNlcmlhbGl6YXRpb24tZ3Nvbi9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvZHViYm8vY29tbW9uL3NlcmlhbGl6ZS9nc29uL0dzb25TZXJpYWxpemF0aW9uLmphdmE=) | `100.00% <0.00%> (ø)` | |
   | [...bbo/common/serialize/gson/GsonJsonObjectInput.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/61/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tc2VyaWFsaXphdGlvbi1leHRlbnNpb25zL2R1YmJvLXNlcmlhbGl6YXRpb24tZ3Nvbi9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvZHViYm8vY29tbW9uL3NlcmlhbGl6ZS9nc29uL0dzb25Kc29uT2JqZWN0SW5wdXQuamF2YQ==) | `78.57% <0.00%> (ø)` | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/61?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-spi-extensions/pull/61?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 [5022733...fc2d473](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/61?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-spi-extensions] xiaoheng1 merged pull request #61: Extend gson serialization

Posted by GitBox <gi...@apache.org>.
xiaoheng1 merged pull request #61:
URL: https://github.com/apache/dubbo-spi-extensions/pull/61


   


-- 
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-spi-extensions] codecov-commenter commented on pull request #61: Extend gson serialization

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


   # [Codecov](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/61?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 [#61](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/61?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (fc2d473) into [master](https://codecov.io/gh/apache/dubbo-spi-extensions/commit/50227337a4e255e880656a19267f67699905ef82?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (5022733) will **increase** coverage by `7.05%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/61/graphs/tree.svg?width=650&height=150&src=pr&token=5VPNX1R1J7&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/61?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   
   ```diff
   @@             Coverage Diff              @@
   ##             master      #61      +/-   ##
   ============================================
   + Coverage     60.66%   67.71%   +7.05%     
   - Complexity       23       61      +38     
   ============================================
     Files             5        9       +4     
     Lines           272      350      +78     
     Branches         34       35       +1     
   ============================================
   + Hits            165      237      +72     
   - Misses           87       92       +5     
   - Partials         20       21       +1     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/61?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...dubbo/common/serialize/gson/GsonSerialization.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/61/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tc2VyaWFsaXphdGlvbi1leHRlbnNpb25zL2R1YmJvLXNlcmlhbGl6YXRpb24tZ3Nvbi9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvZHViYm8vY29tbW9uL3NlcmlhbGl6ZS9nc29uL0dzb25TZXJpYWxpemF0aW9uLmphdmE=) | `100.00% <0.00%> (ø)` | |
   | [...bo/common/serialize/gson/GsonJsonObjectOutput.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/61/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tc2VyaWFsaXphdGlvbi1leHRlbnNpb25zL2R1YmJvLXNlcmlhbGl6YXRpb24tZ3Nvbi9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvZHViYm8vY29tbW9uL3NlcmlhbGl6ZS9nc29uL0dzb25Kc29uT2JqZWN0T3V0cHV0LmphdmE=) | `100.00% <0.00%> (ø)` | |
   | [.../dubbo/common/serialize/gson/ExceptionWrapper.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/61/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tc2VyaWFsaXphdGlvbi1leHRlbnNpb25zL2R1YmJvLXNlcmlhbGl6YXRpb24tZ3Nvbi9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvZHViYm8vY29tbW9uL3NlcmlhbGl6ZS9nc29uL0V4Y2VwdGlvbldyYXBwZXIuamF2YQ==) | `100.00% <0.00%> (ø)` | |
   | [...bbo/common/serialize/gson/GsonJsonObjectInput.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/61/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tc2VyaWFsaXphdGlvbi1leHRlbnNpb25zL2R1YmJvLXNlcmlhbGl6YXRpb24tZ3Nvbi9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvZHViYm8vY29tbW9uL3NlcmlhbGl6ZS9nc29uL0dzb25Kc29uT2JqZWN0SW5wdXQuamF2YQ==) | `78.57% <0.00%> (ø)` | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/61?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-spi-extensions/pull/61?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 [5022733...fc2d473](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/61?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-spi-extensions] codecov-commenter edited a comment on pull request #61: Extend gson serialization

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


   # [Codecov](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/61?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 [#61](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/61?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (fc2d473) into [master](https://codecov.io/gh/apache/dubbo-spi-extensions/commit/50227337a4e255e880656a19267f67699905ef82?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (5022733) will **increase** coverage by `7.05%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/61/graphs/tree.svg?width=650&height=150&src=pr&token=5VPNX1R1J7&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/61?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   
   ```diff
   @@             Coverage Diff              @@
   ##             master      #61      +/-   ##
   ============================================
   + Coverage     60.66%   67.71%   +7.05%     
   - Complexity       23       61      +38     
   ============================================
     Files             5        9       +4     
     Lines           272      350      +78     
     Branches         34       35       +1     
   ============================================
   + Hits            165      237      +72     
   - Misses           87       92       +5     
   - Partials         20       21       +1     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/61?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...bo/common/serialize/gson/GsonJsonObjectOutput.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/61/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tc2VyaWFsaXphdGlvbi1leHRlbnNpb25zL2R1YmJvLXNlcmlhbGl6YXRpb24tZ3Nvbi9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvZHViYm8vY29tbW9uL3NlcmlhbGl6ZS9nc29uL0dzb25Kc29uT2JqZWN0T3V0cHV0LmphdmE=) | `100.00% <0.00%> (ø)` | |
   | [.../dubbo/common/serialize/gson/ExceptionWrapper.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/61/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tc2VyaWFsaXphdGlvbi1leHRlbnNpb25zL2R1YmJvLXNlcmlhbGl6YXRpb24tZ3Nvbi9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvZHViYm8vY29tbW9uL3NlcmlhbGl6ZS9nc29uL0V4Y2VwdGlvbldyYXBwZXIuamF2YQ==) | `100.00% <0.00%> (ø)` | |
   | [...dubbo/common/serialize/gson/GsonSerialization.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/61/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tc2VyaWFsaXphdGlvbi1leHRlbnNpb25zL2R1YmJvLXNlcmlhbGl6YXRpb24tZ3Nvbi9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvZHViYm8vY29tbW9uL3NlcmlhbGl6ZS9nc29uL0dzb25TZXJpYWxpemF0aW9uLmphdmE=) | `100.00% <0.00%> (ø)` | |
   | [...bbo/common/serialize/gson/GsonJsonObjectInput.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/61/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tc2VyaWFsaXphdGlvbi1leHRlbnNpb25zL2R1YmJvLXNlcmlhbGl6YXRpb24tZ3Nvbi9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvZHViYm8vY29tbW9uL3NlcmlhbGl6ZS9nc29uL0dzb25Kc29uT2JqZWN0SW5wdXQuamF2YQ==) | `78.57% <0.00%> (ø)` | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/61?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-spi-extensions/pull/61?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 [5022733...fc2d473](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/61?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-spi-extensions] codecov-commenter edited a comment on pull request #61: Extend gson serialization

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


   # [Codecov](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/61?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 [#61](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/61?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (fc2d473) into [master](https://codecov.io/gh/apache/dubbo-spi-extensions/commit/50227337a4e255e880656a19267f67699905ef82?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (5022733) will **increase** coverage by `7.05%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/61/graphs/tree.svg?width=650&height=150&src=pr&token=5VPNX1R1J7&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/61?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   
   ```diff
   @@             Coverage Diff              @@
   ##             master      #61      +/-   ##
   ============================================
   + Coverage     60.66%   67.71%   +7.05%     
   - Complexity       23       61      +38     
   ============================================
     Files             5        9       +4     
     Lines           272      350      +78     
     Branches         34       35       +1     
   ============================================
   + Hits            165      237      +72     
   - Misses           87       92       +5     
   - Partials         20       21       +1     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/61?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...bbo/common/serialize/gson/GsonJsonObjectInput.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/61/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tc2VyaWFsaXphdGlvbi1leHRlbnNpb25zL2R1YmJvLXNlcmlhbGl6YXRpb24tZ3Nvbi9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvZHViYm8vY29tbW9uL3NlcmlhbGl6ZS9nc29uL0dzb25Kc29uT2JqZWN0SW5wdXQuamF2YQ==) | `78.57% <0.00%> (ø)` | |
   | [.../dubbo/common/serialize/gson/ExceptionWrapper.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/61/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tc2VyaWFsaXphdGlvbi1leHRlbnNpb25zL2R1YmJvLXNlcmlhbGl6YXRpb24tZ3Nvbi9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvZHViYm8vY29tbW9uL3NlcmlhbGl6ZS9nc29uL0V4Y2VwdGlvbldyYXBwZXIuamF2YQ==) | `100.00% <0.00%> (ø)` | |
   | [...dubbo/common/serialize/gson/GsonSerialization.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/61/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tc2VyaWFsaXphdGlvbi1leHRlbnNpb25zL2R1YmJvLXNlcmlhbGl6YXRpb24tZ3Nvbi9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvZHViYm8vY29tbW9uL3NlcmlhbGl6ZS9nc29uL0dzb25TZXJpYWxpemF0aW9uLmphdmE=) | `100.00% <0.00%> (ø)` | |
   | [...bo/common/serialize/gson/GsonJsonObjectOutput.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/61/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tc2VyaWFsaXphdGlvbi1leHRlbnNpb25zL2R1YmJvLXNlcmlhbGl6YXRpb24tZ3Nvbi9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvZHViYm8vY29tbW9uL3NlcmlhbGl6ZS9nc29uL0dzb25Kc29uT2JqZWN0T3V0cHV0LmphdmE=) | `100.00% <0.00%> (ø)` | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/61?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-spi-extensions/pull/61?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 [5022733...fc2d473](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/61?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-spi-extensions] codecov-commenter edited a comment on pull request #61: Extend gson serialization

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


   # [Codecov](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/61?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 [#61](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/61?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (5fa340a) into [master](https://codecov.io/gh/apache/dubbo-spi-extensions/commit/3511ea978a88f0045a768ed281c27bdc374d0acf?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (3511ea9) will **increase** coverage by `7.64%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/61/graphs/tree.svg?width=650&height=150&src=pr&token=5VPNX1R1J7&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/61?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   
   ```diff
   @@             Coverage Diff              @@
   ##             master      #61      +/-   ##
   ============================================
   + Coverage     29.15%   36.80%   +7.64%     
   - Complexity       23       61      +38     
   ============================================
     Files            26       30       +4     
     Lines           566      644      +78     
     Branches         73       74       +1     
   ============================================
   + Hits            165      237      +72     
   - Misses          381      386       +5     
   - Partials         20       21       +1     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/61?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...dubbo/common/serialize/gson/GsonSerialization.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/61/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tc2VyaWFsaXphdGlvbi1leHRlbnNpb25zL2R1YmJvLXNlcmlhbGl6YXRpb24tZ3Nvbi9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvZHViYm8vY29tbW9uL3NlcmlhbGl6ZS9nc29uL0dzb25TZXJpYWxpemF0aW9uLmphdmE=) | `100.00% <0.00%> (ø)` | |
   | [...bo/common/serialize/gson/GsonJsonObjectOutput.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/61/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tc2VyaWFsaXphdGlvbi1leHRlbnNpb25zL2R1YmJvLXNlcmlhbGl6YXRpb24tZ3Nvbi9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvZHViYm8vY29tbW9uL3NlcmlhbGl6ZS9nc29uL0dzb25Kc29uT2JqZWN0T3V0cHV0LmphdmE=) | `100.00% <0.00%> (ø)` | |
   | [.../dubbo/common/serialize/gson/ExceptionWrapper.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/61/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tc2VyaWFsaXphdGlvbi1leHRlbnNpb25zL2R1YmJvLXNlcmlhbGl6YXRpb24tZ3Nvbi9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvZHViYm8vY29tbW9uL3NlcmlhbGl6ZS9nc29uL0V4Y2VwdGlvbldyYXBwZXIuamF2YQ==) | `100.00% <0.00%> (ø)` | |
   | [...bbo/common/serialize/gson/GsonJsonObjectInput.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/61/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tc2VyaWFsaXphdGlvbi1leHRlbnNpb25zL2R1YmJvLXNlcmlhbGl6YXRpb24tZ3Nvbi9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvZHViYm8vY29tbW9uL3NlcmlhbGl6ZS9nc29uL0dzb25Kc29uT2JqZWN0SW5wdXQuamF2YQ==) | `78.57% <0.00%> (ø)` | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/61?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-spi-extensions/pull/61?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 [3511ea9...5fa340a](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/61?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