Re: [VOTE] Release Apache ServiceComb Java-Chassis version 1.1.0

2018-11-26 Thread Yang Bo
+1 Binding

I checked:
1. Rat for binary and source package OK
2. No unwanted binaries in source release OK
3. Build from source OK.
4. License/Notice for source and binary package OK.
5. Basic functionality OK.
6. Checksum and GPG signature OK.


On Tue, Nov 27, 2018 at 2:08 PM Mohammad Asif Siddiqui <
asifdxtr...@apache.org> wrote:

> Hello All,
>
> This is a call for a Vote to release Apache ServiceComb Java-Chassis
> version 1.1.0
>
> Release Notes :
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12321626=12343569
>
>
> Release Candidate :
> https://dist.apache.org/repos/dist/dev/servicecomb/servicecomb-java-chassis/1.1.0/rc-01/
>
>
> Staging Repo :
> https://repository.apache.org/content/repositories/orgapacheservicecomb-1352
>
>
> Release Tag :
> https://github.com/apache/servicecomb-java-chassis/releases/tag/1.1.0
>
> Release CommitID : 1fa24999399f5d2f8e7dc7bc0972e3f3458f0374
>
> Keys to verify the Release Candidate :
> https://dist.apache.org/repos/dist/dev/servicecomb/KEYS
>
> Voting will start now ( Tuesday, 27th November, 2018) and will remain open
> for at-least 72 hours, Request all PMC members to give their vote.
>
> [ ] +1 Release this package as 1.1.0
> [ ] +0 No Opinion
> [ ] -1 Do not release this package because
>
> On the behalf of ServiceComb Team
> Mohammad Asif Siddiqui
>


-- 
Best Regards,
Yang.


[RESULT] [VOTE] Release Apache ServiceComb Service-Center version 1.1.0 [RC-02]

2018-11-26 Thread Mohammad Asif Siddiqui
Hi All,  
  
We are glad to announce that ServiceComb community has approved the Apache 
ServiceComb Service-Center 1.1.0 release with the following results:  
  
+1 binding: 8 (Willem Jiang, Wujimin, Cuiyihua, Liubao, Mohammad Asif Siddiqui, 
Zen Lin, Sukesh A C, Yang Bo )  
+1 non-binding: 3 (Thandayuthapani, Rajadeepan Ramesh, Mahesh Raju, )  
  
We will be publishing the release binaries soon.  
  
Thanks All for your participation in this vote.  
  
On the behalf of ServiceComb Team  
Mohammad Asif Siddiqui


Re: [Discuss]Adding Etcd as a config center for Java-Chassis

2018-11-26 Thread Yang Bo
Etcd in itself is good enough to be used as a config center. I don't see
the need for an extra layer, it reduces performance and adds complexity.

For example, if we use Etcd directly, the watch mechanism is naturally
supported by grpc which uses http2, there's no need for using websocket
which might have problems under some firewall rules.

I checked the CC(CSE) client implementation in java-chassis, it uses vert.x
and http to talk to the server and use websocket for watching when possible.

It have implemented tenant, environment separation and we can achieve this
by using proper key prefixes in Etcd(v3). I don't see a particular feature
impossible to implement using Etcd only.

Besides, it takes a lot of time and effort to opensource the Config-Center.

There is one minor issue for Etcd though. The official Etcd client for java
jetcd is not published to central maven repository yet. They are preparing
an official 0.3.0 release but does not have a timeline for it.

On Tue, Nov 27, 2018 at 9:50 AM bismy  wrote:

> Do you have any evaluation document by using etcd as config center? Now
> config-cc supports using Huawei Config Center as the backend. And this
> implementation is based on ectd with an extra abstraction like service
> center. I am not quite sure if using etcd itself can fitful for users use
> cases and if it is a good solution or just a workable solution.
>
>
> Maybe we can make Huawei Config Center opensource and distribute it like
> service center which is quite simple too.
>
>
> -- 原始邮件 --
> 发件人: "Yang Bo";
> 发送时间: 2018年11月26日(星期一) 晚上7:30
> 收件人: "dev";
>
> 主题: [Discuss]Adding Etcd as a config center for Java-Chassis
>
>
>
> Hi,
>
> The ServiceComb project does not have a usable config-center and many users
> have shown concerns about it. (Apollo is too complex to setup and have high
> learning cure  in using/maintaining).
>
> I tried to build a config-center around Etcd for Java-Chassis, it's quite
> simple. Most of the features from the CC(CSE) can be achieved.
>
> From my point of view, using Etcd is good for small projects, show cases
> and in development, because we already have an Etcd instance
> running(service-center needs it).
>
> The code is here(it's just a demonstration, needs improvement):
> https://github.com/yangbor/servicecomb-java-chassis/tree/cc-etcd
>
> Any thoughts?
>
> --
> Best Regards,
> Yang.



-- 
Best Regards,
Yang.


Re: RE: [VOTE] Release Apache ServiceComb Service-Center version 1.1.0 [RC-02]

2018-11-26 Thread Mohammad Asif Siddiqui
Hello All,  
  
This vote is closed now, we will publishing the results shortly.  
  
Thanks All for your participation in this vote.  
  
Regards  
Asif

On 2018/11/27 05:00:13, mahesh somalaraju  wrote: 
> +1 non binding
> 
> Checks done:
> - hashes and signatures good
> - NOTICE/LICENSE exists
> - ASF Headers present in source files
> - Run Java-chassis demos
> 
> Thanks & Regards
> Mahesh Raju
> Githubid: maheshrajus
> 
> -Original Message-
> From: Mohammad Asif Siddiqui [mailto:asifdxtr...@apache.org] 
> Sent: 23 November 2018 22:11
> To: dev@servicecomb.apache.org
> Subject: [VOTE] Release Apache ServiceComb Service-Center version 1.1.0 
> [RC-02]
> 
> Hi All,  
>   
> This is a call for a Vote to release Apache ServiceComb Service-Center 
> version 1.1.0 [RC-02]  
>   
> Release Notes : 
> https://github.com/apache/servicecomb-service-center/blob/master/docs/release/releaseNotes-1.1.0.md
>   
>   
> Release Candidate : 
> https://dist.apache.org/repos/dist/dev/servicecomb/servicecomb-service-center/1.1.0/rc-02/
>   
>   
> Release Tag : 
> https://github.com/apache/servicecomb-service-center/releases/tag/1.1.0  
>   
> Release CommitID : 49428294a99f2a475203a7ceb04ce8d5754feb77  
>   
> Keys to verify the Release Candidate : 
> https://dist.apache.org/repos/dist/dev/servicecomb/KEYS  
>   
> Guide to build the release from source : 
> https://github.com/apache/servicecomb-service-center/tree/master/scripts/release
>   
>   
> Voting will start now ( Friday, 23rd November, 2018) and will remain open for 
> at-least 72 hours, Request all PMC members to give their vote.  
>   
> [ ] +1 Release this package as 1.1.0  
> [ ] +0 No Opinion  
> [ ] -1 Do not release this package because  
>   
> On the behalf of ServiceComb Team  
> Mohammad Asif Siddiqui 
> 


[VOTE] Release Apache ServiceComb Java-Chassis version 1.1.0

2018-11-26 Thread Mohammad Asif Siddiqui
Hello All,  
  
This is a call for a Vote to release Apache ServiceComb Java-Chassis version 
1.1.0  
  
Release Notes : 
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12321626=12343569
  
  
Release Candidate : 
https://dist.apache.org/repos/dist/dev/servicecomb/servicecomb-java-chassis/1.1.0/rc-01/
  
  
Staging Repo : 
https://repository.apache.org/content/repositories/orgapacheservicecomb-1352  
  
Release Tag : 
https://github.com/apache/servicecomb-java-chassis/releases/tag/1.1.0  
  
Release CommitID : 1fa24999399f5d2f8e7dc7bc0972e3f3458f0374  
  
Keys to verify the Release Candidate : 
https://dist.apache.org/repos/dist/dev/servicecomb/KEYS  
  
Voting will start now ( Tuesday, 27th November, 2018) and will remain open for 
at-least 72 hours, Request all PMC members to give their vote.  
  
[ ] +1 Release this package as 1.1.0  
[ ] +0 No Opinion  
[ ] -1 Do not release this package because  
  
On the behalf of ServiceComb Team  
Mohammad Asif Siddiqui 


RE: [VOTE] Release Apache ServiceComb Service-Center version 1.1.0 [RC-02]

2018-11-26 Thread mahesh somalaraju
+1 non binding

Checks done:
- hashes and signatures good
- NOTICE/LICENSE exists
- ASF Headers present in source files
- Run Java-chassis demos

Thanks & Regards
Mahesh Raju
Githubid: maheshrajus

-Original Message-
From: Mohammad Asif Siddiqui [mailto:asifdxtr...@apache.org] 
Sent: 23 November 2018 22:11
To: dev@servicecomb.apache.org
Subject: [VOTE] Release Apache ServiceComb Service-Center version 1.1.0 [RC-02]

Hi All,  
  
This is a call for a Vote to release Apache ServiceComb Service-Center version 
1.1.0 [RC-02]  
  
Release Notes : 
https://github.com/apache/servicecomb-service-center/blob/master/docs/release/releaseNotes-1.1.0.md
  
  
Release Candidate : 
https://dist.apache.org/repos/dist/dev/servicecomb/servicecomb-service-center/1.1.0/rc-02/
  
  
Release Tag : 
https://github.com/apache/servicecomb-service-center/releases/tag/1.1.0  
  
Release CommitID : 49428294a99f2a475203a7ceb04ce8d5754feb77  
  
Keys to verify the Release Candidate : 
https://dist.apache.org/repos/dist/dev/servicecomb/KEYS  
  
Guide to build the release from source : 
https://github.com/apache/servicecomb-service-center/tree/master/scripts/release
  
  
Voting will start now ( Friday, 23rd November, 2018) and will remain open for 
at-least 72 hours, Request all PMC members to give their vote.  
  
[ ] +1 Release this package as 1.1.0  
[ ] +0 No Opinion  
[ ] -1 Do not release this package because  
  
On the behalf of ServiceComb Team  
Mohammad Asif Siddiqui 


Re: [VOTE] Release Apache ServiceComb Service-Center version 1.1.0 [RC-02]

2018-11-26 Thread rajadeepan ramesh
+1 non binding

Checks done:
- hashes and signatures is good
- NOTICE/LICENSE exists
- ASF Headers present in source files


On Tue, Nov 27, 2018 at 7:08 AM bismy  wrote:

> +1 Binding
>
> Checked:
> 1. Release Notes
> 2. Run integration tests using the binaries
>
>
>
>
> -- 原始邮件 --
> 发件人: "Yang Bo";
> 发送时间: 2018年11月26日(星期一) 晚上7:17
> 收件人: "dev";
>
> 主题: Re: [VOTE] Release Apache ServiceComb Service-Center version 1.1.0
> [RC-02]
>
>
>
> +1 Binding
>
> Checked:
> 1. Checksum and GPG signature OK.
> 2. Build from source OK.
> 3. Rat check on binary/source packages OK.
> 4. No unintended binaries in source.
> 5. Basic functionality OK(tested on linux).
>
> Minor issue: The build script assumes that machine doing the build is a
> debian based distro on installing nodejs and bower,
> it's better we add support for other package managers, yum, zypper etc.
>
>
> On Mon, Nov 26, 2018 at 6:18 PM Thandayuthapani subramanian <
> thanushpa...@gmail.com> wrote:
>
> > +1 non binding
> >
> > Checks Done:
> > - Verified Hashes and Signatures
> > - NOTICE/LICENSE files exist
> > - ASF Headers present in source files
> > - Checked for archive matching git tag
> >
> > Regards
> > Thandayuthapani S
> >
> > On Fri, Nov 23, 2018 at 10:11 PM Mohammad Asif Siddiqui <
> > asifdxtr...@apache.org> wrote:
> >
> > > Hi All,
> > >
> > > This is a call for a Vote to release Apache ServiceComb Service-Center
> > > version 1.1.0 [RC-02]
> > >
> > > Release Notes :
> > >
> >
> https://github.com/apache/servicecomb-service-center/blob/master/docs/release/releaseNotes-1.1.0.md
> > >
> > >
> > > Release Candidate :
> > >
> >
> https://dist.apache.org/repos/dist/dev/servicecomb/servicecomb-service-center/1.1.0/rc-02/
> > >
> > >
> > > Release Tag :
> > >
> https://github.com/apache/servicecomb-service-center/releases/tag/1.1.0
> > >
> > > Release CommitID : 49428294a99f2a475203a7ceb04ce8d5754feb77
> > >
> > > Keys to verify the Release Candidate :
> > > https://dist.apache.org/repos/dist/dev/servicecomb/KEYS
> > >
> > > Guide to build the release from source :
> > >
> >
> https://github.com/apache/servicecomb-service-center/tree/master/scripts/release
> > >
> > >
> > > Voting will start now ( Friday, 23rd November, 2018) and will remain
> open
> > > for at-least 72 hours, Request all PMC members to give their vote.
> > >
> > > [ ] +1 Release this package as 1.1.0
> > > [ ] +0 No Opinion
> > > [ ] -1 Do not release this package because
> > >
> > > On the behalf of ServiceComb Team
> > > Mohammad Asif Siddiqui
> > >
> >
>
>
> --
> Best Regards,
> Yang.


Re: MODERATE for annou...@apache.org

2018-11-26 Thread Willem Jiang
Hi Craig,

Thanks for your kindly reminder.
I just did a quick fix of the links to asc and sha512 files.


Willem Jiang

Twitter: willemjiang
Weibo: 姜宁willem
On Tue, Nov 27, 2018 at 7:52 AM Private LIst Moderation
 wrote:
>
> Dear Servicecombers,
>
> This announcement is ok but the download page needs some work.
>
> The links to asc and sha512 files must be to apache.org/dist/servicecomb/... 
> since the mirrors do not contain these files.
>
> If you can fix the download page timely, please let us know so we can approve 
> this announcement before the moderation time window expires.
>
> Regards,
>
> Craig
>
> > Begin forwarded message:
> >
> > From: announce-reject-154304.58345.nkiicnobgohffjfdp...@apache.org
> > Subject: MODERATE for annou...@apache.org
> > Date: November 26, 2018 at 12:50:04 AM PST
> > To: Recipient list not shown: ;
> > Cc: 
> > announce-allow-tc.154304.jpdkfmokkblkamcmfpgh-asifdxtreme=apache@apache.org
> > Reply-To: announce-accept-154304.58345.nkiicnobgohffjfdp...@apache.org
> >
> >
> > To approve:
> >   announce-accept-154304.58345.nkiicnobgohffjfdp...@apache.org
> > To reject:
> >   announce-reject-154304.58345.nkiicnobgohffjfdp...@apache.org
> > To give a reason to reject:
> > %%% Start comment
> > %%% End comment
> >
> >
> > From: Mohammad Asif Siddiqui 
> > Subject: [ANNOUNCE] Apache ServiceComb Saga version 0.2.1 Released
> > Date: November 26, 2018 at 12:50:03 AM PST
> > To: 
> >
> >
> > Hello All,
> >
> > Apache ServiceComb Team is glad to announce the release of Apache 
> > ServiceComb Saga 0.2.1.
> >
> > Apache ServiceComb Saga (https://github.com/apache/servicecomb-saga) is an 
> > eventual data consistency technology, which provides a mechanism to manage 
> > long live transactions in distributed micro-service architecture.
> >
> > Download Links : http://servicecomb.apache.org/release/saga-downloads/
> >
> > Release Notes : http://servicecomb.apache.org/release/saga-release-notes/
> >
> > Know more about ServiceComb: http://servicecomb.apache.org/
> >
> > ServiceComb Usefull Links :
> > - JIRA : https://issues.apache.org/jira/browse/SCB
> > - Mailing lists: dev@servicecomb.apache.org
> > - Gitter :  https://gitter.im/ServiceCombUsers/Saga
> >
> > On the behalf of ServiceComb Team
> > Mohammad Asif Siddiqui
> >
> >
> >
> >
>
> Craig L Russell
> Secretary, Apache Software Foundation
> c...@apache.org  http://db.apache.org/jdo 
> 


??????[Discuss]Adding Etcd as a config center for Java-Chassis

2018-11-26 Thread bismy
Do you have any evaluation document by using etcd as config center? Now 
config-cc supports using Huawei Config Center as the backend. And this 
implementation is based on ectd with an extra abstraction like service center. 
I am not quite sure if using etcd itself can fitful for users use cases and if 
it is a good solution or just a workable solution. 


Maybe we can make Huawei Config Center opensource and distribute it like 
service center which is quite simple too. 


--  --
??: "Yang Bo";
: 2018??11??26??(??) 7:30
??: "dev";

: [Discuss]Adding Etcd as a config center for Java-Chassis



Hi,

The ServiceComb project does not have a usable config-center and many users
have shown concerns about it. (Apollo is too complex to setup and have high
learning cure  in using/maintaining).

I tried to build a config-center around Etcd for Java-Chassis, it's quite
simple. Most of the features from the CC(CSE) can be achieved.

From my point of view, using Etcd is good for small projects, show cases
and in development, because we already have an Etcd instance
running(service-center needs it).

The code is here(it's just a demonstration, needs improvement):
https://github.com/yangbor/servicecomb-java-chassis/tree/cc-etcd

Any thoughts?

-- 
Best Regards,
Yang.

?????? [VOTE] Release Apache ServiceComb Service-Center version 1.1.0 [RC-02]

2018-11-26 Thread bismy
+1 Binding

Checked:
1. Release Notes
2. Run integration tests using the binaries 




--  --
??: "Yang Bo";
: 2018??11??26??(??) 7:17
??: "dev";

: Re: [VOTE] Release Apache ServiceComb Service-Center version 1.1.0 [RC-02]



+1 Binding

Checked:
1. Checksum and GPG signature OK.
2. Build from source OK.
3. Rat check on binary/source packages OK.
4. No unintended binaries in source.
5. Basic functionality OK(tested on linux).

Minor issue: The build script assumes that machine doing the build is a
debian based distro on installing nodejs and bower,
it's better we add support for other package managers, yum, zypper etc.


On Mon, Nov 26, 2018 at 6:18 PM Thandayuthapani subramanian <
thanushpa...@gmail.com> wrote:

> +1 non binding
>
> Checks Done:
> - Verified Hashes and Signatures
> - NOTICE/LICENSE files exist
> - ASF Headers present in source files
> - Checked for archive matching git tag
>
> Regards
> Thandayuthapani S
>
> On Fri, Nov 23, 2018 at 10:11 PM Mohammad Asif Siddiqui <
> asifdxtr...@apache.org> wrote:
>
> > Hi All,
> >
> > This is a call for a Vote to release Apache ServiceComb Service-Center
> > version 1.1.0 [RC-02]
> >
> > Release Notes :
> >
> https://github.com/apache/servicecomb-service-center/blob/master/docs/release/releaseNotes-1.1.0.md
> >
> >
> > Release Candidate :
> >
> https://dist.apache.org/repos/dist/dev/servicecomb/servicecomb-service-center/1.1.0/rc-02/
> >
> >
> > Release Tag :
> > https://github.com/apache/servicecomb-service-center/releases/tag/1.1.0
> >
> > Release CommitID : 49428294a99f2a475203a7ceb04ce8d5754feb77
> >
> > Keys to verify the Release Candidate :
> > https://dist.apache.org/repos/dist/dev/servicecomb/KEYS
> >
> > Guide to build the release from source :
> >
> https://github.com/apache/servicecomb-service-center/tree/master/scripts/release
> >
> >
> > Voting will start now ( Friday, 23rd November, 2018) and will remain open
> > for at-least 72 hours, Request all PMC members to give their vote.
> >
> > [ ] +1 Release this package as 1.1.0
> > [ ] +0 No Opinion
> > [ ] -1 Do not release this package because
> >
> > On the behalf of ServiceComb Team
> > Mohammad Asif Siddiqui
> >
>


-- 
Best Regards,
Yang.

Fwd: MODERATE for annou...@apache.org

2018-11-26 Thread Private LIst Moderation
Dear Servicecombers,

This announcement is ok but the download page needs some work.

The links to asc and sha512 files must be to apache.org/dist/servicecomb/... 
since the mirrors do not contain these files. 

If you can fix the download page timely, please let us know so we can approve 
this announcement before the moderation time window expires.

Regards,

Craig

> Begin forwarded message:
> 
> From: announce-reject-154304.58345.nkiicnobgohffjfdp...@apache.org
> Subject: MODERATE for annou...@apache.org
> Date: November 26, 2018 at 12:50:04 AM PST
> To: Recipient list not shown: ;
> Cc: 
> announce-allow-tc.154304.jpdkfmokkblkamcmfpgh-asifdxtreme=apache@apache.org
> Reply-To: announce-accept-154304.58345.nkiicnobgohffjfdp...@apache.org
> 
> 
> To approve:
>   announce-accept-154304.58345.nkiicnobgohffjfdp...@apache.org
> To reject:
>   announce-reject-154304.58345.nkiicnobgohffjfdp...@apache.org
> To give a reason to reject:
> %%% Start comment
> %%% End comment
> 
> 
> From: Mohammad Asif Siddiqui 
> Subject: [ANNOUNCE] Apache ServiceComb Saga version 0.2.1 Released
> Date: November 26, 2018 at 12:50:03 AM PST
> To: 
> 
> 
> Hello All,  
> 
> Apache ServiceComb Team is glad to announce the release of Apache ServiceComb 
> Saga 0.2.1. 
> 
> Apache ServiceComb Saga (https://github.com/apache/servicecomb-saga) is an 
> eventual data consistency technology, which provides a mechanism to manage 
> long live transactions in distributed micro-service architecture.  
> 
> Download Links : http://servicecomb.apache.org/release/saga-downloads/  
> 
> Release Notes : http://servicecomb.apache.org/release/saga-release-notes/  
> 
> Know more about ServiceComb: http://servicecomb.apache.org/  
> 
> ServiceComb Usefull Links :  
> - JIRA : https://issues.apache.org/jira/browse/SCB  
> - Mailing lists: dev@servicecomb.apache.org  
> - Gitter :  https://gitter.im/ServiceCombUsers/Saga  
> 
> On the behalf of ServiceComb Team  
> Mohammad Asif Siddiqui   
> 
> 
> 
> 

Craig L Russell
Secretary, Apache Software Foundation
c...@apache.org  http://db.apache.org/jdo 



[Discuss]Adding Etcd as a config center for Java-Chassis

2018-11-26 Thread Yang Bo
Hi,

The ServiceComb project does not have a usable config-center and many users
have shown concerns about it. (Apollo is too complex to setup and have high
learning cure  in using/maintaining).

I tried to build a config-center around Etcd for Java-Chassis, it's quite
simple. Most of the features from the CC(CSE) can be achieved.

>From my point of view, using Etcd is good for small projects, show cases
and in development, because we already have an Etcd instance
running(service-center needs it).

The code is here(it's just a demonstration, needs improvement):
https://github.com/yangbor/servicecomb-java-chassis/tree/cc-etcd

Any thoughts?

-- 
Best Regards,
Yang.


Re: [VOTE] Release Apache ServiceComb Service-Center version 1.1.0 [RC-02]

2018-11-26 Thread Yang Bo
+1 Binding

Checked:
1. Checksum and GPG signature OK.
2. Build from source OK.
3. Rat check on binary/source packages OK.
4. No unintended binaries in source.
5. Basic functionality OK(tested on linux).

Minor issue: The build script assumes that machine doing the build is a
debian based distro on installing nodejs and bower,
it's better we add support for other package managers, yum, zypper etc.


On Mon, Nov 26, 2018 at 6:18 PM Thandayuthapani subramanian <
thanushpa...@gmail.com> wrote:

> +1 non binding
>
> Checks Done:
> - Verified Hashes and Signatures
> - NOTICE/LICENSE files exist
> - ASF Headers present in source files
> - Checked for archive matching git tag
>
> Regards
> Thandayuthapani S
>
> On Fri, Nov 23, 2018 at 10:11 PM Mohammad Asif Siddiqui <
> asifdxtr...@apache.org> wrote:
>
> > Hi All,
> >
> > This is a call for a Vote to release Apache ServiceComb Service-Center
> > version 1.1.0 [RC-02]
> >
> > Release Notes :
> >
> https://github.com/apache/servicecomb-service-center/blob/master/docs/release/releaseNotes-1.1.0.md
> >
> >
> > Release Candidate :
> >
> https://dist.apache.org/repos/dist/dev/servicecomb/servicecomb-service-center/1.1.0/rc-02/
> >
> >
> > Release Tag :
> > https://github.com/apache/servicecomb-service-center/releases/tag/1.1.0
> >
> > Release CommitID : 49428294a99f2a475203a7ceb04ce8d5754feb77
> >
> > Keys to verify the Release Candidate :
> > https://dist.apache.org/repos/dist/dev/servicecomb/KEYS
> >
> > Guide to build the release from source :
> >
> https://github.com/apache/servicecomb-service-center/tree/master/scripts/release
> >
> >
> > Voting will start now ( Friday, 23rd November, 2018) and will remain open
> > for at-least 72 hours, Request all PMC members to give their vote.
> >
> > [ ] +1 Release this package as 1.1.0
> > [ ] +0 No Opinion
> > [ ] -1 Do not release this package because
> >
> > On the behalf of ServiceComb Team
> > Mohammad Asif Siddiqui
> >
>


-- 
Best Regards,
Yang.


Re: [VOTE] Release Apache ServiceComb Service-Center version 1.1.0 [RC-02]

2018-11-26 Thread Thandayuthapani subramanian
+1 non binding

Checks Done:
- Verified Hashes and Signatures
- NOTICE/LICENSE files exist
- ASF Headers present in source files
- Checked for archive matching git tag

Regards
Thandayuthapani S

On Fri, Nov 23, 2018 at 10:11 PM Mohammad Asif Siddiqui <
asifdxtr...@apache.org> wrote:

> Hi All,
>
> This is a call for a Vote to release Apache ServiceComb Service-Center
> version 1.1.0 [RC-02]
>
> Release Notes :
> https://github.com/apache/servicecomb-service-center/blob/master/docs/release/releaseNotes-1.1.0.md
>
>
> Release Candidate :
> https://dist.apache.org/repos/dist/dev/servicecomb/servicecomb-service-center/1.1.0/rc-02/
>
>
> Release Tag :
> https://github.com/apache/servicecomb-service-center/releases/tag/1.1.0
>
> Release CommitID : 49428294a99f2a475203a7ceb04ce8d5754feb77
>
> Keys to verify the Release Candidate :
> https://dist.apache.org/repos/dist/dev/servicecomb/KEYS
>
> Guide to build the release from source :
> https://github.com/apache/servicecomb-service-center/tree/master/scripts/release
>
>
> Voting will start now ( Friday, 23rd November, 2018) and will remain open
> for at-least 72 hours, Request all PMC members to give their vote.
>
> [ ] +1 Release this package as 1.1.0
> [ ] +0 No Opinion
> [ ] -1 Do not release this package because
>
> On the behalf of ServiceComb Team
> Mohammad Asif Siddiqui
>


RE: [VOTE] Release Apache ServiceComb Service-Center version 1.1.0 [RC-02]

2018-11-26 Thread Sukesh A C
+1 binding
  
- hashes and signatures verified
- ran RAT tool
- can make release kit from source
- archive matching git tag
- ASF headers verified

Thanks,
Sukesh.

-Original Message-
From: Mohammad Asif Siddiqui [mailto:asifdxtr...@apache.org] 
Sent: 23 November 2018 22:11
To: dev@servicecomb.apache.org
Subject: [VOTE] Release Apache ServiceComb Service-Center version 1.1.0 [RC-02]

Hi All,  
  
This is a call for a Vote to release Apache ServiceComb Service-Center version 
1.1.0 [RC-02]  
  
Release Notes : 
https://github.com/apache/servicecomb-service-center/blob/master/docs/release/releaseNotes-1.1.0.md
  
  
Release Candidate : 
https://dist.apache.org/repos/dist/dev/servicecomb/servicecomb-service-center/1.1.0/rc-02/
  
  
Release Tag : 
https://github.com/apache/servicecomb-service-center/releases/tag/1.1.0  
  
Release CommitID : 49428294a99f2a475203a7ceb04ce8d5754feb77  
  
Keys to verify the Release Candidate : 
https://dist.apache.org/repos/dist/dev/servicecomb/KEYS  
  
Guide to build the release from source : 
https://github.com/apache/servicecomb-service-center/tree/master/scripts/release
  
  
Voting will start now ( Friday, 23rd November, 2018) and will remain open for 
at-least 72 hours, Request all PMC members to give their vote.  
  
[ ] +1 Release this package as 1.1.0  
[ ] +0 No Opinion  
[ ] -1 Do not release this package because  
  
On the behalf of ServiceComb Team  
Mohammad Asif Siddiqui 


Re: ServiceComb Community Meeting

2018-11-26 Thread Willem Jiang
Hi Asif,

We tried the Zoom with the free account which allow us to have 40 mins meeting.
I'm not sure if you have the commercial account to set up a larger meeting.

Willem Jiang

Twitter: willemjiang
Weibo: 姜宁willem

On Mon, Nov 26, 2018 at 4:55 PM Mohammad Asif Siddiqui
 wrote:
>
> Hi Zen Lin,
>
> Seems today there was already a meeting where Saga Folk's joined in for a 
> discussion for change in the repo name, Willem has already updated the 
> Community Page with the MOM.
>
> For next week I would suggest all the members of ServiceComb can join in, how 
> about we have our next meeting on 3rd December 15:00 CST.
>
> If everyone is okay with the time then I can create a Zoom meeting link and 
> then you can publish the article to a larger audience.
>
> Regards
> Asif
>
> On 2018/11/26 08:49:53, Zen Lin  wrote:
> > Hi
> > Once you done the necessary content, I will write an article to anounce it
> > to let more people know.
> >
> > Best Regards,
> > ---
> > Zen Lin
> > zenlintechnofr...@gmail.com
> > Focused on Micro Service and Apache ServiceComb
> >
> >
> > Mohammad Asif Siddiqui  于2018年11月22日周四 下午2:58写道:
> >
> > > Here is the first initial page I created in the wiki [1], please review
> > > and update as required and also people who don't have permissions to edit
> > > or comment on the page can request Willem to add the permission.
> > >
> > > [1]
> > > https://cwiki.apache.org/confluence/display/SERVICECOMB/Community+Meeting
> > >
> > >
> > > Regards
> > > Asif
> > >
> > > On 2018/11/22 06:44:26, Willem Jiang  wrote:
> > > > How about we start a page in the wiki page list the topics we want to
> > > talk?
> > > > If there are some user or other people want to join we could change
> > > > the time if we need.
> > > >
> > > >  I just had a face 2 face talk with some guys from JingDong yesterday.
> > > > We are planning to hold the weekly meeting for the development of the
> > > > ServiceComb Saga and the release plan and git repo name change
> > > > recently. I think we can start from these topics to see if it goes
> > > > well.
> > > >
> > > > Willem Jiang
> > > >
> > > > Twitter: willemjiang
> > > > Weibo: 姜宁willem
> > > >
> > > > On Thu, Nov 22, 2018 at 2:17 PM Mohammad Asif Siddiqui
> > > >  wrote:
> > > > >
> > > > > Hello All,
> > > > >
> > > > > I guess everyone is okay with this idea of having community meeting
> > > bi-weekly for all ServiceComb projects so let's have our first community
> > > meeting in the first week of December after 1.1.0 Release.
> > > > >
> > > > > Any suggestions for the Day and Time as lot of people will be joining
> > > the meeting from different time zone and also any volunteers to organize
> > > this meeting?
> > > > >
> > > > > Regards
> > > > > Asif
> > > > >
> > > > > On 2018/11/20 13:59:52, Willem Jiang  wrote:
> > > > > > Yeah, we can use the Apache wiki page, it's easy for everyone to
> > > > > > access and share the ideas.
> > > > > > Current we don't open for comment and edit for avoid the spam. We 
> > > > > > can
> > > > > > give the edit right the people who interesting about it.
> > > > > >
> > > > > > Willem Jiang
> > > > > >
> > > > > > Twitter: willemjiang
> > > > > > Weibo: 姜宁willem
> > > > > >
> > > > > > On Tue, Nov 20, 2018 at 6:57 PM Mohammad Asif Siddiqui
> > > > > >  wrote:
> > > > > > >
> > > > > > > Hi All,
> > > > > > >
> > > > > > > It's a good idea to hold a bi-weekly meeting either in Zoom[1] or
> > > Skype where all the people involved in the community can come together and
> > > project owners can give a short update on what's going on in the project
> > > what is the future plan and discuss any issues or help needed from the
> > > community.
> > > > > > >
> > > > > > > Whereas agenda is concerned, we can put this in the Community
> > > engagement section in our ServiceComb website which will be accessible 
> > > from
> > > everywhere and people not having the permission to edit the agenda can add
> > > the comments on that page, rather we can also use cwiki[2] for this.
> > > > > > >
> > > > > > > This can be an open meeting where anyone can attend these meeting
> > > and in my opinion at-least one owner of each project should attend the
> > > meeting to give an update on the project stats. After meeting MOM can be
> > > published on our website. This can give a clear transparency to our
> > > ServiceComb community and more people will be willing to join and
> > > contribute to our community.
> > > > > > >
> > > > > > > [1] https://zoom.us/
> > > > > > > [2] https://cwiki.apache.org/confluence/display/ServiceComb
> > > > > > >
> > > > > > > Just my 2 cents
> > > > > > >
> > > > > > > Regards
> > > > > > > Asif
> > > > > > > On 2018/11/20 10:16:21, Zheng Feng  wrote:
> > > > > > > > yeah. exactly but I think if the google document could be access
> > > in China
> > > > > > > > without the OpenVPN ?
> > > > > > > >
> > > > > > > > Willem Jiang  于2018年11月20日周二 上午10:11写道:
> > > > > > > >
> > > > > > > > > Yeah, I agree with you. I 

Re: ServiceComb Community Meeting

2018-11-26 Thread Willem Jiang
It's a weekly development meeting.  I just added the discussion topics
and materials.
If anyone interesting about the topic, they can join us there.


Willem Jiang

Twitter: willemjiang
Weibo: 姜宁willem

On Mon, Nov 26, 2018 at 4:50 PM Zen Lin  wrote:
>
> Hi
> Once you done the necessary content, I will write an article to anounce it
> to let more people know.
>
> Best Regards,
> ---
> Zen Lin
> zenlintechnofr...@gmail.com
> Focused on Micro Service and Apache ServiceComb
>
>
> Mohammad Asif Siddiqui  于2018年11月22日周四 下午2:58写道:
>
> > Here is the first initial page I created in the wiki [1], please review
> > and update as required and also people who don't have permissions to edit
> > or comment on the page can request Willem to add the permission.
> >
> > [1]
> > https://cwiki.apache.org/confluence/display/SERVICECOMB/Community+Meeting
> >
> >
> > Regards
> > Asif
> >
> > On 2018/11/22 06:44:26, Willem Jiang  wrote:
> > > How about we start a page in the wiki page list the topics we want to
> > talk?
> > > If there are some user or other people want to join we could change
> > > the time if we need.
> > >
> > >  I just had a face 2 face talk with some guys from JingDong yesterday.
> > > We are planning to hold the weekly meeting for the development of the
> > > ServiceComb Saga and the release plan and git repo name change
> > > recently. I think we can start from these topics to see if it goes
> > > well.
> > >
> > > Willem Jiang
> > >
> > > Twitter: willemjiang
> > > Weibo: 姜宁willem
> > >
> > > On Thu, Nov 22, 2018 at 2:17 PM Mohammad Asif Siddiqui
> > >  wrote:
> > > >
> > > > Hello All,
> > > >
> > > > I guess everyone is okay with this idea of having community meeting
> > bi-weekly for all ServiceComb projects so let's have our first community
> > meeting in the first week of December after 1.1.0 Release.
> > > >
> > > > Any suggestions for the Day and Time as lot of people will be joining
> > the meeting from different time zone and also any volunteers to organize
> > this meeting?
> > > >
> > > > Regards
> > > > Asif
> > > >
> > > > On 2018/11/20 13:59:52, Willem Jiang  wrote:
> > > > > Yeah, we can use the Apache wiki page, it's easy for everyone to
> > > > > access and share the ideas.
> > > > > Current we don't open for comment and edit for avoid the spam. We can
> > > > > give the edit right the people who interesting about it.
> > > > >
> > > > > Willem Jiang
> > > > >
> > > > > Twitter: willemjiang
> > > > > Weibo: 姜宁willem
> > > > >
> > > > > On Tue, Nov 20, 2018 at 6:57 PM Mohammad Asif Siddiqui
> > > > >  wrote:
> > > > > >
> > > > > > Hi All,
> > > > > >
> > > > > > It's a good idea to hold a bi-weekly meeting either in Zoom[1] or
> > Skype where all the people involved in the community can come together and
> > project owners can give a short update on what's going on in the project
> > what is the future plan and discuss any issues or help needed from the
> > community.
> > > > > >
> > > > > > Whereas agenda is concerned, we can put this in the Community
> > engagement section in our ServiceComb website which will be accessible from
> > everywhere and people not having the permission to edit the agenda can add
> > the comments on that page, rather we can also use cwiki[2] for this.
> > > > > >
> > > > > > This can be an open meeting where anyone can attend these meeting
> > and in my opinion at-least one owner of each project should attend the
> > meeting to give an update on the project stats. After meeting MOM can be
> > published on our website. This can give a clear transparency to our
> > ServiceComb community and more people will be willing to join and
> > contribute to our community.
> > > > > >
> > > > > > [1] https://zoom.us/
> > > > > > [2] https://cwiki.apache.org/confluence/display/ServiceComb
> > > > > >
> > > > > > Just my 2 cents
> > > > > >
> > > > > > Regards
> > > > > > Asif
> > > > > > On 2018/11/20 10:16:21, Zheng Feng  wrote:
> > > > > > > yeah. exactly but I think if the google document could be access
> > in China
> > > > > > > without the OpenVPN ?
> > > > > > >
> > > > > > > Willem Jiang  于2018年11月20日周二 上午10:11写道:
> > > > > > >
> > > > > > > > Yeah, I agree with you. I think we can setup  the agenda in
> > the Google
> > > > > > > > document just like the MicroProfile LRA Hangout Agenda[1] to
> > talk
> > > > > > > > about the detail development plan of ServiceComb with the
> > community.
> > > > > > > >
> > > > > > > > [1]
> > > > > > > >
> > https://docs.google.com/document/d/1HBPiXpsXcQp9T8JeoT-IDs-EblZX1SxuTV5qjUPzwrM/edit?ouid=101568241178421126357=docs_home=true
> > > > > > > >
> > > > > > > > Willem Jiang
> > > > > > > >
> > > > > > > > Twitter: willemjiang
> > > > > > > > Weibo: 姜宁willem
> > > > > > > > On Tue, Nov 20, 2018 at 3:43 PM Zheng Feng 
> > wrote:
> > > > > > > > >
> > > > > > > > > Thanks Zen Lin, I think you might be missing the link for
> > the itcast ?
> > > > > > > > >
> > > > > > > > > I agree it is very important to let the more 

Re: ServiceComb Community Meeting

2018-11-26 Thread Mohammad Asif Siddiqui
Hi Zen Lin,  
  
Seems today there was already a meeting where Saga Folk's joined in for a 
discussion for change in the repo name, Willem has already updated the 
Community Page with the MOM.  
  
For next week I would suggest all the members of ServiceComb can join in, how 
about we have our next meeting on 3rd December 15:00 CST.  
  
If everyone is okay with the time then I can create a Zoom meeting link and 
then you can publish the article to a larger audience.  
  
Regards  
Asif

On 2018/11/26 08:49:53, Zen Lin  wrote: 
> Hi
> Once you done the necessary content, I will write an article to anounce it
> to let more people know.
> 
> Best Regards,
> ---
> Zen Lin
> zenlintechnofr...@gmail.com
> Focused on Micro Service and Apache ServiceComb
> 
> 
> Mohammad Asif Siddiqui  于2018年11月22日周四 下午2:58写道:
> 
> > Here is the first initial page I created in the wiki [1], please review
> > and update as required and also people who don't have permissions to edit
> > or comment on the page can request Willem to add the permission.
> >
> > [1]
> > https://cwiki.apache.org/confluence/display/SERVICECOMB/Community+Meeting
> >
> >
> > Regards
> > Asif
> >
> > On 2018/11/22 06:44:26, Willem Jiang  wrote:
> > > How about we start a page in the wiki page list the topics we want to
> > talk?
> > > If there are some user or other people want to join we could change
> > > the time if we need.
> > >
> > >  I just had a face 2 face talk with some guys from JingDong yesterday.
> > > We are planning to hold the weekly meeting for the development of the
> > > ServiceComb Saga and the release plan and git repo name change
> > > recently. I think we can start from these topics to see if it goes
> > > well.
> > >
> > > Willem Jiang
> > >
> > > Twitter: willemjiang
> > > Weibo: 姜宁willem
> > >
> > > On Thu, Nov 22, 2018 at 2:17 PM Mohammad Asif Siddiqui
> > >  wrote:
> > > >
> > > > Hello All,
> > > >
> > > > I guess everyone is okay with this idea of having community meeting
> > bi-weekly for all ServiceComb projects so let's have our first community
> > meeting in the first week of December after 1.1.0 Release.
> > > >
> > > > Any suggestions for the Day and Time as lot of people will be joining
> > the meeting from different time zone and also any volunteers to organize
> > this meeting?
> > > >
> > > > Regards
> > > > Asif
> > > >
> > > > On 2018/11/20 13:59:52, Willem Jiang  wrote:
> > > > > Yeah, we can use the Apache wiki page, it's easy for everyone to
> > > > > access and share the ideas.
> > > > > Current we don't open for comment and edit for avoid the spam. We can
> > > > > give the edit right the people who interesting about it.
> > > > >
> > > > > Willem Jiang
> > > > >
> > > > > Twitter: willemjiang
> > > > > Weibo: 姜宁willem
> > > > >
> > > > > On Tue, Nov 20, 2018 at 6:57 PM Mohammad Asif Siddiqui
> > > > >  wrote:
> > > > > >
> > > > > > Hi All,
> > > > > >
> > > > > > It's a good idea to hold a bi-weekly meeting either in Zoom[1] or
> > Skype where all the people involved in the community can come together and
> > project owners can give a short update on what's going on in the project
> > what is the future plan and discuss any issues or help needed from the
> > community.
> > > > > >
> > > > > > Whereas agenda is concerned, we can put this in the Community
> > engagement section in our ServiceComb website which will be accessible from
> > everywhere and people not having the permission to edit the agenda can add
> > the comments on that page, rather we can also use cwiki[2] for this.
> > > > > >
> > > > > > This can be an open meeting where anyone can attend these meeting
> > and in my opinion at-least one owner of each project should attend the
> > meeting to give an update on the project stats. After meeting MOM can be
> > published on our website. This can give a clear transparency to our
> > ServiceComb community and more people will be willing to join and
> > contribute to our community.
> > > > > >
> > > > > > [1] https://zoom.us/
> > > > > > [2] https://cwiki.apache.org/confluence/display/ServiceComb
> > > > > >
> > > > > > Just my 2 cents
> > > > > >
> > > > > > Regards
> > > > > > Asif
> > > > > > On 2018/11/20 10:16:21, Zheng Feng  wrote:
> > > > > > > yeah. exactly but I think if the google document could be access
> > in China
> > > > > > > without the OpenVPN ?
> > > > > > >
> > > > > > > Willem Jiang  于2018年11月20日周二 上午10:11写道:
> > > > > > >
> > > > > > > > Yeah, I agree with you. I think we can setup  the agenda in
> > the Google
> > > > > > > > document just like the MicroProfile LRA Hangout Agenda[1] to
> > talk
> > > > > > > > about the detail development plan of ServiceComb with the
> > community.
> > > > > > > >
> > > > > > > > [1]
> > > > > > > >
> > https://docs.google.com/document/d/1HBPiXpsXcQp9T8JeoT-IDs-EblZX1SxuTV5qjUPzwrM/edit?ouid=101568241178421126357=docs_home=true
> > > > > > > >
> > > > > > > > Willem Jiang
> > > > > > > >
> > > > > > > > Twitter: willemjiang
> > > > > > > > 

Re: ServiceComb Community Meeting

2018-11-26 Thread Zen Lin
Hi
Once you done the necessary content, I will write an article to anounce it
to let more people know.

Best Regards,
---
Zen Lin
zenlintechnofr...@gmail.com
Focused on Micro Service and Apache ServiceComb


Mohammad Asif Siddiqui  于2018年11月22日周四 下午2:58写道:

> Here is the first initial page I created in the wiki [1], please review
> and update as required and also people who don't have permissions to edit
> or comment on the page can request Willem to add the permission.
>
> [1]
> https://cwiki.apache.org/confluence/display/SERVICECOMB/Community+Meeting
>
>
> Regards
> Asif
>
> On 2018/11/22 06:44:26, Willem Jiang  wrote:
> > How about we start a page in the wiki page list the topics we want to
> talk?
> > If there are some user or other people want to join we could change
> > the time if we need.
> >
> >  I just had a face 2 face talk with some guys from JingDong yesterday.
> > We are planning to hold the weekly meeting for the development of the
> > ServiceComb Saga and the release plan and git repo name change
> > recently. I think we can start from these topics to see if it goes
> > well.
> >
> > Willem Jiang
> >
> > Twitter: willemjiang
> > Weibo: 姜宁willem
> >
> > On Thu, Nov 22, 2018 at 2:17 PM Mohammad Asif Siddiqui
> >  wrote:
> > >
> > > Hello All,
> > >
> > > I guess everyone is okay with this idea of having community meeting
> bi-weekly for all ServiceComb projects so let's have our first community
> meeting in the first week of December after 1.1.0 Release.
> > >
> > > Any suggestions for the Day and Time as lot of people will be joining
> the meeting from different time zone and also any volunteers to organize
> this meeting?
> > >
> > > Regards
> > > Asif
> > >
> > > On 2018/11/20 13:59:52, Willem Jiang  wrote:
> > > > Yeah, we can use the Apache wiki page, it's easy for everyone to
> > > > access and share the ideas.
> > > > Current we don't open for comment and edit for avoid the spam. We can
> > > > give the edit right the people who interesting about it.
> > > >
> > > > Willem Jiang
> > > >
> > > > Twitter: willemjiang
> > > > Weibo: 姜宁willem
> > > >
> > > > On Tue, Nov 20, 2018 at 6:57 PM Mohammad Asif Siddiqui
> > > >  wrote:
> > > > >
> > > > > Hi All,
> > > > >
> > > > > It's a good idea to hold a bi-weekly meeting either in Zoom[1] or
> Skype where all the people involved in the community can come together and
> project owners can give a short update on what's going on in the project
> what is the future plan and discuss any issues or help needed from the
> community.
> > > > >
> > > > > Whereas agenda is concerned, we can put this in the Community
> engagement section in our ServiceComb website which will be accessible from
> everywhere and people not having the permission to edit the agenda can add
> the comments on that page, rather we can also use cwiki[2] for this.
> > > > >
> > > > > This can be an open meeting where anyone can attend these meeting
> and in my opinion at-least one owner of each project should attend the
> meeting to give an update on the project stats. After meeting MOM can be
> published on our website. This can give a clear transparency to our
> ServiceComb community and more people will be willing to join and
> contribute to our community.
> > > > >
> > > > > [1] https://zoom.us/
> > > > > [2] https://cwiki.apache.org/confluence/display/ServiceComb
> > > > >
> > > > > Just my 2 cents
> > > > >
> > > > > Regards
> > > > > Asif
> > > > > On 2018/11/20 10:16:21, Zheng Feng  wrote:
> > > > > > yeah. exactly but I think if the google document could be access
> in China
> > > > > > without the OpenVPN ?
> > > > > >
> > > > > > Willem Jiang  于2018年11月20日周二 上午10:11写道:
> > > > > >
> > > > > > > Yeah, I agree with you. I think we can setup  the agenda in
> the Google
> > > > > > > document just like the MicroProfile LRA Hangout Agenda[1] to
> talk
> > > > > > > about the detail development plan of ServiceComb with the
> community.
> > > > > > >
> > > > > > > [1]
> > > > > > >
> https://docs.google.com/document/d/1HBPiXpsXcQp9T8JeoT-IDs-EblZX1SxuTV5qjUPzwrM/edit?ouid=101568241178421126357=docs_home=true
> > > > > > >
> > > > > > > Willem Jiang
> > > > > > >
> > > > > > > Twitter: willemjiang
> > > > > > > Weibo: 姜宁willem
> > > > > > > On Tue, Nov 20, 2018 at 3:43 PM Zheng Feng 
> wrote:
> > > > > > > >
> > > > > > > > Thanks Zen Lin, I think you might be missing the link for
> the itcast ?
> > > > > > > >
> > > > > > > > I agree it is very important to let the more committers to
> know what we
> > > > > > > are
> > > > > > > > doing and what we will do. So the monthly online meeting
> sounds helpful
> > > > > > > and
> > > > > > > > we should prepare the agenda before the meeting and to know
> what the
> > > > > > > > community is concerned. Maybe we could share this agenda
> online and
> > > > > > > anyone
> > > > > > > > could be able to add the items to discuss.
> > > > > > > >
> > > > > > > > Thanks,
> > > > > > > > Zheng Feng
> > > > > > > >
> > > > > > > > 

Re: [VOTE] Release Apache ServiceComb Saga version 0.2.1

2018-11-26 Thread Zen Lin
+1 binding.

Check release notes.
Check Notice/License exists.

Best Regards,
---
Zen Lin
zenlintechnofr...@gmail.com
Focused on Micro Service and Apache ServiceComb


wjm wjm  于2018年11月26日周一 下午4:20写道:

> +1 binding
>
>
> Checks Done:
> - release notes
> - binaries and maven repos
>
> DeanLee <82529...@qq.com> 于2018年11月24日周六 下午3:43写道:
>
> > +1 non binding
> >
> >
> >
> >
> > Checks List:
> >
> > - Signatures and hashes is ok
> >
> > - Able to run saga-spring-cloud-demo demo with the instruction from
> README
> >
> > - NOTICE/LICENSE is present
> >
> >
> >
> >
> > Regards
> >
> > Dean Lee
> >
> > -- 原始邮件 --
> > 发件人: "Mohammad Asif Siddiqui";
> > 发送时间: 2018年11月24日(星期六) 中午1:06
> > 收件人: "dev";
> >
> > 主题: Re: [VOTE] Release Apache ServiceComb Saga version 0.2.1
> >
> >
> >
> > Hi All,
> >
> > Thanks All for verifying and voting for this release, this vote is closed
> > now and we will declare the results soon.
> >
> > Regards
> > Asif
> >
> > On 2018/11/20 15:35:59, Mohammad Asif Siddiqui 
> > wrote:
> > > Hi All,
> > >
> > > This is a call for Vote to release Apache ServiceComb Saga version
> > 0.2.1
> > >
> > > Release Notes :
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12321626=12344453
> >
> > >
> > > Release Candidate :
> >
> https://dist.apache.org/repos/dist/dev/servicecomb/servicecomb-saga/0.2.1/rc-01/
> > >
> > > Staging Repository :
> >
> https://repository.apache.org/content/repositories/orgapacheservicecomb-1346/
> > >
> > > Release Tag :
> > https://github.com/apache/servicecomb-saga/releases/tag/0.2.1
> > >
> > > Release CommitID : 1484592d6fc84a33ffb7510969437ba448277e82
> > >
> > > Keys to verify the Release Candidate :
> > https://dist.apache.org/repos/dist/dev/servicecomb/KEYS
> > >
> > > Voting will start now ( Tuesday, 20th November, 2018) and will remain
> > open for at-least 72 hours, Request all PMC members to give their vote.
> > >
> > > [ ] +1 Release this package as 0.2.1
> > > [ ] +0 No Opinion
> > > [ ] -1 Do not release this package because
> > >
> > > On the behalf of ServiceComb Team
> > > Mohammad Asif Siddiqui
> > >
>


[ANNOUNCE] Apache ServiceComb Saga version 0.2.1 Released

2018-11-26 Thread Mohammad Asif Siddiqui
Hello All,  
  
Apache ServiceComb Team is glad to announce the release of Apache ServiceComb 
Saga 0.2.1. 
   
Apache ServiceComb Saga (https://github.com/apache/servicecomb-saga) is an 
eventual data consistency technology, which provides a mechanism to manage long 
live transactions in distributed micro-service architecture.  
  
Download Links : http://servicecomb.apache.org/release/saga-downloads/  
  
Release Notes : http://servicecomb.apache.org/release/saga-release-notes/  
  
Know more about ServiceComb: http://servicecomb.apache.org/  
  
ServiceComb Usefull Links :  
- JIRA : https://issues.apache.org/jira/browse/SCB  
- Mailing lists: dev@servicecomb.apache.org  
- Gitter :  https://gitter.im/ServiceCombUsers/Saga  
  
On the behalf of ServiceComb Team  
Mohammad Asif Siddiqui   



Re: [VOTE] Release Apache ServiceComb Service-Center version 1.1.0 [RC-02]

2018-11-26 Thread Zen Lin
+1 binding.

Check making release kit from source.
Notice/License exists.

Best Regards,
---
Zen Lin
zenlintechnofr...@gmail.com
Focused on Micro Service and Apache ServiceComb


Willem Jiang  于2018年11月26日周一 下午4:41写道:

> +1 binding.
>
> Willem Jiang
>
> Twitter: willemjiang
> Weibo: 姜宁willem
>
> On Sat, Nov 24, 2018 at 12:41 AM Mohammad Asif Siddiqui
>  wrote:
> >
> > Hi All,
> >
> > This is a call for a Vote to release Apache ServiceComb Service-Center
> version 1.1.0 [RC-02]
> >
> > Release Notes :
> https://github.com/apache/servicecomb-service-center/blob/master/docs/release/releaseNotes-1.1.0.md
> >
> > Release Candidate :
> https://dist.apache.org/repos/dist/dev/servicecomb/servicecomb-service-center/1.1.0/rc-02/
> >
> > Release Tag :
> https://github.com/apache/servicecomb-service-center/releases/tag/1.1.0
> >
> > Release CommitID : 49428294a99f2a475203a7ceb04ce8d5754feb77
> >
> > Keys to verify the Release Candidate :
> https://dist.apache.org/repos/dist/dev/servicecomb/KEYS
> >
> > Guide to build the release from source :
> https://github.com/apache/servicecomb-service-center/tree/master/scripts/release
> >
> > Voting will start now ( Friday, 23rd November, 2018) and will remain
> open for at-least 72 hours, Request all PMC members to give their vote.
> >
> > [ ] +1 Release this package as 1.1.0
> > [ ] +0 No Opinion
> > [ ] -1 Do not release this package because
> >
> > On the behalf of ServiceComb Team
> > Mohammad Asif Siddiqui
>


Re: [VOTE] Release Apache ServiceComb Service-Center version 1.1.0 [RC-02]

2018-11-26 Thread Willem Jiang
+1 binding.

Willem Jiang

Twitter: willemjiang
Weibo: 姜宁willem

On Sat, Nov 24, 2018 at 12:41 AM Mohammad Asif Siddiqui
 wrote:
>
> Hi All,
>
> This is a call for a Vote to release Apache ServiceComb Service-Center 
> version 1.1.0 [RC-02]
>
> Release Notes : 
> https://github.com/apache/servicecomb-service-center/blob/master/docs/release/releaseNotes-1.1.0.md
>
> Release Candidate : 
> https://dist.apache.org/repos/dist/dev/servicecomb/servicecomb-service-center/1.1.0/rc-02/
>
> Release Tag : 
> https://github.com/apache/servicecomb-service-center/releases/tag/1.1.0
>
> Release CommitID : 49428294a99f2a475203a7ceb04ce8d5754feb77
>
> Keys to verify the Release Candidate : 
> https://dist.apache.org/repos/dist/dev/servicecomb/KEYS
>
> Guide to build the release from source : 
> https://github.com/apache/servicecomb-service-center/tree/master/scripts/release
>
> Voting will start now ( Friday, 23rd November, 2018) and will remain open for 
> at-least 72 hours, Request all PMC members to give their vote.
>
> [ ] +1 Release this package as 1.1.0
> [ ] +0 No Opinion
> [ ] -1 Do not release this package because
>
> On the behalf of ServiceComb Team
> Mohammad Asif Siddiqui


Re: [VOTE] Release Apache ServiceComb Service-Center version 1.1.0 [RC-02]

2018-11-26 Thread wjm wjm
+1 binding

Checks I did:
- NOTICE/LICENSE exists
- can make release kit from source

Mohammad Asif Siddiqui  于2018年11月26日周一 下午2:13写道:

> +1 binding
>
> Checks Done :
> - hashes and signatures is good
> - NOTICE/LICENSE exists
> - ran RAT tool
> - can make release kit from source
> - checked for archive matching git tag
> - Source file have ASF headers
> - Ran the java-chassis and go-chassis demo's using the binary.
>
> Regards
> Asif
>
> On 2018/11/23 16:41:12, Mohammad Asif Siddiqui 
> wrote:
> > Hi All,
> >
> > This is a call for a Vote to release Apache ServiceComb Service-Center
> version 1.1.0 [RC-02]
> >
> > Release Notes :
> https://github.com/apache/servicecomb-service-center/blob/master/docs/release/releaseNotes-1.1.0.md
>
> >
> > Release Candidate :
> https://dist.apache.org/repos/dist/dev/servicecomb/servicecomb-service-center/1.1.0/rc-02/
>
> >
> > Release Tag :
> https://github.com/apache/servicecomb-service-center/releases/tag/1.1.0
> >
> > Release CommitID : 49428294a99f2a475203a7ceb04ce8d5754feb77
> >
> > Keys to verify the Release Candidate :
> https://dist.apache.org/repos/dist/dev/servicecomb/KEYS
> >
> > Guide to build the release from source :
> https://github.com/apache/servicecomb-service-center/tree/master/scripts/release
>
> >
> > Voting will start now ( Friday, 23rd November, 2018) and will remain
> open for at-least 72 hours, Request all PMC members to give their vote.
> >
> > [ ] +1 Release this package as 1.1.0
> > [ ] +0 No Opinion
> > [ ] -1 Do not release this package because
> >
> > On the behalf of ServiceComb Team
> > Mohammad Asif Siddiqui
> >
>


Re: [VOTE] Release Apache ServiceComb Saga version 0.2.1

2018-11-26 Thread wjm wjm
+1 binding


Checks Done:
- release notes
- binaries and maven repos

DeanLee <82529...@qq.com> 于2018年11月24日周六 下午3:43写道:

> +1 non binding
>
>
>
>
> Checks List:
>
> - Signatures and hashes is ok
>
> - Able to run saga-spring-cloud-demo demo with the instruction from README
>
> - NOTICE/LICENSE is present
>
>
>
>
> Regards
>
> Dean Lee
>
> -- 原始邮件 --
> 发件人: "Mohammad Asif Siddiqui";
> 发送时间: 2018年11月24日(星期六) 中午1:06
> 收件人: "dev";
>
> 主题: Re: [VOTE] Release Apache ServiceComb Saga version 0.2.1
>
>
>
> Hi All,
>
> Thanks All for verifying and voting for this release, this vote is closed
> now and we will declare the results soon.
>
> Regards
> Asif
>
> On 2018/11/20 15:35:59, Mohammad Asif Siddiqui 
> wrote:
> > Hi All,
> >
> > This is a call for Vote to release Apache ServiceComb Saga version
> 0.2.1
> >
> > Release Notes :
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12321626=12344453
>
> >
> > Release Candidate :
> https://dist.apache.org/repos/dist/dev/servicecomb/servicecomb-saga/0.2.1/rc-01/
> >
> > Staging Repository :
> https://repository.apache.org/content/repositories/orgapacheservicecomb-1346/
> >
> > Release Tag :
> https://github.com/apache/servicecomb-saga/releases/tag/0.2.1
> >
> > Release CommitID : 1484592d6fc84a33ffb7510969437ba448277e82
> >
> > Keys to verify the Release Candidate :
> https://dist.apache.org/repos/dist/dev/servicecomb/KEYS
> >
> > Voting will start now ( Tuesday, 20th November, 2018) and will remain
> open for at-least 72 hours, Request all PMC members to give their vote.
> >
> > [ ] +1 Release this package as 0.2.1
> > [ ] +0 No Opinion
> > [ ] -1 Do not release this package because
> >
> > On the behalf of ServiceComb Team
> > Mohammad Asif Siddiqui
> >