Skip to content

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