-
Notifications
You must be signed in to change notification settings - Fork 13k
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
[ISSUE #6970] Add rest api v2 in core module #7085
Conversation
It seems that CI can't pass. Can you check and fix it first? |
done |
Can we talk? Whatsapp!? |
Should we add |
Great idea, I have added annotations for these controllers. |
@@ -60,6 +60,7 @@ | |||
<module name="AbbreviationAsWordInName"> | |||
<property name="ignoreFinal" value="false"/> | |||
<property name="allowedAbbreviationLength" value="1"/> | |||
<property name="allowedAbbreviations" value="VO"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why change check style?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cause some domain object like DTO、VO cannot pass checkstyle, I add VO here
Good Day,
I'm sorry late reply i have problem in my internet connection and my
phone and also not enough memory. If i fix it or my contribute I can earn.
…On Thu, Nov 4, 2021, 10:02 AM 杨翊 SionYang ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In style/NacosCheckStyle.xml
<#7085 (comment)>:
> @@ -60,6 +60,7 @@
<module name="AbbreviationAsWordInName">
<property name="ignoreFinal" value="false"/>
<property name="allowedAbbreviationLength" value="1"/>
+ <property name="allowedAbbreviations" value="VO"/>
Why change check style?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#7085 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AWAV7XTUQ33ZAO54PGEWPZ3UKHST7ANCNFSM5GDMPW3Q>
.
|
What name changed?
Get Outlook for Android<https://aka.ms/AAb9ysg>
________________________________
From: jenny friel regala ***@***.***>
Sent: Thursday, November 4, 2021 1:23:30 PM
To: alibaba/nacos ***@***.***>
Subject: Re: [alibaba/nacos] [ISSUE #6970] Add rest api v2 in core module (#7085)
Good Day,
I'm sorry late reply i have problem in my internet connection and my phone and also not enough memory. If i fix it or my contribute I can earn.
On Thu, Nov 4, 2021, 10:02 AM 杨翊 SionYang ***@***.******@***.***>> wrote:
@KomachiSion commented on this pull request.
________________________________
In style/NacosCheckStyle.xml<#7085 (comment)>:
@@ -60,6 +60,7 @@
<module name="AbbreviationAsWordInName">
<property name="ignoreFinal" value="false"/>
<property name="allowedAbbreviationLength" value="1"/>
+ <property name="allowedAbbreviations" value="VO"/>
Why change check style?
―
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#7085 (review)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AWAV7XTUQ33ZAO54PGEWPZ3UKHST7ANCNFSM5GDMPW3Q>.
|
Okay
…On Wed, Nov 10, 2021, 2:11 PM 杨翊 SionYang ***@***.***> wrote:
Merged #7085 <#7085> into develop.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#7085 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AWAV7XQHTUPE77DQN553K6LULIEKPANCNFSM5GDMPW3Q>
.
|
Please do not create a Pull Request without creating an issue first.
What is the purpose of the change
fixes #6970