Re: [CFP] Dubbo Nanjing Meetup on March 23rd

2019-02-28 Thread Huxing Zhang
Hi All, The CFP channel is closed at 23:59 on Feb 28th. Thanks for everyone who submitted, once the topics are decided, the registration will be open. On Fri, Feb 22, 2019 at 6:13 PM Huxing Zhang wrote: > > Hi, > > I am pleased to announce that the Dubbo community are going to hold a meetup >

Re: Next steps of projects in Dubbo group

2019-02-28 Thread Huxing Zhang
Hi, On Fri, Mar 1, 2019 at 2:55 PM Mercy wrote: > > Now, The source code of Dubbo Spring Cloud has been merged into the > https://github.com/spring-cloud-incubator/spring-cloud-alibaba. > > However, it's using Dubbo 2.6.x with Spring Boot Starter, should we keep > the similar implemention using

Re: 2.7.1 release plan

2019-02-28 Thread Mercy
I'm glad to hear that. Nacos registry will be add into this release. Kind regards, Mercy Ma 在 2019/3/1 下午2:47, Huxing Zhang 写道: Hi, Good to hear that. I am working on the etcd support. I think code freeze at Mar 15th looks good to me. On Fri, Mar 1, 2019 at 1:32 PM Ian Luo wrote: Hi

Re: Next steps of projects in Dubbo group

2019-02-28 Thread Mercy
Now, The source code of Dubbo Spring Cloud has been merged into the https://github.com/spring-cloud-incubator/spring-cloud-alibaba. However, it's using Dubbo 2.6.x with Spring Boot Starter, should we keep the similar implemention using Apache Dubbo 2.7 + in this dubbo-spring-cloud-project?

Re: 2.7.1 release plan

2019-02-28 Thread Huxing Zhang
Hi, Good to hear that. I am working on the etcd support. I think code freeze at Mar 15th looks good to me. On Fri, Mar 1, 2019 at 1:32 PM Ian Luo wrote: > > Hi folks, > > I volunteer to take release manager role for 2.7.1 release. This release's > main theme is to support more register center

[DRAFT] Dubbo incubator Report - March 2019

2019-02-28 Thread Huxing Zhang
Hi All, Below is a draft of March's report, please feel free to add any comments. === Dubbo Dubbo is a high-performance, lightweight, java based RPC framework. Dubbo has been incubating since 2018-02-16. Three most important issues to address in the move towards graduation: 1. Ensure PPMC

Fix dubbo ops binary license issue

2019-02-28 Thread Minxuan Zhuang
Hello Dubbo Community, because of the license issue in dubbo ops binary release[1], I only release the source part for the first version, now this issue has been fixed[2], please help me to check if the current licenses are correct, thanks [1]

Re: Next steps of projects in Dubbo group

2019-02-28 Thread Ian Luo
Huxing, Pls. keep these two projects as is for now. I guess you may need to ping @chicklj for archaius and @mercyma for spring cloud. Thanks, -Ian. On Fri, Mar 1, 2019 at 1:43 PM Huxing Zhang wrote: > Hi, > > As discussed before, I have dropped the following projects under Dubbo > group

Re: [DISCUSS] Dubbo service authorization

2019-02-28 Thread Ian Luo
ACL is a feature strongly demanded by the community. I noticed that there has already been a volunteer claimed to give it a try. If there's anyone who's interested or has expertise on this area, you are very welcomed to join this effort :) Thanks, -Ian. On Thu, Feb 28, 2019 at 4:29 PM Huxing

Re: Next steps of projects in Dubbo group

2019-02-28 Thread Huxing Zhang
Hi, As discussed before, I have dropped the following projects under Dubbo group (both are empty and discontinued): * dubbo-configcenter-archaius * dubbo-spring-cloud-project On Thu, Jan 10, 2019 at 5:26 PM Huxing Zhang wrote: > > Hi All, > > I think we need to decide the next steps of

Re: discuss dubbo support opentracing

2019-02-28 Thread Ian Luo
Xiaoguang, I took a glance at issue's description and figured out @chickenlj is familiar at this area. I've assigned the issue to him. You may need to discuss further with him on this issue. Thanks, -Ian. On Thu, Feb 28, 2019 at 11:42 AM Xiaoguang Ma wrote: > i create a issue #3576

2.7.1 release plan

2019-02-28 Thread Ian Luo
Hi folks, I volunteer to take release manager role for 2.7.1 release. This release's main theme is to support more register center and config center, which include nacos, etcd, and consul in my mind. Besides, we also have a quite long list [1] of issues targeted to 2.7.1, which apparently need to

Re: about to open source a metrics sdk

2019-02-28 Thread Huxing Zhang
Hi, To avoid potential branding issues, I think it is better to be named as https://github.com/dubbo/metrics On Tue, Jan 29, 2019 at 10:22 AM Minxuan Zhuang wrote: > > yes, it's licensed under apache license 2.0: > https://github.com/dubbo/dubbo-metrics/blob/master/LICENSE > > On Mon, Jan 28,

Consul support in 2.7.1

2019-02-28 Thread Ian Luo
Hi Folks, I start to work on consul support for release 2.7.1. Hopefully I could submit pull request and ask for code review one week later. Stay tuned, -Ian.

Re: [Discussion] Provide different documentation for each release

2019-02-28 Thread Taosheng, Wei
Yes, we can firstly add a side bar called "New features of each release", and this bar will have articles for releases that they are one to one corresponded. -- Original -- From: Huxing Zhang Date: Fri,Mar 1,2019 10:38 AM To: dev Subject: Re: [Discussion]

Re:Re: [Discussion] Provide different documentation for each release

2019-02-28 Thread KimmKing
+1 good idea +1 good idea At 2019-03-01 10:37:51, "Huxing Zhang" wrote: >+1 to have each release documented. > >At least we should have a blog post for each release introducing the >major changes. > >On Thu, Feb 28, 2019 at 11:09 PM Taosheng Wei wrote: >> >> Hi Community, >> Now the

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

2019-02-28 Thread YunKun Huang
+1 for rename with prefix Service annotation is used by Spring Framework. We can use prefix to make things more clear to understand and easy to investigate issue. Of course, we can make sure everything still works with `wrong` import, but I think rename with prefix will be more easy to

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

2019-02-28 Thread LiZhenNet
I think it is necessary ,Code will be more clearer and will not be confused with other annotations , like @Service in Spring kezhenxu94 于2019年3月1日周五 上午8:56写道: > > Classes in different frameworks have identical names is widespread. For > example, java nio and netty both have Channel class. > >

Re: Podling Report Reminder - March 2019

2019-02-28 Thread Huxing Zhang
Hi, I am working on the draft report. On Thu, Feb 28, 2019 at 5:05 AM wrote: > > Dear podling, > > This email was sent by an automated system on behalf of the Apache > Incubator PMC. It is an initial reminder to give you plenty of time to > prepare your quarterly board report. > > The board

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

2019-02-28 Thread kezhenxu94
> Classes in different frameworks have identical names is widespread. For > example, java nio and netty both have Channel class. I think it's ok for classes because if you import the class from a wrong package, it's usually a compile time error, but for annotations, it's not the case.

[Discussion] Provide different documentation for each release

2019-02-28 Thread Taosheng Wei
Hi Community, Now the documentations of dubbo do not associate each release version. I find some projects, like spring, have a complete documentation for each stable release. Maybe most contents of a document of each release are identical, but if the features are added or changed, or api has been

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

2019-02-28 Thread 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. For example, java nio and netty both have Channel class. -- --

[VOTE]: Release Apache Dubbo (Incubating) 2.6.6 [RC1]

2019-02-28 Thread Minxuan Zhuang
Hello Dubbo Community, This is a call for vote to release Apache Dubbo (Incubating) version 2.6.6. The release candidates (RC1): https://dist.apache.org/repos/dist/dev/incubator/dubbo/2.6.6 Git tag for the release (RC1): https://github.com/apache/incubator-dubbo/tree/dubbo-2.6.6 Hash for the

Re:Adding Dubbo Ecosystem page to official website

2019-02-28 Thread 秦金卫
I think We can break down the task to a several guys to do At 2019-02-28 16:50:35, "Huxing Zhang" wrote: >Hi Community, > >As I proposed before[1], I'd like to add a dedicate web page to >introduce the Dubbo ecosystem and its components. > >I am working on a prototype, and will sent out for

[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

Re:Re: Etcd support in 2.7.x

2019-02-28 Thread KimmKing
Good idea 在 2019-02-27 16:52:16,"Mercy" 写道: >Great news! > >Kind regards, > >Mercy Ma > >在 2019/2/27 下午2:44, Huxing Zhang 写道: >> Hi, >> >> On Wed, Feb 27, 2019 at 2:05 PM yuhang xiu wrote: >>> good news! >>> >>> I remember that yiji is familiar with etcd3, and he may give us some advice. >> I

Adding Dubbo Ecosystem page to official website

2019-02-28 Thread Huxing Zhang
Hi Community, As I proposed before[1], I'd like to add a dedicate web page to introduce the Dubbo ecosystem and its components. I am working on a prototype, and will sent out for review once completed. What need to be included in the Ecosystem is a topic remains to be discussed. [1]

[DISCUSS] Dubbo service authorization

2019-02-28 Thread Huxing Zhang
Hi, Someone raised a discussion on GitHub about service authorization[1] . I think authorization is one of the important areas that is quite important but never addressed before. Idea, comments are welcome. [1] https://github.com/apache/incubator-dubbo/issues/3560 -- Best Regards! Huxing