Re: [Discussion] Should we rename the Dubbo's Java anntations with "Dubbo" prefix?

2019-03-07 Thread Ian Luo
--------------- > >> 您的朋友:刘志广 > >> > >> > >> *From:* Mercy > >> *Date:* 2019-02-28 17:17 > >> *To:* dev > >> *Subject:* [Discussion] Should we rename the Dubbo's Java anntations > with > >> "Dubbo

Re: [Discussion] Should we rename the Dubbo's Java anntations with "Dubbo" prefix?

2019-03-07 Thread jun liu
gt;> -- >> 您的朋友:刘志广 >> >> >> *From:* Mercy >> *Date:* 2019-02-28 17:17 >> *To:* dev >> *Subject:* [Discussion] Should we rename the Dubbo's Java anntations with >> "Dubbo" prefix? >> Hi all, >>

Re: [Discussion] Should we rename the Dubbo's Java anntations with "Dubbo" prefix?

2019-03-04 Thread Ian Luo
e considered in a big version update such as 2.X to 3.X > but not from 2.7.x to 2.8.x。 > > -- > 您的朋友:刘志广 > > > *From:* Mercy > *Date:* 2019-02-28 17:17 > *To:* dev > *Subject:* [Discussion] Should we rename the Dubbo's Java anntations

Re: [Discussion] Should we rename the Dubbo's Java anntations with "Dubbo" prefix?

2019-03-04 Thread zhi_guang_...@163.com
: [Discussion] Should we rename the Dubbo's Java anntations with "Dubbo" prefix? Hi all, It's an interesting issue[1] that was posted on Dubbo Spring Boot Project, the reporter ask to rename the Dubbo's Java anntations with "Dubbo" Prefix: Before:

Re: [Discussion] Should we rename the Dubbo's Java anntations with "Dubbo" prefix?

2019-03-04 Thread Huxing Zhang
Hi, I like this thread, typical Apache way! BTW, +1 to rename to @DubboService looks clearer to me! On Thu, Feb 28, 2019 at 5:18 PM Mercy wrote: > > Hi all, > > > It's an interesting issue[1] that was posted on Dubbo Spring Boot > Project, the reporter ask to rename the Dubbo's Java anntati

Re: 回复:[Discussion] Should we rename the Dubbo's Java anntations with"Dubbo" prefix?

2019-03-03 Thread Ian Luo
gt; > > 在 2019-02-28 23:05:02,"Taosheng, Wei" 写道: > > > >I think it is not necessary. If a shorter name can express its meaning > > > clearly, we do not need to make it longer. > > > >Classes in different frameworks have identical names is widespread

Re: 回复:[Discussion] Should we rename the Dubbo's Java anntations with"Dubbo" prefix?

2019-02-28 Thread YunKun Huang
ot need to make it longer. > > >Classes in different frameworks have identical names is widespread. For > > example, java nio and netty both have Channel class. > > > > > > > > > > > > > > >-- 原始邮件 -- > &

Re: 回复:[Discussion] Should we rename the Dubbo's Java anntations with"Dubbo" prefix?

2019-02-28 Thread LiZhenNet
> > >------ 原始邮件 -- > >发件人: "Mercy"; > >发送时间: 2019年2月28日(星期四) 下午5:17 > >收件人: "dev"; > >主题: [Discussion] Should we rename the Dubbo's Java anntations with"Dubbo" > prefix? > > > > > >

Re:回复:[Discussion] Should we rename the Dubbo's Java anntations with"Dubbo" prefix?

2019-02-28 Thread kezhenxu94
class. > > > > >-- 原始邮件 ------ >发件人: "Mercy"; >发送时间: 2019年2月28日(星期四) 下午5:17 >收件人: "dev"; >主题: [Discussion] Should we rename the Dubbo's Java anntations with"Dubbo" >prefix? > > > >Hi all, > &

??????[Discussion] Should we rename the Dubbo's Java anntations with"Dubbo" prefix?

2019-02-28 Thread Taosheng, Wei
. -- -- ??: "Mercy"; : 2019??2??28??(??) 5:17 ??: "dev"; : [Discussion] Should we rename the Dubbo's Java anntations with"Dubbo" prefix? Hi all, It's an interesting issue[1] that was posted on Dubbo Spring Boot Project, the

[Discussion] Should we rename the Dubbo's Java anntations with "Dubbo" prefix?

2019-02-28 Thread Mercy
Hi all,     It's an interesting issue[1] that was posted on Dubbo Spring Boot Project, the reporter ask to rename the Dubbo's Java anntations with "Dubbo" Prefix: Before:     @Service     @Reference After:     @DubboService     @DubboReference I think that's fine, What's your opinion?