Skip to content
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

Add apache dubbo3 support implementation #2789

Merged
merged 3 commits into from
Jul 22, 2022
Merged

Conversation

AlbumenJ
Copy link
Contributor

Describe what this PR does / why we need it

Add apache dubbo3 support implementation

Does this pull request fix one issue?

Describe how you did it

Describe how to verify it

Special notes for reviews

@CLAassistant
Copy link

CLAassistant commented Jul 14, 2022

CLA assistant check
All committers have signed the CLA.

@sczyh30 sczyh30 added to-review To review area/integrations Issues or PRs related to integrations with open-source components labels Jul 14, 2022
@sczyh30
Copy link
Member

sczyh30 commented Jul 14, 2022

Could you please polish the doc format according to the CI message?

.append(getMethodResourceName(invoker, invocation, DubboAdapterGlobalConfig.getDubboInterfaceGroupAndVersionEnabled()))
.toString();
} else {
return getMethodResourceName(invoker, invocation, DubboAdapterGlobalConfig.getDubboInterfaceGroupAndVersionEnabled());

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

else may be redundant here, e.g.

if () {
  return foo;
}
return bar;

Copy link
Member

@sczyh30 sczyh30 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@sczyh30 sczyh30 merged commit e5a62cb into alibaba:master Jul 22, 2022
@sczyh30
Copy link
Member

sczyh30 commented Jul 22, 2022

Thanks for contributing!

@sczyh30 sczyh30 added this to the 1.8.5 milestone Jul 22, 2022
@sczyh30 sczyh30 added kind/feature Category issues or prs related to feature request. and removed to-review To review labels Jul 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/integrations Issues or PRs related to integrations with open-source components kind/feature Category issues or prs related to feature request.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants