Re: Re: Guide for adding a new module to Dubbo

2019-04-07 Thread Ian Luo
I noticed there's one issue [1] tracking this particular topic. I have assigned it to myself. -Ian. On Fri, Apr 5, 2019 at 4:36 PM KimmKing wrote: > And after this guide, we can create a new study project for new > contributor to add a component demo to it. > > > > At 2019-04-04 10:10:05,

Re:Re: Guide for adding a new module to Dubbo

2019-04-05 Thread KimmKing
And after this guide, we can create a new study project for new contributor to add a component demo to it. At 2019-04-04 10:10:05, "徐靖峰" wrote: >It will help a lot. > >> 在 2019年4月3日,下午1:41,Huxing Zhang 写道: >> >> Hi All, >> >> Recently I've created several issues to add external ecosystem

Re: Guide for adding a new module to Dubbo

2019-04-03 Thread Huxing Zhang
Hi, On Thu, Apr 4, 2019 at 10:10 AM 徐靖峰 wrote: > > It will help a lot. This can still be extended by explaining why every step is necessary, can some one help with this? > > > 在 2019年4月3日,下午1:41,Huxing Zhang 写道: > > > > Hi All, > > > > Recently I've created several issues to add external

Re: Guide for adding a new module to Dubbo

2019-04-03 Thread 徐靖峰
It will help a lot. > 在 2019年4月3日,下午1:41,Huxing Zhang 写道: > > Hi All, > > Recently I've created several issues to add external ecosystem project > into Dubbo, when reviewing the pull request, I've seen some common > issues. > > So I am thinking that it is necessary to have a documentation to

Re: Guide for adding a new module to Dubbo

2019-04-03 Thread 徐靖峰
Hi, Recently, I try to build a new project using dubbo, what confuse me is too many dependencies modules like: dubbo-bom, dubbo-dependencies, dubbo-dependencies-bom, . And then I notice the guide of dependencies http://dubbo.incubator.apache.org/zh-cn/docs/user/dependencies.html

Re: Guide for adding a new module to Dubbo

2019-04-02 Thread 华 钟明
Check the package name is "org.apache.dubbo ". Best Regards! Zhongming Hua 在 2019/4/3 下午1:42,“Huxing Zhang” 写入: Hi All, Recently I've created several issues to add external ecosystem project into Dubbo, when reviewing the pull request, I've seen some common issues.

Re: Guide for adding a new module to Dubbo

2019-04-02 Thread Ian Luo
I think it is necessary. Since we both had experience recently to introduce new modules in Dubbo, let me know if you are busy so I could follow up. Thanks, -Ian. On Wed, Apr 3, 2019 at 1:42 PM Huxing Zhang wrote: > Hi All, > > Recently I've created several issues to add external ecosystem

Guide for adding a new module to Dubbo

2019-04-02 Thread Huxing Zhang
Hi All, Recently I've created several issues to add external ecosystem project into Dubbo, when reviewing the pull request, I've seen some common issues. So I am thinking that it is necessary to have a documentation to guide user to add a module to Dubbo. For example (Incomplete, please feel