Re: [VOTE] Release Apache SkyWalking (incubating) version 5.0.0-alpha(3rd round)

2018-04-02 Thread Sheng Wu
Now, we run dependencies by this way:
1) remove the direct dev dependencies manually 
2) run `npm-license-crawler --dependencies --relativeLicensePath --csv 
license.csv`. 
3) Run 
https://github.com/apache/incubator-skywalking/blob/master/tools/releasing/generate-ui-depedencies.py
 script
4) Do some manual works.

By those, we also think it is not cool. I have already contact 
ECharts(incubating) team leader for some helps in nodejs field.

I already added an issue to track this: 
https://github.com/apache/incubator-skywalking/issues/1013

We intend to fix this in beta release. 

Also if anyone in Apache community know nodejs/react/webpack well, please help 
us about this.

On 2018/04/02 06:33:58, Willem Jiang  wrote: 
> Shipping the CC licensed binary files in Apache binary kit is OK, if they
> are just for testing we don't need bundle them.
> Reducing the License file is not the blocking issue, we can fix it in next
> release.
> 
> Please create issues to track these questions.
> 
> It's hard for us to verify the bundled artifact from the compiled file. Now
> I have another question about the Skywalking UI.
> How can you find the third part dependencies were bundled?
> 
> 
> 
> Willem Jiang
> 
> Blog: http://willemjiang.blogspot.com (English)
>   http://jnn.iteye.com  (Chinese)
> Twitter: willemjiang
> Weibo: 姜宁willem
> 
> On Mon, Apr 2, 2018 at 12:42 PM, Gao Hongtao <305653...@qq.com> wrote:
> 
> > Hi, Willem
> >
> >
> > for question 1
> > They are for testing only. Should be removed
> >
> >
> > for question 2
> > We can reduce the same Apache license files.
> >
> >
> > We will fix these two in next release. Is that Ok?
> > Thanks for helps.
> >
> >
> >  Hongtao Gao
> >
> >
> >
> >
> >
> >
> >
> > ---Original---
> > From: "Willem Jiang"
> > Date: Mon, Apr 2, 2018 06:19 AM
> > To: "general";
> > Subject: Re: [VOTE] Release Apache SkyWalking (incubating) version
> > 5.0.0-alpha(3rd round)
> >
> >
> > Hi,
> >
> > I checked the source code and nexus repo release, they are good.
> > I can build the binary from the source.
> >
> > But when I go through the License files I have some question want to ask
> >
> > 1. There are some CC Licensed file in the binary release License file.
> > spdx-exceptions 2.1.0
> > spdx-license-ids  3.0.0
> >
> > I did some research out about it and found it just work like a License
> > check tool.
> > So my question do we bundle it in the release kit? If we just use it as a
> > tool to check license, we don't specify it in the License file.
> >
> > 2. There are lots stand ASL License which are list in the License
> > directory.
> > We could save people some time by reducing the number of stand ASL License
> > file.  It can be done on next release
> >
> >  https://www.apache.org/legal/resolved.html#category-b
> >
> >
> > Willem Jiang
> >
> > Blog: http://willemjiang.blogspot.com (English)
> >   http://jnn.iteye.com  (Chinese)
> > Twitter: willemjiang
> > Weibo: 姜宁willem
> >
> > On Sat, Mar 31, 2018 at 12:07 PM, 吴晟 Sheng Wu 
> > wrote:
> >
> > > Hi All,
> > > This is a call for vote to release Apache SkyWalking (Incubating) version
> > > 5.0.0-alpha.
> > >
> > >
> > > The Apache SkyWalking community has tested, voted and approved the
> > proposed
> > > release of Apache SkyWalking (Incubating) 5.0.0-alpha
> > >
> > >
> > > From last vote:
> > > 1. Separated the NOTICE and LICENSE in source package and distribution
> > > 2. Removed the libraries in source package.
> > > 3. Removed some unnecessary excludes from rat setting.
> > > 4. Added a missing DISCLAIMER file.
> > >
> > >
> > > We now kindly request the Incubator PMC members review and vote on this
> > > incubator release.
> > >
> > >
> > > Skywalking is an APM (application performance monitor), especially for
> > > microservice, Cloud Native and container-based architecture systems.
> > > Also known as a distributed tracing system.
> > > It provides an automatic way to instrument applications:
> > > no need to change any of the source code of the target application;
> > > and an collector with an very high efficiency streaming module.
> > >
> > >
> > > Vote Thread:
> > >
> > >
> > >  * https://lists.apache.org/thread.htm

Re: [VOTE] Release Apache SkyWalking (incubating) version 5.0.0-alpha(3rd round)

2018-04-01 Thread Willem Jiang
Shipping the CC licensed binary files in Apache binary kit is OK, if they
are just for testing we don't need bundle them.
Reducing the License file is not the blocking issue, we can fix it in next
release.

Please create issues to track these questions.

It's hard for us to verify the bundled artifact from the compiled file. Now
I have another question about the Skywalking UI.
How can you find the third part dependencies were bundled?



Willem Jiang

Blog: http://willemjiang.blogspot.com (English)
  http://jnn.iteye.com  (Chinese)
Twitter: willemjiang
Weibo: 姜宁willem

On Mon, Apr 2, 2018 at 12:42 PM, Gao Hongtao <305653...@qq.com> wrote:

> Hi, Willem
>
>
> for question 1
> They are for testing only. Should be removed
>
>
> for question 2
> We can reduce the same Apache license files.
>
>
> We will fix these two in next release. Is that Ok?
> Thanks for helps.
>
>
>  Hongtao Gao
>
>
>
>
>
>
>
> ---Original---
> From: "Willem Jiang"
> Date: Mon, Apr 2, 2018 06:19 AM
> To: "general";
> Subject: Re: [VOTE] Release Apache SkyWalking (incubating) version
> 5.0.0-alpha(3rd round)
>
>
> Hi,
>
> I checked the source code and nexus repo release, they are good.
> I can build the binary from the source.
>
> But when I go through the License files I have some question want to ask
>
> 1. There are some CC Licensed file in the binary release License file.
> spdx-exceptions 2.1.0
> spdx-license-ids  3.0.0
>
> I did some research out about it and found it just work like a License
> check tool.
> So my question do we bundle it in the release kit? If we just use it as a
> tool to check license, we don't specify it in the License file.
>
> 2. There are lots stand ASL License which are list in the License
> directory.
> We could save people some time by reducing the number of stand ASL License
> file.  It can be done on next release
>
>  https://www.apache.org/legal/resolved.html#category-b
>
>
> Willem Jiang
>
> Blog: http://willemjiang.blogspot.com (English)
>   http://jnn.iteye.com  (Chinese)
> Twitter: willemjiang
> Weibo: 姜宁willem
>
> On Sat, Mar 31, 2018 at 12:07 PM, 吴晟 Sheng Wu 
> wrote:
>
> > Hi All,
> > This is a call for vote to release Apache SkyWalking (Incubating) version
> > 5.0.0-alpha.
> >
> >
> > The Apache SkyWalking community has tested, voted and approved the
> proposed
> > release of Apache SkyWalking (Incubating) 5.0.0-alpha
> >
> >
> > From last vote:
> > 1. Separated the NOTICE and LICENSE in source package and distribution
> > 2. Removed the libraries in source package.
> > 3. Removed some unnecessary excludes from rat setting.
> > 4. Added a missing DISCLAIMER file.
> >
> >
> > We now kindly request the Incubator PMC members review and vote on this
> > incubator release.
> >
> >
> > Skywalking is an APM (application performance monitor), especially for
> > microservice, Cloud Native and container-based architecture systems.
> > Also known as a distributed tracing system.
> > It provides an automatic way to instrument applications:
> > no need to change any of the source code of the target application;
> > and an collector with an very high efficiency streaming module.
> >
> >
> > Vote Thread:
> >
> >
> >  * https://lists.apache.org/thread.html/4459517d990e2d0fa879ced5b65c44
> > e047191e8b9301e8b6d67f7927@%3Cdev.skywalking.apache.org%3E
> >
> >
> > Result Thread:
> >
> >
> >  * https://lists.apache.org/thread.html/c55adf4fa19d6c9ffa76a8d0cf2465
> > 90d95d8dd7dead11331346e10b@%3Cdev.skywalking.apache.org%3E
> >
> >
> > Release notes:
> >
> >
> > * https://github.com/apache/incubator-skywalking/blob/v5.
> > 0.0-alpha/CHANGES.md
> >
> >
> > Release Candidate:
> >
> >
> > * https://dist.apache.org/repos/dist/dev/incubator/skywalking/
> 5.0.0-alpha/
> >
> >
> > Maven 2 staging repository:
> >
> >
> > * https://repository.apache.org/content/repositories/
> > orgapacheskywalking-1010/org/apache/skywalking/
> >
> >
> > Release Tag :
> >
> >
> > * 5.0.0-alpha
> >
> >
> > Release CommitID :
> >
> >
> > * 476ae378bed24690628cc0d16108185b7b5580b6
> >
> >
> > Keys to verify the Release Candidate :
> >
> >
> > * http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x2EF5026E70A55777
> > * https://dist.apache.org/repos/dist/dev/incubator/skywalking/
> > 5.0.0-alpha/KEYS
> >
> >
> > corresponding to pen...@apache.org
> >
> >
> > Guide to build the release from source :
> >
> >
> > * https://github.com/apache/incubator-skywalking/blob/v5.
> > 0.0-alpha/docs/en/How-to-build.md#build-from-apache-source-codes
> >
> >
> > Voting will start now (March 31th) and will remain open for at least 72
> > hours, Request IPMC to give their vote.
> > [ ] +1 Release this package.
> > [ ] +0 No opinion.
> > [ ] -1 Do not release this package because
> >
> >
> >
> > --
> > Sheng Wu
> > Apache SkyWalking original creator and PPMC member
>


Re: [VOTE] Release Apache SkyWalking (incubating) version 5.0.0-alpha(3rd round)

2018-04-01 Thread Gao Hongtao
Hi, Willem 


for question 1
They are for testing only. Should be removed


for question 2
We can reduce the same Apache license files.


We will fix these two in next release. Is that Ok?
Thanks for helps.


 Hongtao Gao






 
---Original---
From: "Willem Jiang"
Date: Mon, Apr 2, 2018 06:19 AM
To: "general";
Subject: Re: [VOTE] Release Apache SkyWalking (incubating) version 
5.0.0-alpha(3rd round)


Hi,

I checked the source code and nexus repo release, they are good.
I can build the binary from the source.

But when I go through the License files I have some question want to ask

1. There are some CC Licensed file in the binary release License file.
spdx-exceptions 2.1.0
spdx-license-ids  3.0.0

I did some research out about it and found it just work like a License
check tool.
So my question do we bundle it in the release kit? If we just use it as a
tool to check license, we don't specify it in the License file.

2. There are lots stand ASL License which are list in the License directory.
We could save people some time by reducing the number of stand ASL License
file.  It can be done on next release

 https://www.apache.org/legal/resolved.html#category-b


Willem Jiang

Blog: http://willemjiang.blogspot.com (English)
  http://jnn.iteye.com  (Chinese)
Twitter: willemjiang
Weibo: willem

On Sat, Mar 31, 2018 at 12:07 PM,  Sheng Wu  wrote:

> Hi All,
> This is a call for vote to release Apache SkyWalking (Incubating) version
> 5.0.0-alpha.
>
>
> The Apache SkyWalking community has tested, voted and approved the proposed
> release of Apache SkyWalking (Incubating) 5.0.0-alpha
>
>
> From last vote:
> 1. Separated the NOTICE and LICENSE in source package and distribution
> 2. Removed the libraries in source package.
> 3. Removed some unnecessary excludes from rat setting.
> 4. Added a missing DISCLAIMER file.
>
>
> We now kindly request the Incubator PMC members review and vote on this
> incubator release.
>
>
> Skywalking is an APM (application performance monitor), especially for
> microservice, Cloud Native and container-based architecture systems.
> Also known as a distributed tracing system.
> It provides an automatic way to instrument applications:
> no need to change any of the source code of the target application;
> and an collector with an very high efficiency streaming module.
>
>
> Vote Thread:
>
>
>  * https://lists.apache.org/thread.html/4459517d990e2d0fa879ced5b65c44
> e047191e8b9301e8b6d67f7927@%3Cdev.skywalking.apache.org%3E
>
>
> Result Thread:
>
>
>  * https://lists.apache.org/thread.html/c55adf4fa19d6c9ffa76a8d0cf2465
> 90d95d8dd7dead11331346e10b@%3Cdev.skywalking.apache.org%3E
>
>
> Release notes:
>
>
> * https://github.com/apache/incubator-skywalking/blob/v5.
> 0.0-alpha/CHANGES.md
>
>
> Release Candidate:
>
>
> * https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-alpha/
>
>
> Maven 2 staging repository:
>
>
> * https://repository.apache.org/content/repositories/
> orgapacheskywalking-1010/org/apache/skywalking/
>
>
> Release Tag :
>
>
> * 5.0.0-alpha
>
>
> Release CommitID :
>
>
> * 476ae378bed24690628cc0d16108185b7b5580b6
>
>
> Keys to verify the Release Candidate :
>
>
> * http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x2EF5026E70A55777
> * https://dist.apache.org/repos/dist/dev/incubator/skywalking/
> 5.0.0-alpha/KEYS
>
>
> corresponding to pen...@apache.org
>
>
> Guide to build the release from source :
>
>
> * https://github.com/apache/incubator-skywalking/blob/v5.
> 0.0-alpha/docs/en/How-to-build.md#build-from-apache-source-codes
>
>
> Voting will start now (March 31th) and will remain open for at least 72
> hours, Request IPMC to give their vote.
> [ ] +1 Release this package.
> [ ] +0 No opinion.
> [ ] -1 Do not release this package because
>
>
>
> --
> Sheng Wu
> Apache SkyWalking original creator and PPMC member

Re: [VOTE] Release Apache SkyWalking (incubating) version 5.0.0-alpha (3rd round)

2018-04-01 Thread Willem Jiang
Hi,

I checked the source code and nexus repo release, they are good.
I can build the binary from the source.

But when I go through the License files I have some question want to ask

1. There are some CC Licensed file in the binary release License file.
spdx-exceptions 2.1.0
spdx-license-ids  3.0.0

I did some research out about it and found it just work like a License
check tool.
So my question do we bundle it in the release kit? If we just use it as a
tool to check license, we don't specify it in the License file.

2. There are lots stand ASL License which are list in the License directory.
We could save people some time by reducing the number of stand ASL License
file.  It can be done on next release

 https://www.apache.org/legal/resolved.html#category-b


Willem Jiang

Blog: http://willemjiang.blogspot.com (English)
  http://jnn.iteye.com  (Chinese)
Twitter: willemjiang
Weibo: 姜宁willem

On Sat, Mar 31, 2018 at 12:07 PM, 吴晟 Sheng Wu  wrote:

> Hi All,
> This is a call for vote to release Apache SkyWalking (Incubating) version
> 5.0.0-alpha.
>
>
> The Apache SkyWalking community has tested, voted and approved the proposed
> release of Apache SkyWalking (Incubating) 5.0.0-alpha
>
>
> From last vote:
> 1. Separated the NOTICE and LICENSE in source package and distribution
> 2. Removed the libraries in source package.
> 3. Removed some unnecessary excludes from rat setting.
> 4. Added a missing DISCLAIMER file.
>
>
> We now kindly request the Incubator PMC members review and vote on this
> incubator release.
>
>
> Skywalking is an APM (application performance monitor), especially for
> microservice, Cloud Native and container-based architecture systems.
> Also known as a distributed tracing system.
> It provides an automatic way to instrument applications:
> no need to change any of the source code of the target application;
> and an collector with an very high efficiency streaming module.
>
>
> Vote Thread:
>
>
>  * https://lists.apache.org/thread.html/4459517d990e2d0fa879ced5b65c44
> e047191e8b9301e8b6d67f7927@%3Cdev.skywalking.apache.org%3E
>
>
> Result Thread:
>
>
>  * https://lists.apache.org/thread.html/c55adf4fa19d6c9ffa76a8d0cf2465
> 90d95d8dd7dead11331346e10b@%3Cdev.skywalking.apache.org%3E
>
>
> Release notes:
>
>
> * https://github.com/apache/incubator-skywalking/blob/v5.
> 0.0-alpha/CHANGES.md
>
>
> Release Candidate:
>
>
> * https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-alpha/
>
>
> Maven 2 staging repository:
>
>
> * https://repository.apache.org/content/repositories/
> orgapacheskywalking-1010/org/apache/skywalking/
>
>
> Release Tag :
>
>
> * 5.0.0-alpha
>
>
> Release CommitID :
>
>
> * 476ae378bed24690628cc0d16108185b7b5580b6
>
>
> Keys to verify the Release Candidate :
>
>
> * http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x2EF5026E70A55777
> * https://dist.apache.org/repos/dist/dev/incubator/skywalking/
> 5.0.0-alpha/KEYS
>
>
> corresponding to pen...@apache.org
>
>
> Guide to build the release from source :
>
>
> * https://github.com/apache/incubator-skywalking/blob/v5.
> 0.0-alpha/docs/en/How-to-build.md#build-from-apache-source-codes
>
>
> Voting will start now (March 31th) and will remain open for at least 72
> hours, Request IPMC to give their vote.
> [ ] +1 Release this package.
> [ ] +0 No opinion.
> [ ] -1 Do not release this package because
>
>
>
> --
> Sheng Wu
> Apache SkyWalking original creator and PPMC member


Re: [VOTE] Release Apache SkyWalking (incubating) version 5.0.0-alpha(3rd round)

2018-03-31 Thread sebb
On 1 April 2018 at 00:53, 吴晟 Sheng Wu  wrote:
>> Please include the SCM URL in the VOTE email, as the tag and commitId
>> aren't much use without it.
>
>
>
> Hi Sebb
>
>
> The SCM url with tag is this : 
> https://github.com/apache/incubator-skywalking/tree/v5.0.0-alpha
>
>
> Thanks.

I see.

However that does not actually have a tag with the name '5.0.0-alpha'

Also, when I compare the contents of
apache-skywalking-apm-incubating-5.0.0-alpha-src.tgz with the tag,
there are several files in the source release that don't appear to
have a counterpart in the Git repo.

For example, apm-sniffer/apm-agent/dependency-reduced-pom.xml

skywalking-ui/*

That does not seem right

>
> --
> Sheng Wu
> Apache SkyWalking original creator and PPMC member
>
>
>
>
>
>
>
> -- Original ------
> From:  "sebb";
> Date:  Sun, Apr 1, 2018 07:41 AM
> To:  "general";
>
> Subject:  Re: [VOTE] Release Apache SkyWalking (incubating) version 
> 5.0.0-alpha(3rd round)
>
>
>
> On 31 March 2018 at 05:07, 吴晟 Sheng Wu  wrote:
>> Hi All,
>> This is a call for vote to release Apache SkyWalking (Incubating) version 
>> 5.0.0-alpha.
>>
>>
>> The Apache SkyWalking community has tested, voted and approved the proposed
>> release of Apache SkyWalking (Incubating) 5.0.0-alpha
>>
>>
>> From last vote:
>> 1. Separated the NOTICE and LICENSE in source package and distribution
>> 2. Removed the libraries in source package.
>> 3. Removed some unnecessary excludes from rat setting.
>> 4. Added a missing DISCLAIMER file.
>>
>>
>> We now kindly request the Incubator PMC members review and vote on this
>> incubator release.
>>
>>
>> Skywalking is an APM (application performance monitor), especially for 
>> microservice, Cloud Native and container-based architecture systems.
>> Also known as a distributed tracing system.
>> It provides an automatic way to instrument applications:
>> no need to change any of the source code of the target application;
>> and an collector with an very high efficiency streaming module.
>>
>>
>> Vote Thread:
>>
>>
>>  * 
>> https://lists.apache.org/thread.html/4459517d990e2d0fa879ced5b65c44e047191e8b9301e8b6d67f7927@%3Cdev.skywalking.apache.org%3E
>>
>>
>> Result Thread:
>>
>>
>>  * 
>> https://lists.apache.org/thread.html/c55adf4fa19d6c9ffa76a8d0cf246590d95d8dd7dead11331346e10b@%3Cdev.skywalking.apache.org%3E
>>
>>
>> Release notes:
>>
>>
>> * https://github.com/apache/incubator-skywalking/blob/v5.0.0-alpha/CHANGES.md
>>
>>
>> Release Candidate:
>>
>>
>> * https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-alpha/
>>
>>
>> Maven 2 staging repository:
>>
>>
>> * 
>> https://repository.apache.org/content/repositories/orgapacheskywalking-1010/org/apache/skywalking/
>>
>>
>> Release Tag :
>>
>>
>> * 5.0.0-alpha
>>
>>
>> Release CommitID :
>>
>>
>> * 476ae378bed24690628cc0d16108185b7b5580b6
>
> Please include the SCM URL in the VOTE email, as the tag and commitId
> aren't much use without it.
>
> The URL would help both for the vote checked and for the historical records.
>
>>
>> Keys to verify the Release Candidate :
>>
>>
>> * http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x2EF5026E70A55777
>> * 
>> https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-alpha/KEYS
>>
>>
>> corresponding to pen...@apache.org
>>
>>
>> Guide to build the release from source :
>>
>>
>> * 
>> https://github.com/apache/incubator-skywalking/blob/v5.0.0-alpha/docs/en/How-to-build.md#build-from-apache-source-codes
>>
>>
>> Voting will start now (March 31th) and will remain open for at least 72 
>> hours, Request IPMC to give their vote.
>> [ ] +1 Release this package.
>> [ ] +0 No opinion.
>> [ ] -1 Do not release this package because
>>
>>
>>
>> --
>> Sheng Wu
>> Apache SkyWalking original creator and PPMC member
>
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] Release Apache SkyWalking (incubating) version 5.0.0-alpha(3rd round)

2018-03-31 Thread ???? Sheng Wu
> Please include the SCM URL in the VOTE email, as the tag and commitId
> aren't much use without it.



Hi Sebb


The SCM url with tag is this : 
https://github.com/apache/incubator-skywalking/tree/v5.0.0-alpha


Thanks.


--
Sheng Wu
Apache SkyWalking original creator and PPMC member


 




-- Original --
From:  "sebb";
Date:  Sun, Apr 1, 2018 07:41 AM
To:  "general";

Subject:  Re: [VOTE] Release Apache SkyWalking (incubating) version 
5.0.0-alpha(3rd round)



On 31 March 2018 at 05:07,  Sheng Wu  wrote:
> Hi All,
> This is a call for vote to release Apache SkyWalking (Incubating) version 
> 5.0.0-alpha.
>
>
> The Apache SkyWalking community has tested, voted and approved the proposed
> release of Apache SkyWalking (Incubating) 5.0.0-alpha
>
>
> From last vote:
> 1. Separated the NOTICE and LICENSE in source package and distribution
> 2. Removed the libraries in source package.
> 3. Removed some unnecessary excludes from rat setting.
> 4. Added a missing DISCLAIMER file.
>
>
> We now kindly request the Incubator PMC members review and vote on this
> incubator release.
>
>
> Skywalking is an APM (application performance monitor), especially for 
> microservice, Cloud Native and container-based architecture systems.
> Also known as a distributed tracing system.
> It provides an automatic way to instrument applications:
> no need to change any of the source code of the target application;
> and an collector with an very high efficiency streaming module.
>
>
> Vote Thread:
>
>
>  * 
> https://lists.apache.org/thread.html/4459517d990e2d0fa879ced5b65c44e047191e8b9301e8b6d67f7927@%3Cdev.skywalking.apache.org%3E
>
>
> Result Thread:
>
>
>  * 
> https://lists.apache.org/thread.html/c55adf4fa19d6c9ffa76a8d0cf246590d95d8dd7dead11331346e10b@%3Cdev.skywalking.apache.org%3E
>
>
> Release notes:
>
>
> * https://github.com/apache/incubator-skywalking/blob/v5.0.0-alpha/CHANGES.md
>
>
> Release Candidate:
>
>
> * https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-alpha/
>
>
> Maven 2 staging repository:
>
>
> * 
> https://repository.apache.org/content/repositories/orgapacheskywalking-1010/org/apache/skywalking/
>
>
> Release Tag :
>
>
> * 5.0.0-alpha
>
>
> Release CommitID :
>
>
> * 476ae378bed24690628cc0d16108185b7b5580b6

Please include the SCM URL in the VOTE email, as the tag and commitId
aren't much use without it.

The URL would help both for the vote checked and for the historical records.

>
> Keys to verify the Release Candidate :
>
>
> * http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x2EF5026E70A55777
> * https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-alpha/KEYS
>
>
> corresponding to pen...@apache.org
>
>
> Guide to build the release from source :
>
>
> * 
> https://github.com/apache/incubator-skywalking/blob/v5.0.0-alpha/docs/en/How-to-build.md#build-from-apache-source-codes
>
>
> Voting will start now (March 31th) and will remain open for at least 72 
> hours, Request IPMC to give their vote.
> [ ] +1 Release this package.
> [ ] +0 No opinion.
> [ ] -1 Do not release this package because
>
>
>
> --
> Sheng Wu
> Apache SkyWalking original creator and PPMC member

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org

Re: [VOTE] Release Apache SkyWalking (incubating) version 5.0.0-alpha (3rd round)

2018-03-31 Thread sebb
On 31 March 2018 at 05:07, 吴晟 Sheng Wu  wrote:
> Hi All,
> This is a call for vote to release Apache SkyWalking (Incubating) version 
> 5.0.0-alpha.
>
>
> The Apache SkyWalking community has tested, voted and approved the proposed
> release of Apache SkyWalking (Incubating) 5.0.0-alpha
>
>
> From last vote:
> 1. Separated the NOTICE and LICENSE in source package and distribution
> 2. Removed the libraries in source package.
> 3. Removed some unnecessary excludes from rat setting.
> 4. Added a missing DISCLAIMER file.
>
>
> We now kindly request the Incubator PMC members review and vote on this
> incubator release.
>
>
> Skywalking is an APM (application performance monitor), especially for 
> microservice, Cloud Native and container-based architecture systems.
> Also known as a distributed tracing system.
> It provides an automatic way to instrument applications:
> no need to change any of the source code of the target application;
> and an collector with an very high efficiency streaming module.
>
>
> Vote Thread:
>
>
>  * 
> https://lists.apache.org/thread.html/4459517d990e2d0fa879ced5b65c44e047191e8b9301e8b6d67f7927@%3Cdev.skywalking.apache.org%3E
>
>
> Result Thread:
>
>
>  * 
> https://lists.apache.org/thread.html/c55adf4fa19d6c9ffa76a8d0cf246590d95d8dd7dead11331346e10b@%3Cdev.skywalking.apache.org%3E
>
>
> Release notes:
>
>
> * https://github.com/apache/incubator-skywalking/blob/v5.0.0-alpha/CHANGES.md
>
>
> Release Candidate:
>
>
> * https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-alpha/
>
>
> Maven 2 staging repository:
>
>
> * 
> https://repository.apache.org/content/repositories/orgapacheskywalking-1010/org/apache/skywalking/
>
>
> Release Tag :
>
>
> * 5.0.0-alpha
>
>
> Release CommitID :
>
>
> * 476ae378bed24690628cc0d16108185b7b5580b6

Please include the SCM URL in the VOTE email, as the tag and commitId
aren't much use without it.

The URL would help both for the vote checked and for the historical records.

>
> Keys to verify the Release Candidate :
>
>
> * http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x2EF5026E70A55777
> * https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-alpha/KEYS
>
>
> corresponding to pen...@apache.org
>
>
> Guide to build the release from source :
>
>
> * 
> https://github.com/apache/incubator-skywalking/blob/v5.0.0-alpha/docs/en/How-to-build.md#build-from-apache-source-codes
>
>
> Voting will start now (March 31th) and will remain open for at least 72 
> hours, Request IPMC to give their vote.
> [ ] +1 Release this package.
> [ ] +0 No opinion.
> [ ] -1 Do not release this package because
>
>
>
> --
> Sheng Wu
> Apache SkyWalking original creator and PPMC member

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] Release Apache SkyWalking (incubating) version 5.0.0-alpha (3rd round)

2018-03-31 Thread Justin Mclean
Hi,

+1 binding

I checked
- incubating in name
- signatures and hashes good
- DISCLAIMER exists
- LICENSE and NOTICE all good
- No unexpected binary files
- All source files have headers
- Can compile from source

Thanks,
Justin

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] Release Apache SkyWalking (incubating) version 5.0.0-alpha (3rd round)

2018-03-31 Thread Romain Manni-Bucau
+1 looks good

Le 31 mars 2018 18:05, "Matt Sicker"  a écrit :

> +1 (binding)
>
> * Signatures ok
> * Rat check ok
> * Disclaimer, license, notice files all present
> * Build and test ok
>
>
> On 30 March 2018 at 23:07, 吴晟 Sheng Wu  wrote:
>
> > Hi All,
> > This is a call for vote to release Apache SkyWalking (Incubating) version
> > 5.0.0-alpha.
> >
> >
> > The Apache SkyWalking community has tested, voted and approved the
> proposed
> > release of Apache SkyWalking (Incubating) 5.0.0-alpha
> >
> >
> > From last vote:
> > 1. Separated the NOTICE and LICENSE in source package and distribution
> > 2. Removed the libraries in source package.
> > 3. Removed some unnecessary excludes from rat setting.
> > 4. Added a missing DISCLAIMER file.
> >
> >
> > We now kindly request the Incubator PMC members review and vote on this
> > incubator release.
> >
> >
> > Skywalking is an APM (application performance monitor), especially for
> > microservice, Cloud Native and container-based architecture systems.
> > Also known as a distributed tracing system.
> > It provides an automatic way to instrument applications:
> > no need to change any of the source code of the target application;
> > and an collector with an very high efficiency streaming module.
> >
> >
> > Vote Thread:
> >
> >
> >  * https://lists.apache.org/thread.html/4459517d990e2d0fa879ced5b65c44
> > e047191e8b9301e8b6d67f7927@%3Cdev.skywalking.apache.org%3E
> >
> >
> > Result Thread:
> >
> >
> >  * https://lists.apache.org/thread.html/c55adf4fa19d6c9ffa76a8d0cf2465
> > 90d95d8dd7dead11331346e10b@%3Cdev.skywalking.apache.org%3E
> >
> >
> > Release notes:
> >
> >
> > * https://github.com/apache/incubator-skywalking/blob/v5.
> > 0.0-alpha/CHANGES.md
> >
> >
> > Release Candidate:
> >
> >
> > * https://dist.apache.org/repos/dist/dev/incubator/skywalking/
> 5.0.0-alpha/
> >
> >
> > Maven 2 staging repository:
> >
> >
> > * https://repository.apache.org/content/repositories/
> > orgapacheskywalking-1010/org/apache/skywalking/
> >
> >
> > Release Tag :
> >
> >
> > * 5.0.0-alpha
> >
> >
> > Release CommitID :
> >
> >
> > * 476ae378bed24690628cc0d16108185b7b5580b6
> >
> >
> > Keys to verify the Release Candidate :
> >
> >
> > * http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x2EF5026E70A55777
> > * https://dist.apache.org/repos/dist/dev/incubator/skywalking/
> > 5.0.0-alpha/KEYS
> >
> >
> > corresponding to pen...@apache.org
> >
> >
> > Guide to build the release from source :
> >
> >
> > * https://github.com/apache/incubator-skywalking/blob/v5.
> > 0.0-alpha/docs/en/How-to-build.md#build-from-apache-source-codes
> >
> >
> > Voting will start now (March 31th) and will remain open for at least 72
> > hours, Request IPMC to give their vote.
> > [ ] +1 Release this package.
> > [ ] +0 No opinion.
> > [ ] -1 Do not release this package because
> >
> >
> >
> > --
> > Sheng Wu
> > Apache SkyWalking original creator and PPMC member
>
>
>
>
> --
> Matt Sicker 
>


Re: [VOTE] Release Apache SkyWalking (incubating) version 5.0.0-alpha (3rd round)

2018-03-31 Thread Matt Sicker
+1 (binding)

* Signatures ok
* Rat check ok
* Disclaimer, license, notice files all present
* Build and test ok


On 30 March 2018 at 23:07, 吴晟 Sheng Wu  wrote:

> Hi All,
> This is a call for vote to release Apache SkyWalking (Incubating) version
> 5.0.0-alpha.
>
>
> The Apache SkyWalking community has tested, voted and approved the proposed
> release of Apache SkyWalking (Incubating) 5.0.0-alpha
>
>
> From last vote:
> 1. Separated the NOTICE and LICENSE in source package and distribution
> 2. Removed the libraries in source package.
> 3. Removed some unnecessary excludes from rat setting.
> 4. Added a missing DISCLAIMER file.
>
>
> We now kindly request the Incubator PMC members review and vote on this
> incubator release.
>
>
> Skywalking is an APM (application performance monitor), especially for
> microservice, Cloud Native and container-based architecture systems.
> Also known as a distributed tracing system.
> It provides an automatic way to instrument applications:
> no need to change any of the source code of the target application;
> and an collector with an very high efficiency streaming module.
>
>
> Vote Thread:
>
>
>  * https://lists.apache.org/thread.html/4459517d990e2d0fa879ced5b65c44
> e047191e8b9301e8b6d67f7927@%3Cdev.skywalking.apache.org%3E
>
>
> Result Thread:
>
>
>  * https://lists.apache.org/thread.html/c55adf4fa19d6c9ffa76a8d0cf2465
> 90d95d8dd7dead11331346e10b@%3Cdev.skywalking.apache.org%3E
>
>
> Release notes:
>
>
> * https://github.com/apache/incubator-skywalking/blob/v5.
> 0.0-alpha/CHANGES.md
>
>
> Release Candidate:
>
>
> * https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-alpha/
>
>
> Maven 2 staging repository:
>
>
> * https://repository.apache.org/content/repositories/
> orgapacheskywalking-1010/org/apache/skywalking/
>
>
> Release Tag :
>
>
> * 5.0.0-alpha
>
>
> Release CommitID :
>
>
> * 476ae378bed24690628cc0d16108185b7b5580b6
>
>
> Keys to verify the Release Candidate :
>
>
> * http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x2EF5026E70A55777
> * https://dist.apache.org/repos/dist/dev/incubator/skywalking/
> 5.0.0-alpha/KEYS
>
>
> corresponding to pen...@apache.org
>
>
> Guide to build the release from source :
>
>
> * https://github.com/apache/incubator-skywalking/blob/v5.
> 0.0-alpha/docs/en/How-to-build.md#build-from-apache-source-codes
>
>
> Voting will start now (March 31th) and will remain open for at least 72
> hours, Request IPMC to give their vote.
> [ ] +1 Release this package.
> [ ] +0 No opinion.
> [ ] -1 Do not release this package because
>
>
>
> --
> Sheng Wu
> Apache SkyWalking original creator and PPMC member




-- 
Matt Sicker 


[VOTE] Release Apache SkyWalking (incubating) version 5.0.0-alpha (3rd round)

2018-03-30 Thread ???? Sheng Wu
Hi All,
This is a call for vote to release Apache SkyWalking (Incubating) version 
5.0.0-alpha.


The Apache SkyWalking community has tested, voted and approved the proposed
release of Apache SkyWalking (Incubating) 5.0.0-alpha


From last vote:
1. Separated the NOTICE and LICENSE in source package and distribution
2. Removed the libraries in source package.
3. Removed some unnecessary excludes from rat setting.
4. Added a missing DISCLAIMER file.


We now kindly request the Incubator PMC members review and vote on this
incubator release.


Skywalking is an APM (application performance monitor), especially for 
microservice, Cloud Native and container-based architecture systems.
Also known as a distributed tracing system.
It provides an automatic way to instrument applications:
no need to change any of the source code of the target application;
and an collector with an very high efficiency streaming module.


Vote Thread:


 * 
https://lists.apache.org/thread.html/4459517d990e2d0fa879ced5b65c44e047191e8b9301e8b6d67f7927@%3Cdev.skywalking.apache.org%3E


Result Thread:


 * 
https://lists.apache.org/thread.html/c55adf4fa19d6c9ffa76a8d0cf246590d95d8dd7dead11331346e10b@%3Cdev.skywalking.apache.org%3E


Release notes:


* https://github.com/apache/incubator-skywalking/blob/v5.0.0-alpha/CHANGES.md


Release Candidate:


* https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-alpha/


Maven 2 staging repository:


* 
https://repository.apache.org/content/repositories/orgapacheskywalking-1010/org/apache/skywalking/


Release Tag :


* 5.0.0-alpha


Release CommitID :


* 476ae378bed24690628cc0d16108185b7b5580b6


Keys to verify the Release Candidate :


* http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x2EF5026E70A55777 
* https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-alpha/KEYS


corresponding to pen...@apache.org


Guide to build the release from source :


* 
https://github.com/apache/incubator-skywalking/blob/v5.0.0-alpha/docs/en/How-to-build.md#build-from-apache-source-codes


Voting will start now (March 31th) and will remain open for at least 72 hours, 
Request IPMC to give their vote.
[ ] +1 Release this package.
[ ] +0 No opinion.
[ ] -1 Do not release this package because



--
Sheng Wu
Apache SkyWalking original creator and PPMC member