[Dubbo-5479] refactor generic invoke support#5481
Merged
chickenlj merged 1 commit intoapache:masterfrom Feb 3, 2020
Merged
Conversation
chickenlj
requested changes
Dec 17, 2019
dubbo-rpc/dubbo-rpc-api/src/main/java/org/apache/dubbo/rpc/proxy/AbstractProxyFactory.java
Show resolved
Hide resolved
dubbo-rpc/dubbo-rpc-api/src/main/java/org/apache/dubbo/rpc/proxy/AbstractProxyFactory.java
Outdated
Show resolved
Hide resolved
Contributor
|
Please check the comments I left on your PR. I would suggest that you submit a new PR and start work from the latest code in the master branch so as to make sure changes are limited to this specific issue #5479. |
0c02529 to
fecc62e
Compare
Codecov Report
@@ Coverage Diff @@
## master #5481 +/- ##
============================================
+ Coverage 61.18% 61.19% +0.01%
- Complexity 421 422 +1
============================================
Files 922 922
Lines 37507 37518 +11
Branches 5440 5442 +2
============================================
+ Hits 22947 22959 +12
+ Misses 12072 12064 -8
- Partials 2488 2495 +7
Continue to review full report at Codecov.
|
fecc62e to
a04de2a
Compare
Contributor
|
Please remove the changes to the demo module, other changes LGTM. api/dubbo-demo-api-consumer/src/main/java/org/apache/dubbo/demo/consumer/Application.java |
chickenlj
approved these changes
Feb 3, 2020
6 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is the purpose of the change
refactor generic invoke support
Brief changelog
AbstractProxyFactory#getProxyVerifying this change