-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix registration ignored for struct with same name in diff package #279
fix registration ignored for struct with same name in diff package #279
Conversation
@wongoo 如果不考虑JavaClassName重复注册的话,dubbo-go无须变动 |
暂不考虑,重复JavaClassName的问题应该在象模型设计上就做好区分。 |
涉及的面有点多,暂时先关闭 |
Codecov Report
@@ Coverage Diff @@
## master #279 +/- ##
==========================================
+ Coverage 70.09% 70.21% +0.11%
==========================================
Files 27 27
Lines 3016 3028 +12
==========================================
+ Hits 2114 2126 +12
Misses 677 677
Partials 225 225
Continue to review full report at Codecov.
|
Pls add unit tests for this pr. maybe some uts for the two new funcs. |
…st_module_name Fix: modify pr #279 unit test requires module name
What this PR does:
Optimizing the registration go struct name (combine go PkgPath and go Name).
Which issue(s) this PR fixes:
Fixes apache/dubbo-go#1454
Special notes for your reviewer:
Does this PR introduce a user-facing change?: