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

2018-08-16 Thread Jun Liu

> ING=/tmp/keyring.$$
> gpg2 --keyring $RING --no-default-keyring --import KEYS
> gpg2 --keyring $RING --no-default-keyring --verify …

Thanks Sebb, I will try it later.

Would you mind to help verify the Release Candidate?

Best regards,
Jun

> On 16 Aug 2018, at 20:39, sebb  wrote:
> 
> On 16 August 2018 at 12:56, Jun Liu  wrote:
>>> Better to get the key from the KEYS file.
>> 
>> I think that would be:
>> 1. download and import the KEYS from 
>> https://dist.apache.org/repos/dist/dev/incubator/dubbo/KEYS 
>> 
>> 2. gpg2 --verify dubbo-incubating-2.6.2-source-release.zip.asc 
>> dubbo-incubating-2.6.2-source-release.zip
>> 
>> Is that right?
> 
> Looks OK.
> 
> I use a temporary file as the keyring to ensure that the key is
> actually present in the file, e.g.
> 
> RING=/tmp/keyring.$$
> gpg2 --keyring $RING --no-default-keyring --import KEYS
> gpg2 --keyring $RING --no-default-keyring --verify ...
> 
>> What is the exact command to specify the key to use when have multiple keys 
>> locally?
> 
> I don't know if it's possible to specify the key to be used.
> 
> But by starting with an empty keyring one can check that the right key
> is in the KEYS file.
> 
>> Best regards,
>> Jun
>> 
>>> On 15 Aug 2018, at 20:52, sebb  wrote:
>>> 
>>> On 15 August 2018 at 03:56, Jun Liu >> > wrote:
 Here're some tips of how to verify the RC:
 
 1. Check signatures and hashes are good
   sha512 dubbo-incubating-${release_version}-bin-release.zip.sha512
   sha512 dubbo-incubating-${release_version}-source-release.zip.sha512
   gpg2 --keyserver pgpkeys.mit.edu  
 --recv-key 208B0AB1D63011C7
>>> 
>>> Better to get the key from the KEYS file.
>>> 
   gpg2 --verify dubbo-incubating-2.6.2-source-release.zip.asc 
 dubbo-incubating-2.6.2-source-release.zip
 
 2. Unzip dubbo-incubating-${release_version}-source-release.zip to the 
 default directory and check the following:
   • Directory with 'incubating' in name 
 dubbo-incubating-${release_version}-bin-release
   • DISCLAIMER exists
   • LICENSE and NOTICE exists and contents are good
   • All files and no binary files exist
   • All files has standard ASF License header
   • Can compile from source
   • All unit tests can pass
   mvn clean test # This will run all unit tests
   mvn clean install -Drat.skip=false -Dcheckstyle.skip=false # 
 Open rat and style plugin to check if every file meets requirements.
   • Release candidates match with corresponding tags, you can find tag 
 link and hash in vote email.
 
 3. Unzip dubbo-incubating-${release_version}-bin-release.zip and check:
   * 'incubating' in name
   * LICENSE and NOTICE exists and contents are good
 
 Best regards,
 Jun
 
> On 12 Aug 2018, at 15:12, Jun Liu  wrote:
> 
> Hello All,
> 
> This is a call for vote to release Apache Dubbo (Incubating) version 
> 2.6.3.
> 
> The Apache Dubbo community has voted on and approved a proposal to 
> release Apache Dubbo (Incubating) version 2.6.3.
> 
> We now kindly request the Incubator PMC members review and vote on this 
> incubator release.
> 
> Apache Dubbo™ (incubating) is a high-performance, java based, open source 
> RPC framework. Dubbo offers three key functionalities, which include 
> interface based remote call, fault tolerance & load balancing, and 
> automatic service registration & discovery.
> 
> Dubbo community vote thread:
> https://lists.apache.org/thread.html/9e692f525dfbd004e98707ecac33ab10d07741500433a24370e64c67@%3Cdev.dubbo.apache.org%3E
> 
> Dubbo community vote result thread:
> https://lists.apache.org/thread.html/630d7ed97ca06a341a7c6626c34af52eab42515439f76e0810504533@%3Cdev.dubbo.apache.org%3E
> 
> The release candidates:
> https://dist.apache.org/repos/dist/dev/incubator/dubbo/2.6.3
> 
> Git tag for the release:
> https://github.com/apache/incubator-dubbo/tree/dubbo-2.6.3
> 
> Hash for the release tag:
> 22899a4b395411496ebf03c514e7674e8073e0c3
> 
> Release Notes:
> 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
> 
> 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.
> Jun Liu,
> The Apache Dubbo (Incubating) Team
> 
> 
> 

Re: [ANNOUNCE] Release Apache ECharts (incubating) 4.1.0

2018-08-16 Thread SHUANG SU
Thanks, we will fix or enhance it soon.

--
 Su Shuang (100pah)
--



sebb  于2018年8月15日周三 上午4:37写道:

> On 14 August 2018 at 08:12, SHUANG SU  wrote:
> > Thanks.
> >
> > Sorry for the mistake. The correct vote thread should be
> >
> https://lists.apache.org/thread.html/4a551cd183a7ec74c2f5629b8c2c128f82cff6d044d524fcc4d2a175@%3Cgeneral.incubator.apache.org%3E
>
> I think you misunderstand me.
> I am saying that the link should not be included in announce emails as
> it is not relevant.
>
> > Is  the Apache mirror
> link?
> > It has been included in the download page
> http://echarts.apache.org/download
> > ,
> > (It is the button-like link under the title of "Download Source"). KEYS
> is
> > also included in
> > this link.
>
> No, that is a link to the ASF backup mirrors.
>
> The release artifacts must use the ASF dynamic mirror system.
>
> > About the online builder, we've made the auto-check tool to ensure the
> > correctness during the process of publish.
> > But I have not found a way for end-user to check the downloaded file
> since
> > the online build is totally run on the
> > browser, without server and without pre-build. Fortunately we have not
> > received a report about any fail on download stage.
> > But I am considering may be a shell command can be provided for end-user
> > to check the version and some
> > features of the content.
>
> The point here is that artifact downloads must be accompanied by
> hashes and sigs.
>
>
> > Thanks
> >
> >
> >
> > sebb  于2018年8月13日周一 下午5:21写道:
> >
> >> On 10 August 2018 at 11:35, SHUANG SU  wrote:
> >> > Hi all,
> >> >
> >> > The Apache ECharts (incubating) team is proud to announce Apache
> ECharts
> >> > version 4.1.0-incubating.
> >> >
> >> > ECharts is a powerful, interactive charting and visualization library.
> >> >
> >> > Vote thread:
> >> >
> >>
> https://lists.apache.org/thread.html/67dffef28ecffd66689ac991ca027c0868d734629949d958e7b12dd3@%3Cdev.echarts.apache.org%3E
> >>
> >> The vote URL is not normally included in announce emails, as they are
> >> published outside the developer community.
> >>
> >> > Download Links: http://echarts.apache.org/download
> >>
> >> The download page does not use the ASF mirror system, there are no
> >> links to KEYS, sigs or hashes and no details on why/how to verify
> >> downloads using sigs or hashes.
> >>
> >> Also the online builder is clever, but does not provide any download
> >> verification.
> >>
> >> > Release Notes:
> >> > http://www.apache.org/dist/incubator/echarts/4.1.0/RELEASE_NOTE.txt
> >> >
> >> > Website: http://echarts.apache.org/
> >> >
> >> > ECharts Resources:
> >> > - Issue: https://github.com/apache/incubator-echarts/issues
> >> > - Mailing list: d...@echarts.incubator.apache.org
> >> >
> >> > Thanks
> >>
> >> -
> >> 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: [DISCUSS] Marvin-AI Incubator Proposal

2018-08-16 Thread Luciano Resende
Thanks Jim, I will add you as a mentor...

On Thu, Aug 16, 2018 at 7:11 AM Jim Jagielski  wrote:

> +1... please let me know if you want another mentor
>
> > On Aug 15, 2018, at 3:13 PM, Luciano Resende 
> wrote:
> >
> > We would like to start a discussion on accepting Marvin-AI as an Apache
> > Incubator project.
> >
> > The proposal is available at the incubator wiki, and also copied below:
> > https://wiki.apache.org/incubator/Marvin-AI
> >
> > As part of the initial due diligence, we have done a preliminary name
> > search and the results are available on the JIRA below:
> >
> > https://issues.apache.org/jira/browse/PODLINGNAMESEARCH-144
> >
> > We are also looking for two additional mentors.
> >
> >
> > Thanks in advance for your time reviewing and providing feedback.
> >
> > ===
> >
> > = Marvin-AI =
> >
> > == Abstract ==
> >
> > Marvin-AI is an open-source artificial intelligence (AI) platform that
> > helps data scientists, prototype and productionalize complex solutions
> with
> > a scalable, low-latency, language-agnostic, and standardized architecture
> > while simplifies the process of exploration and modeling.
> >
> > == Proposal ==
> >
> > Marvin helps non-experienced developers create industry-grade AI
> > applications. It has three core components:  a development environment to
> > be used during data exploration and hypothesis validation (Toolbox), a
> > library which should be extended to create Marvin engines, and a Scala
> > application server which interprets engines (Engine Executor).
> > A basic premise of Marvin is that it should be language-agnostic, able to
> > interpret engines implemented in different programming languages.
> >
> > == Background ==
> >
> > The Marvin AI project was initiated as an internal project at B2W Digital
> > (Brazil), the largest e-commerce company in Latin America. Nowadays, it
> is
> > used by all data scientists within the B2W team. Oftentimes, data
> > scientists don't have an extensive background in software engineering,
> yet
> > are in charge of creating AI applications that need to scale to high
> > throughput and provide millisecond-level response times. At B2W, Marvin
> AI
> > plays an important role in this process, abstracting advanced software
> > engineering procedures, allowing data scientists to focus on their
> > knowledge domain.
> >
> > == Rationale ==
> >
> > With recent advances in computer architecture and a corresponding
> increase
> > in the amount of data generated by always-connected devices, AI
> algorithms
> > offer a solution to problems that have long troubled modern corporations.
> > Since AI developers come from various fields, such as statistics,
> physics,
> > and math, there exists a strong need for platforms which enable them to
> > move from prototypes to enterprise applications. Although some tools
> claim
> > to offer this service, in reality, there is no reliable open-source
> > solution.
> >
> > == Initial Goals ==
> >
> > The initial goals will most likely be to merge the existing codebase
> into a
> > single repository, migrate it to Apache, and then integrate with the
> Apache
> > development process. Furthermore, we plan for incremental development and
> > releases, as per Apache guidelines.
> >
> > == Current Status ==
> >
> > === Meritocracy ===
> >
> > Marvin already works under principles of meritocracy. Today, Marvin
> already
> > has some contributors that are part of other institutions. Although there
> > is no formal process defined to become a committer, contributors that
> make
> > major changes/improvements to the platform are naturally granted write
> > access to the repository.
> >
> >
> > === Community ===
> >
> > Acceptance into the Apache foundation would substantially boost both
> > Marvin's user and developer communities. The current community includes a
> > few experienced developers that have either academic or professional
> > experience with AI. The community is largely comprised of data scientists
> > working at B2W and other companies such as Cloudera, MIT, Qume Labs,
> > Laguro.com, and CBYK. Also, there is a  meetup group of hundreds of users
> > who meet regularly to exchange ideas about Marvin and, more generally,
> AI.
> >
> > Reference to the group: https://www.meetup.com/marvin-ai/members/
> >
> > === Core Developers ===
> >
> > The core developers for Marvin are listed in the contributor's list and
> > initial PPMC below. These lists include B2W employees, MIT students,
> UFSCAR
> > researchers, independent contributors, and some employees of other
> > companies like Cloudera, Qume Labs, Laguro.com, and CBYK.
> >
> > === Alignment ===
> >
> > The initial committers strongly believe that by being part of the Apache
> > Software Foundation, Marvin AI will be part of a comprehensive suite for
> AI
> > applications that can process big data and enable enterprises to extract
> > value from their data lakes. Also, we hope that by integrating with other
> > Apache projects such as 

Re: [DISCUSS] Marvin-AI Incubator Proposal

2018-08-16 Thread Jim Jagielski
+1... please let me know if you want another mentor

> On Aug 15, 2018, at 3:13 PM, Luciano Resende  wrote:
> 
> We would like to start a discussion on accepting Marvin-AI as an Apache
> Incubator project.
> 
> The proposal is available at the incubator wiki, and also copied below:
> https://wiki.apache.org/incubator/Marvin-AI
> 
> As part of the initial due diligence, we have done a preliminary name
> search and the results are available on the JIRA below:
> 
> https://issues.apache.org/jira/browse/PODLINGNAMESEARCH-144
> 
> We are also looking for two additional mentors.
> 
> 
> Thanks in advance for your time reviewing and providing feedback.
> 
> ===
> 
> = Marvin-AI =
> 
> == Abstract ==
> 
> Marvin-AI is an open-source artificial intelligence (AI) platform that
> helps data scientists, prototype and productionalize complex solutions with
> a scalable, low-latency, language-agnostic, and standardized architecture
> while simplifies the process of exploration and modeling.
> 
> == Proposal ==
> 
> Marvin helps non-experienced developers create industry-grade AI
> applications. It has three core components:  a development environment to
> be used during data exploration and hypothesis validation (Toolbox), a
> library which should be extended to create Marvin engines, and a Scala
> application server which interprets engines (Engine Executor).
> A basic premise of Marvin is that it should be language-agnostic, able to
> interpret engines implemented in different programming languages.
> 
> == Background ==
> 
> The Marvin AI project was initiated as an internal project at B2W Digital
> (Brazil), the largest e-commerce company in Latin America. Nowadays, it is
> used by all data scientists within the B2W team. Oftentimes, data
> scientists don't have an extensive background in software engineering, yet
> are in charge of creating AI applications that need to scale to high
> throughput and provide millisecond-level response times. At B2W, Marvin AI
> plays an important role in this process, abstracting advanced software
> engineering procedures, allowing data scientists to focus on their
> knowledge domain.
> 
> == Rationale ==
> 
> With recent advances in computer architecture and a corresponding increase
> in the amount of data generated by always-connected devices, AI algorithms
> offer a solution to problems that have long troubled modern corporations.
> Since AI developers come from various fields, such as statistics, physics,
> and math, there exists a strong need for platforms which enable them to
> move from prototypes to enterprise applications. Although some tools claim
> to offer this service, in reality, there is no reliable open-source
> solution.
> 
> == Initial Goals ==
> 
> The initial goals will most likely be to merge the existing codebase into a
> single repository, migrate it to Apache, and then integrate with the Apache
> development process. Furthermore, we plan for incremental development and
> releases, as per Apache guidelines.
> 
> == Current Status ==
> 
> === Meritocracy ===
> 
> Marvin already works under principles of meritocracy. Today, Marvin already
> has some contributors that are part of other institutions. Although there
> is no formal process defined to become a committer, contributors that make
> major changes/improvements to the platform are naturally granted write
> access to the repository.
> 
> 
> === Community ===
> 
> Acceptance into the Apache foundation would substantially boost both
> Marvin's user and developer communities. The current community includes a
> few experienced developers that have either academic or professional
> experience with AI. The community is largely comprised of data scientists
> working at B2W and other companies such as Cloudera, MIT, Qume Labs,
> Laguro.com, and CBYK. Also, there is a  meetup group of hundreds of users
> who meet regularly to exchange ideas about Marvin and, more generally, AI.
> 
> Reference to the group: https://www.meetup.com/marvin-ai/members/
> 
> === Core Developers ===
> 
> The core developers for Marvin are listed in the contributor's list and
> initial PPMC below. These lists include B2W employees, MIT students, UFSCAR
> researchers, independent contributors, and some employees of other
> companies like Cloudera, Qume Labs, Laguro.com, and CBYK.
> 
> === Alignment ===
> 
> The initial committers strongly believe that by being part of the Apache
> Software Foundation, Marvin AI will be part of a comprehensive suite for AI
> applications that can process big data and enable enterprises to extract
> value from their data lakes. Also, we hope that by integrating with other
> Apache projects such as Apache Spark, Apache Hadoop; that this will foster
> additional collaboration between these projects furthering the already
> existing integration points and expanding the community of contributors.
> 
> 
> == Known Risks ==
> 
> === Orphaned products ===
> 
> Given the current maturity of Marvin and how well it has 

Re: [VOTE] Release Apache OpenWhisk (Incubating): Client Go and CLI 0.9.0 [RC1]

2018-08-16 Thread Jim Jagielski
I've finally gotten a chance to review...

+1 (binding)!

> On Aug 13, 2018, at 11:22 AM, Vincent S Hou  wrote:
> 
> Dear IPMC members,
> 
> This is a call for vote to release Apache OpenWhisk (Incubating): Client Go 
> and CLI, Version 0.9.0.
> 
> The  Apache OpenWhisk community has voted on and approved a proposal to  
> release Apache OpenWhisk (Incubating): Client Go and CLI, Version 0.9.0.
> 
> We now kindly request the Incubator PMC members to review and vote on this 
> incubator release.
> 
> Apache OpenWhisk Client Go is a Go client library to access Openwhisk API.
> Apache OpenWhisk CLI is a command-line interface, based on Go client library, 
> to access Openwhisk API.
> 
> OpenWhisk Client Go and CLI vote thread:
> https://lists.apache.org/thread.html/da01355c62ec6aedf8cd049ad7449ebdc796528e9015fdb1220a19ad@%3Cdev.openwhisk.apache.org%3E
> 
> OpenWhisk Client Go and CLI vote result thread:
> https://lists.apache.org/thread.html/55f6a6e9218a21ad02c6a13624c368d78d40b68d22e1095543ffdd3c@%3Cdev.openwhisk.apache.org%3E
> 
> This release comprises of source code distribution only.
> 
> 
> For Client Go:
> The source code artifact of OpenWhisk Client Go can be found at:
> https://dist.apache.org/repos/dist/dev/incubator/openwhisk/apache-openwhisk-0.9.0-incubating-rc1/openwhisk-client-go-0.9.0-incubating-sources.tar.gz
> 
> The SHA-512 checksum for OpenWhisk Client Go is
> openwhisk-client-go-0.9.0-incubating-sources.tar.gz: 
> D5A69445 EF0082D7 B57FBDA4 13DCB591 0E06372F 0F308D2C 8FA49A80 F99FBF13 
> 6E299EBC
> CCF3722C 832492C4 215FB107 657EB521 0B72A364 9366F7CF 682DCA87
> 
> which can be found at:
> https://dist.apache.org/repos/dist/dev/incubator/openwhisk/apache-openwhisk-0.9.0-incubating-rc1/openwhisk-client-go-0.9.0-incubating-sources.tar.gz.sha512
> 
> The signature for OpenWhisk Client Go can be found at:
> https://dist.apache.org/repos/dist/dev/incubator/openwhisk/apache-openwhisk-0.9.0-incubating-rc1/openwhisk-client-go-0.9.0-incubating-sources.tar.gz.asc
> 
> 
> For CLI:
> The source code artifact of OpenWhisk CLI can be found at:
> https://dist.apache.org/repos/dist/dev/incubator/openwhisk/apache-openwhisk-0.9.0-incubating-rc1/openwhisk-cli-0.9.0-incubating-sources.tar.gz
> 
> The SHA-512 checksum for OpenWhisk CLI is:
> openwhisk-cli-0.9.0-incubating-sources.tar.gz: 
> F033568C 40286D74 CF6B6C5C 26470988 AD560DFA 39C1E521 34F96FF9 9FB86022 
> 5CB6700B
> 2862D2C8 35D5C407 F18F3AD0 5B0E26B8 F5178A0E 734C5EAE 763AEB18
> 
> which can be found at:
> https://dist.apache.org/repos/dist/dev/incubator/openwhisk/apache-openwhisk-0.9.0-incubating-rc1/openwhisk-cli-0.9.0-incubating-sources.tar.gz.sha512
> 
> The signature for OpenWhisk CLI can be found at:
> https://dist.apache.org/repos/dist/dev/incubator/openwhisk/apache-openwhisk-0.9.0-incubating-rc1/openwhisk-cli-0.9.0-incubating-sources.tar.gz.asc
> 
> 
> KEYS file is available at:
> https://www.apache.org/dist/incubator/openwhisk/KEYS
> This key has been validated here: 
> http://pgp.mit.edu/pks/lookup?search=houshengbo=index
> 
> This is the first time that Apache OpenWhisk: Client Go and CLI request for a 
> release, so there is no file of CHANGELOG.
> 
> The documentation can be found at:
> https://github.com/apache/incubator-openwhisk-release/blob/master/releases/0.9.0-incubating/INSTALL.md
>  or
> https://dist.apache.org/repos/dist/dev/incubator/openwhisk/apache-openwhisk-0.9.0-incubating-rc1/doc/INSTALL.md
> 
> We are currently using the tool called 
> openwhisk-release(https://github.com/apache/incubator-openwhisk-release) to 
> release all the modules of OpenWhisk. The instruction for release managers 
> can be found at: 
> https://github.com/apache/incubator-openwhisk-release/blob/master/docs/release_instructions.md.
>  This tool
> supports  both manual and automated modes to package the source code, sign 
> the  artifacts and upload the artifacts into Apache SVN repositories.
> 
> 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
> 
> Best wishes.
> Vincent Hou (侯胜博)
> 
> Advisory Software Engineer, OpenWhisk Contributor, Open Technology, IBM Cloud
> 
> Notes ID: Vincent S Hou/Raleigh/IBM, E-mail: s...@us.ibm.com,
> Phone: +1(919)254-7182
> Address: 4205 S Miami Blvd (Cornwallis Drive), Durham, NC 27703, United States
> 
> 
> -
> 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 Dubbo (Incubating) 2.6.3 [RC3]

2018-08-16 Thread sebb
On 16 August 2018 at 12:56, Jun Liu  wrote:
>> Better to get the key from the KEYS file.
>
> I think that would be:
> 1. download and import the KEYS from 
> https://dist.apache.org/repos/dist/dev/incubator/dubbo/KEYS 
> 
> 2. gpg2 --verify dubbo-incubating-2.6.2-source-release.zip.asc 
> dubbo-incubating-2.6.2-source-release.zip
>
> Is that right?

Looks OK.

I use a temporary file as the keyring to ensure that the key is
actually present in the file, e.g.

RING=/tmp/keyring.$$
gpg2 --keyring $RING --no-default-keyring --import KEYS
 gpg2 --keyring $RING --no-default-keyring --verify ...

> What is the exact command to specify the key to use when have multiple keys 
> locally?

I don't know if it's possible to specify the key to be used.

But by starting with an empty keyring one can check that the right key
is in the KEYS file.

> Best regards,
> Jun
>
>> On 15 Aug 2018, at 20:52, sebb  wrote:
>>
>> On 15 August 2018 at 03:56, Jun Liu > > wrote:
>>> Here're some tips of how to verify the RC:
>>>
>>> 1. Check signatures and hashes are good
>>>sha512 dubbo-incubating-${release_version}-bin-release.zip.sha512
>>>sha512 dubbo-incubating-${release_version}-source-release.zip.sha512
>>>gpg2 --keyserver pgpkeys.mit.edu  
>>> --recv-key 208B0AB1D63011C7
>>
>> Better to get the key from the KEYS file.
>>
>>>gpg2 --verify dubbo-incubating-2.6.2-source-release.zip.asc 
>>> dubbo-incubating-2.6.2-source-release.zip
>>>
>>> 2. Unzip dubbo-incubating-${release_version}-source-release.zip to the 
>>> default directory and check the following:
>>>• Directory with 'incubating' in name 
>>> dubbo-incubating-${release_version}-bin-release
>>>• DISCLAIMER exists
>>>• LICENSE and NOTICE exists and contents are good
>>>• All files and no binary files exist
>>>• All files has standard ASF License header
>>>• Can compile from source
>>>• All unit tests can pass
>>>mvn clean test # This will run all unit tests
>>>mvn clean install -Drat.skip=false -Dcheckstyle.skip=false # 
>>> Open rat and style plugin to check if every file meets requirements.
>>>• Release candidates match with corresponding tags, you can find tag 
>>> link and hash in vote email.
>>>
>>> 3. Unzip dubbo-incubating-${release_version}-bin-release.zip and check:
>>>* 'incubating' in name
>>>* LICENSE and NOTICE exists and contents are good
>>>
>>> Best regards,
>>> Jun
>>>
 On 12 Aug 2018, at 15:12, Jun Liu  wrote:

 Hello All,

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

 The Apache Dubbo community has voted on and approved a proposal to release 
 Apache Dubbo (Incubating) version 2.6.3.

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

 Apache Dubbo™ (incubating) is a high-performance, java based, open source 
 RPC framework. Dubbo offers three key functionalities, which include 
 interface based remote call, fault tolerance & load balancing, and 
 automatic service registration & discovery.

 Dubbo community vote thread:
 https://lists.apache.org/thread.html/9e692f525dfbd004e98707ecac33ab10d07741500433a24370e64c67@%3Cdev.dubbo.apache.org%3E

 Dubbo community vote result thread:
 https://lists.apache.org/thread.html/630d7ed97ca06a341a7c6626c34af52eab42515439f76e0810504533@%3Cdev.dubbo.apache.org%3E

 The release candidates:
 https://dist.apache.org/repos/dist/dev/incubator/dubbo/2.6.3

 Git tag for the release:
 https://github.com/apache/incubator-dubbo/tree/dubbo-2.6.3

 Hash for the release tag:
 22899a4b395411496ebf03c514e7674e8073e0c3

 Release Notes:
 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

 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.
 Jun Liu,
 The Apache Dubbo (Incubating) Team


 -
 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 Dubbo (Incubating) 2.6.3 [RC3]

2018-08-16 Thread Jun Liu
> In LICENSE there’s no need to list hessian-lite license as it’s not been 
> bundled.

We have noticed this issue during vote in Dubbo Community and it will be 
removed in the next release.

> A couple of other very minor issues exist:
> - Netty has a (poor) NOTICE file [1] given a couple of files have been used 
> from that project the Dubbo NOTICE file needs to be updated. [2]
> - Rather than including URL t license it best to use pointer to text files 
> contained within the release as content at URL change changes or no longer be 
> available.

We will take a look at these LICENSE issues.

> - several poms have "Copyright 1999-2011 Alibaba Group” in there headers 
> which should be removed.

Ops, we thought it was all removed, will double check it later.

> I also notice in the code of conduct that you put the contact address as 
> d...@dubbo.apache.org you may want to use the private list instead as this 
> may be a better place to discuss anything along those lines?


I also think it should be priv...@dubbo.apache.org 
.

Best regards,
Jun

> On 16 Aug 2018, at 06:04, Justin Mclean  wrote:
> 
> Hi,
> 
> +1 binding
> 
> I checked:
> - incubating in name
> - signatures and hashed all good
> - DISCLAIMER exists
> - LICENSE and NOTICE have minor issues (see below)
> - No unexpected binary files
> - All source files (other than a few pom files) have ASF headers
> - Can compile from source
> 
> In LICENSE there’s no need to list hessian-lite license as it’s not been 
> bundled.
> 
> A couple of other very minor issues exist:
> - Netty has a (poor) NOTICE file [1] given a couple of files have been used 
> from that project the Dubbo NOTICE file needs to be updated. [2]
> - Rather than including URL t license it best to use pointer to text files 
> contained within the release as content at URL change changes or no longer be 
> available.
> - several poms have "Copyright 1999-2011 Alibaba Group” in there headers 
> which should be removed.
> 
> I also notice in the code of conduct that you put the contact address as 
> d...@dubbo.apache.org you may want to use the private list instead as this 
> may be a better place to discuss anything along those lines?
> 
> Thanks,
> Justin
> 
> 1. https://github.com/netty/netty/blob/4.1/NOTICE.txt
> 2. http://www.apache.org/dev/licensing-howto.html#mod-notice
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
> 



Re: [VOTE] Release Apache OpenWhisk (Incubating): Client Go and CLI 0.9.0 [RC1]

2018-08-16 Thread Bertrand Delacretaz
On Mon, Aug 13, 2018 at 5:22 PM Vincent S Hou  wrote:
> For Client Go:
> The source code artifact of OpenWhisk Client Go can be found at:
> https://dist.apache.org/repos/dist/dev/incubator/openwhisk/apache-openwhisk-0.9.0-incubating-rc1/openwhisk-client-go-0.9.0-incubating-sources.tar.gz
>
> The SHA-512 checksum for OpenWhisk Client Go is
> openwhisk-client-go-0.9.0-incubating-sources.tar.gz:
> D5A69445 EF0082D7 B57FBDA4 13DCB591 0E06372F 0F308D2C 8FA49A80 F99FBF13 
> 6E299EBC
>  CCF3722C 832492C4 215FB107 657EB521 0B72A364 9366F7CF 682DCA87

+1 for that release, digest, signatures, LICENSE, DISCLAIMER, NOTICE,
no binaries in the archive and Apache file headers look good to me.

> For CLI:
> The source code artifact of OpenWhisk CLI can be found at:
> https://dist.apache.org/repos/dist/dev/incubator/openwhisk/apache-openwhisk-0.9.0-incubating-rc1/openwhisk-cli-0.9.0-incubating-sources.tar.gz
>
> The SHA-512 checksum for OpenWhisk CLI is:
> openwhisk-cli-0.9.0-incubating-sources.tar.gz:
> F033568C 40286D74 CF6B6C5C 26470988 AD560DFA 39C1E521 34F96FF9 9FB86022 
> 5CB6700B
>  2862D2C8 35D5C407 F18F3AD0 5B0E26B8 F5178A0E 734C5EAE 763AEB18

+1 for that release, digest, signatures, LICENSE, DISCLAIMER, NOTICE,
no binaries in the archive, Apache file headers and build look good to
me.

-Bertrand

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



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

2018-08-16 Thread Jun Liu
> Better to get the key from the KEYS file.

I think that would be: 
1. download and import the KEYS from 
https://dist.apache.org/repos/dist/dev/incubator/dubbo/KEYS 

2. gpg2 --verify dubbo-incubating-2.6.2-source-release.zip.asc 
dubbo-incubating-2.6.2-source-release.zip

Is that right? What is the exact command to specify the key to use when have 
multiple keys locally?

Best regards,
Jun

> On 15 Aug 2018, at 20:52, sebb  wrote:
> 
> On 15 August 2018 at 03:56, Jun Liu  > wrote:
>> Here're some tips of how to verify the RC:
>> 
>> 1. Check signatures and hashes are good
>>sha512 dubbo-incubating-${release_version}-bin-release.zip.sha512
>>sha512 dubbo-incubating-${release_version}-source-release.zip.sha512
>>gpg2 --keyserver pgpkeys.mit.edu  --recv-key 
>> 208B0AB1D63011C7
> 
> Better to get the key from the KEYS file.
> 
>>gpg2 --verify dubbo-incubating-2.6.2-source-release.zip.asc 
>> dubbo-incubating-2.6.2-source-release.zip
>> 
>> 2. Unzip dubbo-incubating-${release_version}-source-release.zip to the 
>> default directory and check the following:
>>• Directory with 'incubating' in name 
>> dubbo-incubating-${release_version}-bin-release
>>• DISCLAIMER exists
>>• LICENSE and NOTICE exists and contents are good
>>• All files and no binary files exist
>>• All files has standard ASF License header
>>• Can compile from source
>>• All unit tests can pass
>>mvn clean test # This will run all unit tests
>>mvn clean install -Drat.skip=false -Dcheckstyle.skip=false # 
>> Open rat and style plugin to check if every file meets requirements.
>>• Release candidates match with corresponding tags, you can find tag 
>> link and hash in vote email.
>> 
>> 3. Unzip dubbo-incubating-${release_version}-bin-release.zip and check:
>>* 'incubating' in name
>>* LICENSE and NOTICE exists and contents are good
>> 
>> Best regards,
>> Jun
>> 
>>> On 12 Aug 2018, at 15:12, Jun Liu  wrote:
>>> 
>>> Hello All,
>>> 
>>> This is a call for vote to release Apache Dubbo (Incubating) version 2.6.3.
>>> 
>>> The Apache Dubbo community has voted on and approved a proposal to release 
>>> Apache Dubbo (Incubating) version 2.6.3.
>>> 
>>> We now kindly request the Incubator PMC members review and vote on this 
>>> incubator release.
>>> 
>>> Apache Dubbo™ (incubating) is a high-performance, java based, open source 
>>> RPC framework. Dubbo offers three key functionalities, which include 
>>> interface based remote call, fault tolerance & load balancing, and 
>>> automatic service registration & discovery.
>>> 
>>> Dubbo community vote thread:
>>> https://lists.apache.org/thread.html/9e692f525dfbd004e98707ecac33ab10d07741500433a24370e64c67@%3Cdev.dubbo.apache.org%3E
>>> 
>>> Dubbo community vote result thread:
>>> https://lists.apache.org/thread.html/630d7ed97ca06a341a7c6626c34af52eab42515439f76e0810504533@%3Cdev.dubbo.apache.org%3E
>>> 
>>> The release candidates:
>>> https://dist.apache.org/repos/dist/dev/incubator/dubbo/2.6.3
>>> 
>>> Git tag for the release:
>>> https://github.com/apache/incubator-dubbo/tree/dubbo-2.6.3
>>> 
>>> Hash for the release tag:
>>> 22899a4b395411496ebf03c514e7674e8073e0c3
>>> 
>>> Release Notes:
>>> 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
>>> 
>>> 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.
>>> Jun Liu,
>>> The Apache Dubbo (Incubating) Team
>>> 
>>> 
>>> -
>>> 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 
>> 
>> 
> 
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org 
> 
> For additional commands, e-mail: general-h...@incubator.apache.org 
> 


Access to Zipkin incubator thing

2018-08-16 Thread Adrian Cole
Hi, all.

Mind adding my user AdrianCole with edit rights to
https://wiki.apache.org/incubator/ZipkinProposal? I'd like to help
finalize the proposal.

Best,
-A

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