You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@dubbo.apache.org by Jun Liu <li...@apache.org> on 2018/08/27 02:55:58 UTC

[VOTE]: Release Apache Dubbo (Incubating) 2.6.3 [RC4]

Hello Dubbo Community,

This is a call for vote to release Apache Dubbo (Incubating) version 2.6.3.

The release candidates (RC4):
https://dist.apache.org/repos/dist/dev/incubator/dubbo/2.6.3 <https://dist.apache.org/repos/dist/dev/incubator/dubbo/2.6.3>

Git tag for the release (RC4):
https://github.com/apache/incubator-dubbo/tree/dubbo-2.6.3 <https://github.com/apache/incubator-dubbo/tree/dubbo-2.6.3>

Hash for the release tag:
3963d8fd93642398375ea92acb7ed4d2bc1b0518

Release Notes:
https://github.com/apache/incubator-dubbo/blob/dubbo-2.6.3/CHANGES.md <https://github.com/apache/incubator-dubbo/blob/dubbo-2.6.3/CHANGES.md>

The artifacts have been signed with Key : 28681CB1, which can be found in the keys file:
https://dist.apache.org/repos/dist/dev/incubator/dubbo/KEYS <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

The previously RC3 vote thread:
https://lists.apache.org/thread.html/44a55f1a981b7ec4e766531b586ed9def5d7940892d8fb7a7f72d1c9@%3Cgeneral.incubator.apache.org%3E <https://lists.apache.org/thread.html/44a55f1a981b7ec4e766531b586ed9def5d7940892d8fb7a7f72d1c9@%3Cgeneral.incubator.apache.org%3E>

Jun 
Best Regards

Re: [VOTE]: Release Apache Dubbo (Incubating) 2.6.3 [RC4]

Posted by Jun Liu <li...@apache.org>.
> * Unit Tesst passed with mvn clean install -Drat.skip=false -Dcheckstyle.skip=false (Jave 1.7, Linux)

Thanks for point out Jerrick.

Maybe the previous mvn command I use was  'mvn clean test’, forgot to open '-Drat.skip=false -Dcheckstyle.skip=false’.
Now, when I try to open this two plugins, I found that it fails reporting two extra signature files in source package:
Dubbo-incubating-2.6.3-source-release.zip.sha512
Dubbo-incubating-2.6.3-source-bin.zip.sha512

Since the real release candidate will not change at all, I will update the candidate immediately removing these two useless files and start a new vote round quickly.

Best regards,
Jun

> On 29 Aug 2018, at 08:53, Jun Liu <li...@apache.org> wrote:
> 
> +1.
> 
> I have checked,
> 
> 1. Source release package:
> * Signatures are good
> * Source directory with 'incubating' in name
> * DISCLAIMER exists
> * LICENSE and NOTICE exists and contents are good
> * All files and no binary files exist
> * Unit Tesst passed with mvn clean install -Drat.skip=false -Dcheckstyle.skip=false (Jave 1.7, Linux)
> * Release candidates match with corresponding tags
> 
> 2. Binary release package:
> * Signatures are good
> * ‘incubating’ in name
> * LICENSE and NOTICE exists and contents are good
> 
> Best regards,
> Jun
> 
>> On 27 Aug 2018, at 10:55, Jun Liu <li...@apache.org> wrote:
>> 
>> Hello Dubbo Community,
>> 
>> This is a call for vote to release Apache Dubbo (Incubating) version 2.6.3.
>> 
>> The release candidates (RC4):
>> https://dist.apache.org/repos/dist/dev/incubator/dubbo/2.6.3 <https://dist.apache.org/repos/dist/dev/incubator/dubbo/2.6.3>
>> 
>> Git tag for the release (RC4):
>> https://github.com/apache/incubator-dubbo/tree/dubbo-2.6.3 <https://github.com/apache/incubator-dubbo/tree/dubbo-2.6.3>
>> 
>> Hash for the release tag:
>> 3963d8fd93642398375ea92acb7ed4d2bc1b0518
>> 
>> Release Notes:
>> https://github.com/apache/incubator-dubbo/blob/dubbo-2.6.3/CHANGES.md <https://github.com/apache/incubator-dubbo/blob/dubbo-2.6.3/CHANGES.md>
>> 
>> The artifacts have been signed with Key : 28681CB1, which can be found in the keys file:
>> https://dist.apache.org/repos/dist/dev/incubator/dubbo/KEYS <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
>> 
>> The previously RC3 vote thread:
>> https://lists.apache.org/thread.html/44a55f1a981b7ec4e766531b586ed9def5d7940892d8fb7a7f72d1c9@%3Cgeneral.incubator.apache.org%3E <https://lists.apache.org/thread.html/44a55f1a981b7ec4e766531b586ed9def5d7940892d8fb7a7f72d1c9@%3Cgeneral.incubator.apache.org%3E>
>> 
>> Jun 
>> Best Regards
> 


Re: [VOTE]: Release Apache Dubbo (Incubating) 2.6.3 [RC4]

Posted by Jerrick Zhu <je...@apache.org>.
I have to give -1 for this RC.

After unzip the source package, I find two extra files in distribution
directory:

* dubbo-incubating-2.6.3-source-bin.zip.sha512
* dubbo-incubating-2.6.3-source-reelease.zip.sha512

They're both empty.

As a result, mvn clean install -Dcheckstyle.skip=false -Drat.skip=false
fails, because the above two files don't container Apache LICENSE.

On Wed, Aug 29, 2018 at 8:53 AM Jun Liu <li...@apache.org> wrote:

> +1.
>
> I have checked,
>
> 1. Source release package:
> * Signatures are good
> * Source directory with 'incubating' in name
> * DISCLAIMER exists
> * LICENSE and NOTICE exists and contents are good
> * All files and no binary files exist
> * Unit Tesst passed with mvn clean install -Drat.skip=false
> -Dcheckstyle.skip=false (Jave 1.7, Linux)
> * Release candidates match with corresponding tags
>
> 2. Binary release package:
> * Signatures are good
> * ‘incubating’ in name
> * LICENSE and NOTICE exists and contents are good
>
> Best regards,
> Jun
>
> > On 27 Aug 2018, at 10:55, Jun Liu <li...@apache.org> wrote:
> >
> > Hello Dubbo Community,
> >
> > This is a call for vote to release Apache Dubbo (Incubating) version
> 2.6.3.
> >
> > The release candidates (RC4):
> > https://dist.apache.org/repos/dist/dev/incubator/dubbo/2.6.3 <
> https://dist.apache.org/repos/dist/dev/incubator/dubbo/2.6.3>
> >
> > Git tag for the release (RC4):
> > https://github.com/apache/incubator-dubbo/tree/dubbo-2.6.3 <
> https://github.com/apache/incubator-dubbo/tree/dubbo-2.6.3>
> >
> > Hash for the release tag:
> > 3963d8fd93642398375ea92acb7ed4d2bc1b0518
> >
> > Release Notes:
> > https://github.com/apache/incubator-dubbo/blob/dubbo-2.6.3/CHANGES.md <
> https://github.com/apache/incubator-dubbo/blob/dubbo-2.6.3/CHANGES.md>
> >
> > The artifacts have been signed with Key : 28681CB1, which can be found
> in the keys file:
> > https://dist.apache.org/repos/dist/dev/incubator/dubbo/KEYS <
> 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
> >
> > The previously RC3 vote thread:
> >
> https://lists.apache.org/thread.html/44a55f1a981b7ec4e766531b586ed9def5d7940892d8fb7a7f72d1c9@%3Cgeneral.incubator.apache.org%3E
> <
> https://lists.apache.org/thread.html/44a55f1a981b7ec4e766531b586ed9def5d7940892d8fb7a7f72d1c9@%3Cgeneral.incubator.apache.org%3E
> >
> >
> > Jun
> > Best Regards
>
>

Re: [VOTE]: Release Apache Dubbo (Incubating) 2.6.3 [RC4]

Posted by Jun Liu <li...@apache.org>.
+1.

I have checked,

1. Source release package:
* Signatures are good
* Source directory with 'incubating' in name
* DISCLAIMER exists
* LICENSE and NOTICE exists and contents are good
* All files and no binary files exist
* Unit Tesst passed with mvn clean install -Drat.skip=false -Dcheckstyle.skip=false (Jave 1.7, Linux)
* Release candidates match with corresponding tags

2. Binary release package:
* Signatures are good
* ‘incubating’ in name
* LICENSE and NOTICE exists and contents are good

Best regards,
Jun

> On 27 Aug 2018, at 10:55, Jun Liu <li...@apache.org> wrote:
> 
> Hello Dubbo Community,
> 
> This is a call for vote to release Apache Dubbo (Incubating) version 2.6.3.
> 
> The release candidates (RC4):
> https://dist.apache.org/repos/dist/dev/incubator/dubbo/2.6.3 <https://dist.apache.org/repos/dist/dev/incubator/dubbo/2.6.3>
> 
> Git tag for the release (RC4):
> https://github.com/apache/incubator-dubbo/tree/dubbo-2.6.3 <https://github.com/apache/incubator-dubbo/tree/dubbo-2.6.3>
> 
> Hash for the release tag:
> 3963d8fd93642398375ea92acb7ed4d2bc1b0518
> 
> Release Notes:
> https://github.com/apache/incubator-dubbo/blob/dubbo-2.6.3/CHANGES.md <https://github.com/apache/incubator-dubbo/blob/dubbo-2.6.3/CHANGES.md>
> 
> The artifacts have been signed with Key : 28681CB1, which can be found in the keys file:
> https://dist.apache.org/repos/dist/dev/incubator/dubbo/KEYS <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
> 
> The previously RC3 vote thread:
> https://lists.apache.org/thread.html/44a55f1a981b7ec4e766531b586ed9def5d7940892d8fb7a7f72d1c9@%3Cgeneral.incubator.apache.org%3E <https://lists.apache.org/thread.html/44a55f1a981b7ec4e766531b586ed9def5d7940892d8fb7a7f72d1c9@%3Cgeneral.incubator.apache.org%3E>
> 
> Jun 
> Best Regards