You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@dubbo.apache.org by Minxuan Zhuang <z8...@gmail.com> on 2019/02/28 10:52:32 UTC

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

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 release tag:
ba7f6f38c36675268ba64f21e97d02bda7a731dc

Release Notes:
https://github.com/apache/incubator-dubbo/blob/dubbo-2.6.6/CHANGES.md

The artifacts have been signed with Key : DA2108479B0C1E71, 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

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

Posted by Huxing Zhang <hu...@apache.org>.
Hi,

I vote with:
-1 don’t release the software because the release file does not match with Tag.

I check the following:

 Are release files in correct location? OK

wget https://dist.apache.org/repos/dist/dev/incubator/dubbo/2.6.6/apache-dubbo-incubating-2.6.6-source-release.zip

 Do release files have the word incubating in their name? OK

ls | grep -c incubating

 Are the digital signature and hashes correct? OK

shasum -c apache-dubbo-incubating-2.6.6-source-release.zip.sha512
shasum -c apache-dubbo-incubating-2.6.6-bin-release.zip.sha512
gpg --verify apache-dubbo-incubating-2.6.6-source-release.zip.asc
apache-dubbo-incubating-2.6.6-source-release.zip
gpg --verify apache-dubbo-incubating-2.6.6-bin-release.zip.asc
apache-dubbo-incubating-2.6.6-bin-release.zip

 Does DISCLAIMER file exist? OK
 Do LICENSE and NOTICE files exists? OK
 Is the LICENSE and NOTICE text correct? OK
 Is the NOTICE year correct? OK
 Un-included software dependencies are not mentioned in LICENSE or NOTICE? OK
 License information is not mentioned in NOTICE? OK
Is there any 3rd party code contained inside the release? If so:

 Does the software have a compatible license?  OK
 Are all software licenses mentioned in LICENSE? OK
 Is the full text of the licenses (or pointers to it) in LICENSE?  OK
Is any of this code Apache licensed? Do they have NOTICE files? If so:
 Have relevant parts of those NOTICE files been added to this NOTICE file? OK

 Do all source files have ASF headers?

mvn clean verify -Drat.skip=false

 Do the contents of the release match with what's tagged in version control?

No. There is lots of difference when I run:
diff -r ~/Downloads/apache-dubbo-incubating-2.6.6-source-release incubator-dubbo

But all look good when I run:
diff -r ~/Downloads/apache-dubbo-incubating-2.6.6-source-release
incubator-dubbo --strip-trailing-cr

I guess something went wrong with the line ends.

I pick the root pom file, the shasum is different with Github tag.

shasum -a 512 ~/Downloads/apache-dubbo-incubating-2.6.6-source-release/pom.xml
17f436f5c6d772d9e1ccfc86a3f94a5a2d2e8cea1c1e668814a1daaef453914b51af9d6fefd44afc34472dacb70bf996ee375cd04536324073c825fb4a491a64
 /Users/wangtao/Downloads/apache-dubbo-incubating-2.6.6-source-release/pom.xml

shasum -a 512 incubator-dubbo/pom.xml
6a9ae847cd672c9d6e9a24602460cd768237b8799aa4c48743428fa5853b797df76ca3040821baa70df1ab932aeb6ad9fa071cd18547ae99602528d1bc60e78f
 incubator-dubbo/pom.xml

 Are there any unexpected binary files in the release? No.
 Can you compile from source? Are the instruction clear? Yes.
mvn clean pacakge

Is the issue minor?  No
 Yes  No  Unsure
Could it possibly be fixed in the next release? Yes
 Yes  No  Unsure


On Thu, Feb 28, 2019 at 6:52 PM Minxuan Zhuang <z8...@gmail.com> wrote:
>
> 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 release tag:
> ba7f6f38c36675268ba64f21e97d02bda7a731dc
>
> Release Notes:
> https://github.com/apache/incubator-dubbo/blob/dubbo-2.6.6/CHANGES.md
>
> The artifacts have been signed with Key : DA2108479B0C1E71, 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



--
Best Regards!
Huxing

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

Posted by Huxing Zhang <hu...@apache.org>.
Hi,

On Fri, Mar 1, 2019 at 4:59 PM Minxuan Zhuang <z8...@gmail.com> wrote:
>
> the staging repo needs login to view, but the account using to deploy dubbo
> is shared by many projects, so I can not publish it here

OK, I got what you mean, the account will have permission to publish
all the artifacts started with com.alibaba, not just Dubbo.
In that case, I think it is not suitable for publish here, indeed ...

>
> On Fri, Mar 1, 2019 at 4:20 PM Huxing Zhang <hu...@apache.org> wrote:
>
> > Hi,
> >
> > BTW, I think you should include the link to the maven staging repo as
> > well, so that people can check it.
> >
> > On Thu, Feb 28, 2019 at 6:52 PM Minxuan Zhuang <z8...@gmail.com>
> > wrote:
> > >
> > > 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 release tag:
> > > ba7f6f38c36675268ba64f21e97d02bda7a731dc
> > >
> > > Release Notes:
> > > https://github.com/apache/incubator-dubbo/blob/dubbo-2.6.6/CHANGES.md
> > >
> > > The artifacts have been signed with Key : DA2108479B0C1E71, 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
> >
> >
> >
> > --
> > Best Regards!
> > Huxing
> >



-- 
Best Regards!
Huxing

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

Posted by Minxuan Zhuang <z8...@gmail.com>.
I'll update what I felt unclear in the documentation during this deploy
procedure

On Fri, Mar 1, 2019 at 9:44 PM Huxing Zhang <hu...@apache.org> wrote:

> Hi,
>
> On Fri, Mar 1, 2019 at 5:52 PM Minxuan Zhuang <z8...@gmail.com> wrote:
> >
> > The reason of file mismatch is I set core.autocrlf=true for git[1], this
> > configuration will convert all trailings to crlf while checking out a
> > repository,  I've updated the  release candidates in svn, please vote for
> > RC2 of dubbo 2.6.6
>
> Could you please update this to the documentation so that one could
> avoid it next time?
>
> >
> > On Fri, Mar 1, 2019 at 4:48 PM Minxuan Zhuang <z8...@gmail.com>
> wrote:
> >
> > > the staging repo needs login to view, but the account using to deploy
> > > dubbo is shared by many projects, so I can not publish it here
> > >
> > > On Fri, Mar 1, 2019 at 4:20 PM Huxing Zhang <hu...@apache.org> wrote:
> > >
> > >> Hi,
> > >>
> > >> BTW, I think you should include the link to the maven staging repo as
> > >> well, so that people can check it.
> > >>
> > >> On Thu, Feb 28, 2019 at 6:52 PM Minxuan Zhuang <z8...@gmail.com>
> > >> wrote:
> > >> >
> > >> > 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 release tag:
> > >> > ba7f6f38c36675268ba64f21e97d02bda7a731dc
> > >> >
> > >> > Release Notes:
> > >> >
> https://github.com/apache/incubator-dubbo/blob/dubbo-2.6.6/CHANGES.md
> > >> >
> > >> > The artifacts have been signed with Key : DA2108479B0C1E71, 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
> > >>
> > >>
> > >>
> > >> --
> > >> Best Regards!
> > >> Huxing
> > >>
> > >
>
>
>
> --
> Best Regards!
> Huxing
>

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

Posted by Huxing Zhang <hu...@apache.org>.
Hi,

On Fri, Mar 1, 2019 at 5:52 PM Minxuan Zhuang <z8...@gmail.com> wrote:
>
> The reason of file mismatch is I set core.autocrlf=true for git[1], this
> configuration will convert all trailings to crlf while checking out a
> repository,  I've updated the  release candidates in svn, please vote for
> RC2 of dubbo 2.6.6

Could you please update this to the documentation so that one could
avoid it next time?

>
> On Fri, Mar 1, 2019 at 4:48 PM Minxuan Zhuang <z8...@gmail.com> wrote:
>
> > the staging repo needs login to view, but the account using to deploy
> > dubbo is shared by many projects, so I can not publish it here
> >
> > On Fri, Mar 1, 2019 at 4:20 PM Huxing Zhang <hu...@apache.org> wrote:
> >
> >> Hi,
> >>
> >> BTW, I think you should include the link to the maven staging repo as
> >> well, so that people can check it.
> >>
> >> On Thu, Feb 28, 2019 at 6:52 PM Minxuan Zhuang <z8...@gmail.com>
> >> wrote:
> >> >
> >> > 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 release tag:
> >> > ba7f6f38c36675268ba64f21e97d02bda7a731dc
> >> >
> >> > Release Notes:
> >> > https://github.com/apache/incubator-dubbo/blob/dubbo-2.6.6/CHANGES.md
> >> >
> >> > The artifacts have been signed with Key : DA2108479B0C1E71, 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
> >>
> >>
> >>
> >> --
> >> Best Regards!
> >> Huxing
> >>
> >



-- 
Best Regards!
Huxing

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

Posted by Minxuan Zhuang <z8...@gmail.com>.
The reason of file mismatch is I set core.autocrlf=true for git[1], this
configuration will convert all trailings to crlf while checking out a
repository,  I've updated the  release candidates in svn, please vote for
RC2 of dubbo 2.6.6

On Fri, Mar 1, 2019 at 4:48 PM Minxuan Zhuang <z8...@gmail.com> wrote:

> the staging repo needs login to view, but the account using to deploy
> dubbo is shared by many projects, so I can not publish it here
>
> On Fri, Mar 1, 2019 at 4:20 PM Huxing Zhang <hu...@apache.org> wrote:
>
>> Hi,
>>
>> BTW, I think you should include the link to the maven staging repo as
>> well, so that people can check it.
>>
>> On Thu, Feb 28, 2019 at 6:52 PM Minxuan Zhuang <z8...@gmail.com>
>> wrote:
>> >
>> > 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 release tag:
>> > ba7f6f38c36675268ba64f21e97d02bda7a731dc
>> >
>> > Release Notes:
>> > https://github.com/apache/incubator-dubbo/blob/dubbo-2.6.6/CHANGES.md
>> >
>> > The artifacts have been signed with Key : DA2108479B0C1E71, 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
>>
>>
>>
>> --
>> Best Regards!
>> Huxing
>>
>

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

Posted by Minxuan Zhuang <z8...@gmail.com>.
the staging repo needs login to view, but the account using to deploy dubbo
is shared by many projects, so I can not publish it here

On Fri, Mar 1, 2019 at 4:20 PM Huxing Zhang <hu...@apache.org> wrote:

> Hi,
>
> BTW, I think you should include the link to the maven staging repo as
> well, so that people can check it.
>
> On Thu, Feb 28, 2019 at 6:52 PM Minxuan Zhuang <z8...@gmail.com>
> wrote:
> >
> > 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 release tag:
> > ba7f6f38c36675268ba64f21e97d02bda7a731dc
> >
> > Release Notes:
> > https://github.com/apache/incubator-dubbo/blob/dubbo-2.6.6/CHANGES.md
> >
> > The artifacts have been signed with Key : DA2108479B0C1E71, 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
>
>
>
> --
> Best Regards!
> Huxing
>

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

Posted by Huxing Zhang <hu...@apache.org>.
Hi,

BTW, I think you should include the link to the maven staging repo as
well, so that people can check it.

On Thu, Feb 28, 2019 at 6:52 PM Minxuan Zhuang <z8...@gmail.com> wrote:
>
> 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 release tag:
> ba7f6f38c36675268ba64f21e97d02bda7a731dc
>
> Release Notes:
> https://github.com/apache/incubator-dubbo/blob/dubbo-2.6.6/CHANGES.md
>
> The artifacts have been signed with Key : DA2108479B0C1E71, 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



-- 
Best Regards!
Huxing

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

Posted by jun liu <ke...@gmail.com>.
Hi, Minxuan

Would you please cancel this one first?

Jun

> On Mar 1, 2019, at 6:03 PM, jun liu <ke...@gmail.com> wrote:
> 
> Sorry, I just checked RC2 but replied to this wrong mail.
> 
> Jun
> 
>> On Mar 1, 2019, at 5:56 PM, jun liu <ken.lj.hz@gmail.com <ma...@gmail.com>> wrote:
>> 
>> +1 binding
>> 
>> I checked:
>> * both source and binary signatures are good
>> * both have incubating in name
>> * DISCLAIMER, LICENSE and NOTICE exists
>> * all source files no binary
>> * ASF file header check passed with: mvn clean compile -Drat.skip=false -Dcheckstyle.skip=false
>> * All UTs can pass on my Mac OSX JDK 1.8
>> 
>> Jun
>> 
>>> On Feb 28, 2019, at 6:52 PM, Minxuan Zhuang <z82507200@gmail.com <ma...@gmail.com>> wrote:
>>> 
>>> 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 <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 <https://github.com/apache/incubator-dubbo/tree/dubbo-2.6.6>
>>> 
>>> Hash for the release tag:
>>> ba7f6f38c36675268ba64f21e97d02bda7a731dc
>>> 
>>> Release Notes:
>>> https://github.com/apache/incubator-dubbo/blob/dubbo-2.6.6/CHANGES.md
>>> 
>>> The artifacts have been signed with Key : DA2108479B0C1E71, 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
>> 
> 


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

Posted by jun liu <ke...@gmail.com>.
Sorry, I just checked RC2 but replied to this wrong mail.

Jun

> On Mar 1, 2019, at 5:56 PM, jun liu <ke...@gmail.com> wrote:
> 
> +1 binding
> 
> I checked:
> * both source and binary signatures are good
> * both have incubating in name
> * DISCLAIMER, LICENSE and NOTICE exists
> * all source files no binary
> * ASF file header check passed with: mvn clean compile -Drat.skip=false -Dcheckstyle.skip=false
> * All UTs can pass on my Mac OSX JDK 1.8
> 
> Jun
> 
>> On Feb 28, 2019, at 6:52 PM, Minxuan Zhuang <z82507200@gmail.com <ma...@gmail.com>> wrote:
>> 
>> 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 <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 release tag:
>> ba7f6f38c36675268ba64f21e97d02bda7a731dc
>> 
>> Release Notes:
>> https://github.com/apache/incubator-dubbo/blob/dubbo-2.6.6/CHANGES.md
>> 
>> The artifacts have been signed with Key : DA2108479B0C1E71, 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
> 


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

Posted by jun liu <ke...@gmail.com>.
+1 binding

I checked:
* both source and binary signatures are good
* both have incubating in name
* DISCLAIMER, LICENSE and NOTICE exists
* all source files no binary
* ASF file header check passed with: mvn clean compile -Drat.skip=false -Dcheckstyle.skip=false
* All UTs can pass on my Mac OSX JDK 1.8

Jun

> On Feb 28, 2019, at 6:52 PM, Minxuan Zhuang <z8...@gmail.com> wrote:
> 
> 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 release tag:
> ba7f6f38c36675268ba64f21e97d02bda7a731dc
> 
> Release Notes:
> https://github.com/apache/incubator-dubbo/blob/dubbo-2.6.6/CHANGES.md
> 
> The artifacts have been signed with Key : DA2108479B0C1E71, 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