Community growth

2018-09-27 Thread Mark Thomas

Hi,

I don't recall if I sent this before but I was discussing community 
growth with some of the Dubbo committers and the other mentors today and 
I wanted to highlight this post:


https://lists.apache.org/thread.html/33a6c3aa0fffa6e961aa2b861ebde333d898a5e1062d0d71d0e13d46@%3Cdev.community.apache.org%3E

Even if you have seen it before,m it is worth reading again.

Mark


Re: [VOTE]: Release Apache Dubbo (Incubating) 2.6.4 [RC1]

2018-09-27 Thread yuhang xiu
agree.
I checked the release note[1] for 2.6.4 and it is OK.

[1]https://github.com/apache/incubator-dubbo/issues/2305

Jerrick Zhu  于2018年9月27日周四 上午11:21写道:

> On Wed, Sep 19, 2018 at 4:42 PM jun liu  wrote:
>
> > +1 (binding)
> >
> > I have checked,
> > * signatures and hashes are good
> > * Incubating in souce and bin package name
> > * Disclaimer, notice and licence exists
> > * No binary files
> > * 'mvn clean test -Drat.skip=false -Dcheckstyle.skip=false’ pass on my
> Mac
> > with jdk1.8+
> > * Source contents match with corresponding tag hash, except for one
> > directory in test.
> >
> > Minor issues:
> > The souce package contains a directory
> > 'dubbo-config/dubbo-config-spring/src/test/resources/work’ while the tag
> > didn’t have. I guess it’s a temp directory generated by some unit tests,
> so
> > I think it can be fixed within the next release.
> >
>
> I've fixed it both on 2.6.x and master branches.
>
>
> >
> > Best regards,
> > Jun
> >
> > > On 18 Sep 2018, at 17:39, Jerrick Zhu  wrote:
> > >
> > > Hello Dubbo Community,
> > >
> > > This is a call for vote to release Apache Dubbo (Incubating) version
> > 2.6.4.
> > >
> > > The release candidates (RC1):
> > > https://dist.apache.org/repos/dist/dev/incubator/dubbo/2.6.4
> > >
> > > Git tag for the release (RC1):
> > > https://github.com/apache/incubator-dubbo/tree/dubbo-2.6.4
> > >
> > > Hash for the release tag:
> > > 88037747a3b69d3225c73f6fbcda36ebd8435887
> > >
> > > Release Notes:
> > > *https://github.com/apache/incubator-dubbo/blob/dubbo-2.6.4/CHANGES.md
> > >  >*
> > >
> > > The artifacts have been signed with Key : 7955FB6D1DD21CF7, which can
> be
> > > found in the keys file:
> > > https://dist.apache.org/repos/dist/dev/incubator/dubbo/KEYS
> > >
> > > The vote will be open for at least 72 hours or until necessary number
> of
> > > votes are reached.
> > >
> > > Please vote accordingly:
> > >
> > > [ ] +1 approve
> > > [ ] +0 no opinion
> > > [ ] -1 disapprove with the reason
> > >
> > > Thanks,
> > > The Apache Dubbo (Incubating) Team
> >
> >
>


Some questions about Spring3CompatibilityTest

2018-09-27 Thread yuhang xiu
I have some questions about the
org.apache.dubbo.test.Spring3CompatibilityTest class.

1. This class will currently throw nullpointerexception
2. Is this class still in use today? Can I delete it?

There is a related issue here:
https://github.com/apache/incubator-dubbo/issues/2576


Re: Some questions about Spring3CompatibilityTest

2018-09-27 Thread Jerrick Zhu
Also  dubbo-test-integration .

On Fri, Sep 28, 2018 at 11:16 AM yuhang xiu  wrote:

> I have some questions about the
> org.apache.dubbo.test.Spring3CompatibilityTest class.
>
> 1. This class will currently throw nullpointerexception
> 2. Is this class still in use today? Can I delete it?
>
> There is a related issue here:
> https://github.com/apache/incubator-dubbo/issues/2576
>