Re: Write access to Dubbo's incubator status page

2018-03-08 Thread John D. Ament
Are you already a committer on incubator? On Thu, Mar 8, 2018, 1:42 AM Huxing Zhang wrote: > Hi mentors, > > Please grant me the write access to Dubbo's incubator status page[1] > if possible. I would like to update some item status. > > Reading the documentation points me that the status is mai

Re: Write access to Dubbo's incubator status page

2018-03-08 Thread John D. Ament
On Thu, Mar 8, 2018 at 9:23 PM Huxing Zhang wrote: > Hi, > > On Fri, Mar 9, 2018 at 12:46 AM, John D. Ament > wrote: > > Are you already a committer on incubator? > > No. > > When I am reading > https://incubator.apache.org/guides/ppmc.html#project_status_pa

Re: Write access to Dubbo's incubator status page

2018-03-08 Thread John D. Ament
On Thu, Mar 8, 2018 at 10:41 PM Huxing Zhang wrote: > Hi, > > On Fri, Mar 9, 2018 at 11:23 AM, John D. Ament > wrote: > > On Thu, Mar 8, 2018 at 9:23 PM Huxing Zhang wrote: > > > >> Hi, > >> > >> On Fri, Mar 9, 2018 at 12:46 AM, John D. Ament

Re: Suggestions on the organizational form of the code repository after confirming the submission of the dubbo code to apache

2018-03-13 Thread John D. Ament
All repositories coming in for dubbo will be prefixed as "incubator-dubbo", this is a requirement. Are you looking to continue to use github as the primary repository location, or switch to our internal git? I'd recommend github since you're already there. For the git repos not moving over, is th

Re: Suggestions on the organizational form of the code repository after confirming the submission of the dubbo code to apache

2018-03-13 Thread John D. Ament
In the present setup, are all repositories released together, or are they released individually? On Tue, Mar 13, 2018 at 10:57 PM Von Gosling wrote: > Hi, > > I really suggest we could be better to transfer the code to the ASF at the > first stage. But one complicated point around my hat, how co

Re: dubbo.io is not accessible, working to fix it

2018-03-16 Thread John D. Ament
On Fri, Mar 16, 2018 at 1:58 AM Justin Mclean wrote: > Hi, > > >> A suggestion is that we host all web resources to dubbo.apache.org, and > >> also keep dubbo.io by redirecting dubbo.io to dubbo.apache.org because > of > >> the existing users. > > > > +1 for that. > > > > Reading the branding pol

Re: About the parent pom, groupId and package name of Dubbo project

2018-03-16 Thread John D. Ament
On Fri, Mar 16, 2018 at 3:47 AM Yong Zhu wrote: > Hi, all > > I'm working on this issue: > > https://issues.apache.org/jira/projects/DUBBO/issues/DUBBO-7?filter=allopenissues > > I have the below questions: > > 1. Shall we need to change the pom.xml parent to org.apache:apache:19 ? Now > we use s

Re: About the parent pom, groupId and package name of Dubbo project

2018-03-19 Thread John D. Ament
We don't expect the rename of all packages to happen overnight, or in the first release. It should be expected by the time you graduate from incubation that the rename is complete, or at least there's an understanding of how it's going to happen. I would say that considering its using a company n

Re: About the parent pom, groupId and package name of Dubbo project

2018-03-19 Thread John D. Ament
Create a class org.apache.dubbo.cache.filter.CacheFilter 2. Copy existing contents into it 3. Have com.alibaba.dubbo.cache.filter.CacheFilter extend the o.a.d version and mark it as @Deprecated. This keeps API compatibility in place, and encourages users to switch out. > > > On 19 Mar

Re: About the parent pom, groupId and package name of Dubbo project

2018-03-19 Thread John D. Ament
d to be deleted before graduating or always > exist? > > I would imagine a compatibility layer gets deleted when not needed any longer. > 2018-03-20 10:10 GMT+08:00 John D. Ament : > > > On Mon, Mar 19, 2018 at 9:13 PM jun liu wrote: > > > > > > - Plan for a Dubb

Re: CLA reconfiguration required

2018-03-27 Thread John D. Ament
I'm honestly not sure what the ask is here either. ICLAs are tracked within the ASF. We do not use any public tooling (cla-assistant.io) to capture ICLAs, but instead when asked we expect them to be sent to secretary@. John On Tue, Mar 27, 2018 at 10:18 AM Daniel Pono Takamori wrote: > In cas

Re: CLA reconfiguration required

2018-03-27 Thread John D. Ament
On Tue, Mar 27, 2018 at 10:29 AM Huxing Zhang wrote: > Hi, > > On Tue, Mar 27, 2018 at 10:20 PM, John D. Ament > wrote: > > I'm honestly not sure what the ask is here either. ICLAs are tracked > > within the ASF. We do not use any public tooling (cla-assistant.

Re: [Draft] Dubbo Incubator Report - April 2018

2018-04-02 Thread John D. Ament
Inline comments... On Mon, Apr 2, 2018 at 1:58 AM Huxing Zhang wrote: > Hi Community, > > Below is a draft of Dubbo Incubator Report, March 2018. Please feel > free to comment if you have any concern. > > --- > Dubbo > > Dubbo is a high-performance, lightweight, java based RPC framework. > > Dub

Re: List volume and issue tracking

2018-04-08 Thread John D. Ament
Just wondering, does anyone care what the new list is called? Does using notifications@ for now make the most sense, and potentially split that even further? FWIW, this isn't the only project I'm seeing this with. We may need to change some of our podling setup processes to account for the higher

Is Spring Optional?

2018-04-08 Thread John D. Ament
Hi, Looking at dubbo, its very interesting. I was wondering though, is Spring optional in Dubbo, or is it a required part to make Dubbo work? Is there any SPI that could be used in Dubbo that would allow other DI containers to be used? John

Re: Is Spring Optional?

2018-04-08 Thread John D. Ament
; Kind regards, > yiji > > > > 在 2018年4月8日,22:27,John D. Ament 写道: > > > > Hi, > > > > Looking at dubbo, its very interesting. I was wondering though, is > Spring > > optional in Dubbo, or is it a required part to make Dubbo work? Is there > >

Re: Is Spring Optional?

2018-04-08 Thread John D. Ament
ner, allow custom > extensions. > > yiji > > > 在 2018年4月8日,23:18,John D. Ament 写道: > > > > Weird, because even that says spring > > > https://github.com/apache/incubator-dubbo/blob/master/dubbo-container/dubbo-container-api/src/main/java/com/alibaba/dubbo/conta

Re: [incubator-dubbo.wiki] branch master updated: Do not expose private mail list

2018-04-15 Thread John D. Ament
On Sun, Apr 15, 2018 at 12:13 PM Mark Thomas wrote: > On 14/04/18 13:15, hux...@apache.org wrote: > > This is an automated email from the ASF dual-hosted git repository. > > > > huxing pushed a commit to branch master > > in repository > https://gitbox.apache.org/repos/asf/incubator-dubbo.wiki.gi

[DRAFT] Incubator PMC Board Report - May 2018

2018-05-06 Thread John D. Ament
e feel free to add your own commentary. [ ] Initial setup [x] Working towards first release [ ] Community building [ ] Nearing graduation [ ] Other: Date of last release: N/A. When were the last committers or PPMC members elected? N/A. Signed-off-by: [X](echarts) John D. Ament C