You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicecomb.apache.org by Mohammad Asif Siddiqui <as...@apache.org> on 2019/04/01 22:23:38 UTC

[VOTE] Release Apache ServiceComb Pack version 0.4.0 (RC-02)

Hi All,  
  
This is a call for Vote to release Apache ServiceComb Pack version 0.4.0 (RC-02)  
  
Release Candidate : https://dist.apache.org/repos/dist/dev/servicecomb/servicecomb-pack/0.4.0/rc-02/ 
   
Staging Repository : https://repository.apache.org/content/repositories/orgapacheservicecomb-1380 
   
Release Tag : https://github.com/apache/servicecomb-pack/releases/tag/0.4.0  
  
Release CommitID : c2b1a6d603b0fb3d658a495da29d6f864995b538  
  
Release Notes : https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12321626&version=12344102  
  
Keys to verify the Release Candidate : https://dist.apache.org/repos/dist/dev/servicecomb/KEYS  
  
Voting will start now ( Tuesday, 2nd April, 2019) and will remain open for at-least 72 hours, Request all PMC members to give their vote.  
  
[ ] +1 Release this package as 0.4.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 Pack version 0.4.0 (RC-02)

Posted by "zhang_lei@boco.com.cn" <zh...@boco.com.cn>.
Hi @bismy@qq.com, @Willem Jiang

Avoid confusion with the same name directory in the distribution package, I submitted a PR https://github.com/apache/servicecomb-pack/pull/448, modify the directory name libs to plugins in the documentation


> 在 2019年4月4日,下午3:20,bismy <bi...@qq.com> 写道:
> 
> I am trying to run sage demos, but I got this error when start alpha. Any ideas?
> 
> 
> My steps:
> 1. Download binary release, and copy mysql-connector-java-8.0.12.jar to libs folder. And mysql is stared. 
> 2. running 
>    java -Dspring.profiles.active=mysql -Dloader.path=./libs -D"spring.datasource.url=jdbc:mysql://localhost:3306/saga?useSSL=false" -Dspring.datasource.username=xxxx -Dspring.datasource.password=xxxx -jar alpha-server-0.4.0-exec.jar
> 
> 
> ------------start up error message ------------
> 15:12:59.323 [main] INFO  org.apache.servicecomb.pack.alpha.server.AlphaApplication - The following profiles are active: mysql
> 2019-04-04 15:13:00.678  INFO 8328 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
> 2019-04-04 15:13:00.867  INFO 8328 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 168ms. Found 7 repository interfaces.
> 15:13:01.763 [main] INFO  org.springframework.cloud.context.scope.GenericScope - BeanFactory id=aca50879-d81b-337a-9511-e75e77dd8564
> 15:13:01.975 [main] INFO  org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$fd4cf6c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
> 15:13:02.247 [main] INFO  org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.apache.servicecomb.pack.omega.transaction.spring.TransactionAspectConfig' of type [org.apache.servicecomb.pack.omega.transaction.spring.TransactionAspectConfig$$EnhancerBySpringCGLIB$$782e0f4c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
> 15:13:02.273 [main] WARN  org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'compensableAnnotationProcessor' defined in class path resource [org/apache/servicecomb/pack/omega/transaction/spring/TransactionAspectConfig.class]: Unsatisfied dependency expressed through method 'compensableAnnotationProcessor' parameter 0; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'org.apache.servicecomb.pack.omega.context.OmegaContext' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {}
> 15:13:02.291 [main] INFO  org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener -
> 
> 
> Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
> 15:13:02.698 [main] ERROR org.springframework.boot.diagnostics.LoggingFailureAnalysisReporter -
> 
> 
> ***************************
> APPLICATION FAILED TO START
> ***************************
> 
> 
> Description:
> 
> 
> Parameter 0 of method compensableAnnotationProcessor in org.apache.servicecomb.pack.omega.transaction.spring.TransactionAspectConfig required a bean of type 'org.apache.servicecomb.pack.omega.context.OmegaContext' that could not be found.
> 
> 
> The following candidates were found but could not be injected:
>        - Bean method 'omegaContext' in 'OmegaSpringConfig' not loaded because @ConditionalOnProperty (alpha.cluster.address) did not find property 'alpha.cluster.address'
> 
> 
> 
> 
> Action:
> 
> 
> Consider revisiting the entries above or defining a bean of type 'org.apache.servicecomb.pack.omega.context.OmegaContext' in your configuration.
> 
> 
> 15:13:02.698 [main] ERROR org.springframework.boot.diagnostics.LoggingFailureAnalysisReporter -
> 
> 
> ***************************
> APPLICATION FAILED TO START
> ***************************
> 
> 
> Description:
> 
> 
> Parameter 0 of method compensableAnnotationProcessor in org.apache.servicecomb.pack.omega.transaction.spring.TransactionAspectConfig required a bean of type 'org.apache.servicecomb.pack.omega.context.OmegaContext' that could not be found.
> 
> 
> The following candidates were found but could not be injected:
>        - Bean method 'omegaContext' in 'OmegaSpringConfig' not loaded because @ConditionalOnProperty (alpha.cluster.address) did not find property 'alpha.cluster.address'
> 
> 
> 
> 
> Action:
> 
> 
> Consider revisiting the entries above or defining a bean of type 'org.apache.servicecomb.pack.omega.context.OmegaContext' in your configuration.
> 
> 
> 
> 
> 
> ------------------ 原始邮件 ------------------
> 发件人: "Mohammad Asif Siddiqui"<as...@apache.org>;
> 发送时间: 2019年4月3日(星期三) 下午5:50
> 收件人: "dev"<de...@servicecomb.apache.org>;
> 抄送: "vinaym"<vi...@huawei.com>; "krishna.m.kumar"<kr...@huawei.com>; 
> 主题: Re: [VOTE] Release Apache ServiceComb Pack version 0.4.0 (RC-02)
> 
> 
> 
> +1 binding
> 
> Checks Done:
> - Hashes and Signature is good
> - Archive matching the Git tag
> - LICENSE, NOTICE exist
> - ASF headers present in relevant files
> - mvn clean install
> 
> Regards
> Asif
> 
> On Wed, Apr 3, 2019 at 1:42 PM Willem Jiang <wi...@gmail.com> wrote:
> 
>> +1.
>> 
>> The git tag is right, and commits has the latest fix of issue we found
>> in last round release.
>> I verified the staging repo by running the demo test against it.
>> The release kits looks good to me.
>> 
>> Willem Jiang
>> 
>> Twitter: willemjiang
>> Weibo: 姜宁willem
>> 
>> On Tue, Apr 2, 2019 at 6:23 AM Mohammad Asif Siddiqui
>> <as...@apache.org> wrote:
>>> 
>>> Hi All,
>>> 
>>> This is a call for Vote to release Apache ServiceComb Pack version 0.4.0
>> (RC-02)
>>> 
>>> Release Candidate :
>> https://dist.apache.org/repos/dist/dev/servicecomb/servicecomb-pack/0.4.0/rc-02/
>>> 
>>> Staging Repository :
>> https://repository.apache.org/content/repositories/orgapacheservicecomb-1380
>>> 
>>> Release Tag :
>> https://github.com/apache/servicecomb-pack/releases/tag/0.4.0
>>> 
>>> Release CommitID : c2b1a6d603b0fb3d658a495da29d6f864995b538
>>> 
>>> Release Notes :
>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12321626&version=12344102
>>> 
>>> Keys to verify the Release Candidate :
>> https://dist.apache.org/repos/dist/dev/servicecomb/KEYS
>>> 
>>> Voting will start now ( Tuesday, 2nd April, 2019) and will remain open
>> for at-least 72 hours, Request all PMC members to give their vote.
>>> 
>>> [ ] +1 Release this package as 0.4.0
>>> [ ] +0 No Opinion
>>> [ ] -1 Do not release this package because....
>>> 
>>> On the behalf of ServiceComb Team
>>> Mohammad Asif Siddiqui

Zhang Lei.




Re: [VOTE] Release Apache ServiceComb Pack version 0.4.0 (RC-02)

Posted by "zhang_lei@boco.com.cn" <zh...@boco.com.cn>.
Please send your full log file to 760662@qq.com


Zhang Lei.



> 在 2019年4月4日,下午3:20,bismy <bi...@qq.com> 写道:
> 
> OmegaSpringConfig


Re: [VOTE] Release Apache ServiceComb Pack version 0.4.0 (RC-02)

Posted by Willem Jiang <wi...@gmail.com>.
@LiuBao,  could you verify the fix?
I'm pretty sure that is caused by you add all the classes (which are
used for the Omega) into the class path.
You can fix the issue by just copying the mysql connection jars into
another path.


Willem Jiang

Twitter: willemjiang
Weibo: 姜宁willem

On Thu, Apr 4, 2019 at 5:39 PM Willem Jiang <wi...@gmail.com> wrote:
>
> When starting the alpha server, it don't need to use the OmegaContext.
> It looks like there are some setting error in your class path.
>
> Willem Jiang
>
> Twitter: willemjiang
> Weibo: 姜宁willem
>
> On Thu, Apr 4, 2019 at 3:21 PM bismy <bi...@qq.com> wrote:
> >
> > I am trying to run sage demos, but I got this error when start alpha. Any ideas?
> >
> >
> > My steps:
> > 1. Download binary release, and copy mysql-connector-java-8.0.12.jar to libs folder. And mysql is stared.
> > 2. running
> >     java -Dspring.profiles.active=mysql -Dloader.path=./libs -D"spring.datasource.url=jdbc:mysql://localhost:3306/saga?useSSL=false" -Dspring.datasource.username=xxxx -Dspring.datasource.password=xxxx -jar alpha-server-0.4.0-exec.jar
> >
> >
> > ------------start up error message ------------
> > 15:12:59.323 [main] INFO  org.apache.servicecomb.pack.alpha.server.AlphaApplication - The following profiles are active: mysql
> > 2019-04-04 15:13:00.678  INFO 8328 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
> > 2019-04-04 15:13:00.867  INFO 8328 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 168ms. Found 7 repository interfaces.
> > 15:13:01.763 [main] INFO  org.springframework.cloud.context.scope.GenericScope - BeanFactory id=aca50879-d81b-337a-9511-e75e77dd8564
> > 15:13:01.975 [main] INFO  org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$fd4cf6c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
> > 15:13:02.247 [main] INFO  org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.apache.servicecomb.pack.omega.transaction.spring.TransactionAspectConfig' of type [org.apache.servicecomb.pack.omega.transaction.spring.TransactionAspectConfig$$EnhancerBySpringCGLIB$$782e0f4c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
> > 15:13:02.273 [main] WARN  org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'compensableAnnotationProcessor' defined in class path resource [org/apache/servicecomb/pack/omega/transaction/spring/TransactionAspectConfig.class]: Unsatisfied dependency expressed through method 'compensableAnnotationProcessor' parameter 0; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'org.apache.servicecomb.pack.omega.context.OmegaContext' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {}
> > 15:13:02.291 [main] INFO  org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener -
> >
> >
> > Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
> > 15:13:02.698 [main] ERROR org.springframework.boot.diagnostics.LoggingFailureAnalysisReporter -
> >
> >
> > ***************************
> > APPLICATION FAILED TO START
> > ***************************
> >
> >
> > Description:
> >
> >
> > Parameter 0 of method compensableAnnotationProcessor in org.apache.servicecomb.pack.omega.transaction.spring.TransactionAspectConfig required a bean of type 'org.apache.servicecomb.pack.omega.context.OmegaContext' that could not be found.
> >
> >
> > The following candidates were found but could not be injected:
> >         - Bean method 'omegaContext' in 'OmegaSpringConfig' not loaded because @ConditionalOnProperty (alpha.cluster.address) did not find property 'alpha.cluster.address'
> >
> >
> >
> >
> > Action:
> >
> >
> > Consider revisiting the entries above or defining a bean of type 'org.apache.servicecomb.pack.omega.context.OmegaContext' in your configuration.
> >
> >
> > 15:13:02.698 [main] ERROR org.springframework.boot.diagnostics.LoggingFailureAnalysisReporter -
> >
> >
> > ***************************
> > APPLICATION FAILED TO START
> > ***************************
> >
> >
> > Description:
> >
> >
> > Parameter 0 of method compensableAnnotationProcessor in org.apache.servicecomb.pack.omega.transaction.spring.TransactionAspectConfig required a bean of type 'org.apache.servicecomb.pack.omega.context.OmegaContext' that could not be found.
> >
> >
> > The following candidates were found but could not be injected:
> >         - Bean method 'omegaContext' in 'OmegaSpringConfig' not loaded because @ConditionalOnProperty (alpha.cluster.address) did not find property 'alpha.cluster.address'
> >
> >
> >
> >
> > Action:
> >
> >
> > Consider revisiting the entries above or defining a bean of type 'org.apache.servicecomb.pack.omega.context.OmegaContext' in your configuration.
> >
> >
> >
> >
> >
> > ------------------ 原始邮件 ------------------
> > 发件人: "Mohammad Asif Siddiqui"<as...@apache.org>;
> > 发送时间: 2019年4月3日(星期三) 下午5:50
> > 收件人: "dev"<de...@servicecomb.apache.org>;
> > 抄送: "vinaym"<vi...@huawei.com>; "krishna.m.kumar"<kr...@huawei.com>;
> > 主题: Re: [VOTE] Release Apache ServiceComb Pack version 0.4.0 (RC-02)
> >
> >
> >
> > +1 binding
> >
> > Checks Done:
> > - Hashes and Signature is good
> > - Archive matching the Git tag
> > - LICENSE, NOTICE exist
> > - ASF headers present in relevant files
> > - mvn clean install
> >
> > Regards
> > Asif
> >
> > On Wed, Apr 3, 2019 at 1:42 PM Willem Jiang <wi...@gmail.com> wrote:
> >
> > > +1.
> > >
> > > The git tag is right, and commits has the latest fix of issue we found
> > > in last round release.
> > > I verified the staging repo by running the demo test against it.
> > > The release kits looks good to me.
> > >
> > > Willem Jiang
> > >
> > > Twitter: willemjiang
> > > Weibo: 姜宁willem
> > >
> > > On Tue, Apr 2, 2019 at 6:23 AM Mohammad Asif Siddiqui
> > > <as...@apache.org> wrote:
> > > >
> > > > Hi All,
> > > >
> > > > This is a call for Vote to release Apache ServiceComb Pack version 0.4.0
> > > (RC-02)
> > > >
> > > > Release Candidate :
> > > https://dist.apache.org/repos/dist/dev/servicecomb/servicecomb-pack/0.4.0/rc-02/
> > > >
> > > > Staging Repository :
> > > https://repository.apache.org/content/repositories/orgapacheservicecomb-1380
> > > >
> > > > Release Tag :
> > > https://github.com/apache/servicecomb-pack/releases/tag/0.4.0
> > > >
> > > > Release CommitID : c2b1a6d603b0fb3d658a495da29d6f864995b538
> > > >
> > > > Release Notes :
> > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12321626&version=12344102
> > > >
> > > > Keys to verify the Release Candidate :
> > > https://dist.apache.org/repos/dist/dev/servicecomb/KEYS
> > > >
> > > > Voting will start now ( Tuesday, 2nd April, 2019) and will remain open
> > > for at-least 72 hours, Request all PMC members to give their vote.
> > > >
> > > > [ ] +1 Release this package as 0.4.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 Pack version 0.4.0 (RC-02)

Posted by Willem Jiang <wi...@gmail.com>.
When starting the alpha server, it don't need to use the OmegaContext.
It looks like there are some setting error in your class path.

Willem Jiang

Twitter: willemjiang
Weibo: 姜宁willem

On Thu, Apr 4, 2019 at 3:21 PM bismy <bi...@qq.com> wrote:
>
> I am trying to run sage demos, but I got this error when start alpha. Any ideas?
>
>
> My steps:
> 1. Download binary release, and copy mysql-connector-java-8.0.12.jar to libs folder. And mysql is stared.
> 2. running
>     java -Dspring.profiles.active=mysql -Dloader.path=./libs -D"spring.datasource.url=jdbc:mysql://localhost:3306/saga?useSSL=false" -Dspring.datasource.username=xxxx -Dspring.datasource.password=xxxx -jar alpha-server-0.4.0-exec.jar
>
>
> ------------start up error message ------------
> 15:12:59.323 [main] INFO  org.apache.servicecomb.pack.alpha.server.AlphaApplication - The following profiles are active: mysql
> 2019-04-04 15:13:00.678  INFO 8328 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
> 2019-04-04 15:13:00.867  INFO 8328 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 168ms. Found 7 repository interfaces.
> 15:13:01.763 [main] INFO  org.springframework.cloud.context.scope.GenericScope - BeanFactory id=aca50879-d81b-337a-9511-e75e77dd8564
> 15:13:01.975 [main] INFO  org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$fd4cf6c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
> 15:13:02.247 [main] INFO  org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.apache.servicecomb.pack.omega.transaction.spring.TransactionAspectConfig' of type [org.apache.servicecomb.pack.omega.transaction.spring.TransactionAspectConfig$$EnhancerBySpringCGLIB$$782e0f4c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
> 15:13:02.273 [main] WARN  org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'compensableAnnotationProcessor' defined in class path resource [org/apache/servicecomb/pack/omega/transaction/spring/TransactionAspectConfig.class]: Unsatisfied dependency expressed through method 'compensableAnnotationProcessor' parameter 0; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'org.apache.servicecomb.pack.omega.context.OmegaContext' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {}
> 15:13:02.291 [main] INFO  org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener -
>
>
> Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
> 15:13:02.698 [main] ERROR org.springframework.boot.diagnostics.LoggingFailureAnalysisReporter -
>
>
> ***************************
> APPLICATION FAILED TO START
> ***************************
>
>
> Description:
>
>
> Parameter 0 of method compensableAnnotationProcessor in org.apache.servicecomb.pack.omega.transaction.spring.TransactionAspectConfig required a bean of type 'org.apache.servicecomb.pack.omega.context.OmegaContext' that could not be found.
>
>
> The following candidates were found but could not be injected:
>         - Bean method 'omegaContext' in 'OmegaSpringConfig' not loaded because @ConditionalOnProperty (alpha.cluster.address) did not find property 'alpha.cluster.address'
>
>
>
>
> Action:
>
>
> Consider revisiting the entries above or defining a bean of type 'org.apache.servicecomb.pack.omega.context.OmegaContext' in your configuration.
>
>
> 15:13:02.698 [main] ERROR org.springframework.boot.diagnostics.LoggingFailureAnalysisReporter -
>
>
> ***************************
> APPLICATION FAILED TO START
> ***************************
>
>
> Description:
>
>
> Parameter 0 of method compensableAnnotationProcessor in org.apache.servicecomb.pack.omega.transaction.spring.TransactionAspectConfig required a bean of type 'org.apache.servicecomb.pack.omega.context.OmegaContext' that could not be found.
>
>
> The following candidates were found but could not be injected:
>         - Bean method 'omegaContext' in 'OmegaSpringConfig' not loaded because @ConditionalOnProperty (alpha.cluster.address) did not find property 'alpha.cluster.address'
>
>
>
>
> Action:
>
>
> Consider revisiting the entries above or defining a bean of type 'org.apache.servicecomb.pack.omega.context.OmegaContext' in your configuration.
>
>
>
>
>
> ------------------ 原始邮件 ------------------
> 发件人: "Mohammad Asif Siddiqui"<as...@apache.org>;
> 发送时间: 2019年4月3日(星期三) 下午5:50
> 收件人: "dev"<de...@servicecomb.apache.org>;
> 抄送: "vinaym"<vi...@huawei.com>; "krishna.m.kumar"<kr...@huawei.com>;
> 主题: Re: [VOTE] Release Apache ServiceComb Pack version 0.4.0 (RC-02)
>
>
>
> +1 binding
>
> Checks Done:
> - Hashes and Signature is good
> - Archive matching the Git tag
> - LICENSE, NOTICE exist
> - ASF headers present in relevant files
> - mvn clean install
>
> Regards
> Asif
>
> On Wed, Apr 3, 2019 at 1:42 PM Willem Jiang <wi...@gmail.com> wrote:
>
> > +1.
> >
> > The git tag is right, and commits has the latest fix of issue we found
> > in last round release.
> > I verified the staging repo by running the demo test against it.
> > The release kits looks good to me.
> >
> > Willem Jiang
> >
> > Twitter: willemjiang
> > Weibo: 姜宁willem
> >
> > On Tue, Apr 2, 2019 at 6:23 AM Mohammad Asif Siddiqui
> > <as...@apache.org> wrote:
> > >
> > > Hi All,
> > >
> > > This is a call for Vote to release Apache ServiceComb Pack version 0.4.0
> > (RC-02)
> > >
> > > Release Candidate :
> > https://dist.apache.org/repos/dist/dev/servicecomb/servicecomb-pack/0.4.0/rc-02/
> > >
> > > Staging Repository :
> > https://repository.apache.org/content/repositories/orgapacheservicecomb-1380
> > >
> > > Release Tag :
> > https://github.com/apache/servicecomb-pack/releases/tag/0.4.0
> > >
> > > Release CommitID : c2b1a6d603b0fb3d658a495da29d6f864995b538
> > >
> > > Release Notes :
> > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12321626&version=12344102
> > >
> > > Keys to verify the Release Candidate :
> > https://dist.apache.org/repos/dist/dev/servicecomb/KEYS
> > >
> > > Voting will start now ( Tuesday, 2nd April, 2019) and will remain open
> > for at-least 72 hours, Request all PMC members to give their vote.
> > >
> > > [ ] +1 Release this package as 0.4.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 Pack version 0.4.0 (RC-02)

Posted by "zhang_lei@boco.com.cn" <zh...@boco.com.cn>.
You can try this startup script

java -Dloader.path=./libs \
-jar alpha-server-0.4.0-SNAPSHOT-exec.jar \
--spring.profiles.active=mysql \
--spring.datasource.url="jdbc:mysql://127.0.0.1:3306/saga?serverTimezone=GMT%2b8&useSSL=false" \
--spring.datasource.username=saga-user \
--spring.datasource.password=saga-password


> 在 2019年4月4日,下午3:20,bismy <bi...@qq.com> 写道:
> 
> I am trying to run sage demos, but I got this error when start alpha. Any ideas?
> 
> 
> My steps:
> 1. Download binary release, and copy mysql-connector-java-8.0.12.jar to libs folder. And mysql is stared. 
> 2. running 
>    java -Dspring.profiles.active=mysql -Dloader.path=./libs -D"spring.datasource.url=jdbc:mysql://localhost:3306/saga?useSSL=false" -Dspring.datasource.username=xxxx -Dspring.datasource.password=xxxx -jar alpha-server-0.4.0-exec.jar
> 
> 
> ------------start up error message ------------
> 15:12:59.323 [main] INFO  org.apache.servicecomb.pack.alpha.server.AlphaApplication - The following profiles are active: mysql
> 2019-04-04 15:13:00.678  INFO 8328 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
> 2019-04-04 15:13:00.867  INFO 8328 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 168ms. Found 7 repository interfaces.
> 15:13:01.763 [main] INFO  org.springframework.cloud.context.scope.GenericScope - BeanFactory id=aca50879-d81b-337a-9511-e75e77dd8564
> 15:13:01.975 [main] INFO  org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$fd4cf6c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
> 15:13:02.247 [main] INFO  org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.apache.servicecomb.pack.omega.transaction.spring.TransactionAspectConfig' of type [org.apache.servicecomb.pack.omega.transaction.spring.TransactionAspectConfig$$EnhancerBySpringCGLIB$$782e0f4c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
> 15:13:02.273 [main] WARN  org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'compensableAnnotationProcessor' defined in class path resource [org/apache/servicecomb/pack/omega/transaction/spring/TransactionAspectConfig.class]: Unsatisfied dependency expressed through method 'compensableAnnotationProcessor' parameter 0; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'org.apache.servicecomb.pack.omega.context.OmegaContext' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {}
> 15:13:02.291 [main] INFO  org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener -
> 
> 
> Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
> 15:13:02.698 [main] ERROR org.springframework.boot.diagnostics.LoggingFailureAnalysisReporter -
> 
> 
> ***************************
> APPLICATION FAILED TO START
> ***************************
> 
> 
> Description:
> 
> 
> Parameter 0 of method compensableAnnotationProcessor in org.apache.servicecomb.pack.omega.transaction.spring.TransactionAspectConfig required a bean of type 'org.apache.servicecomb.pack.omega.context.OmegaContext' that could not be found.
> 
> 
> The following candidates were found but could not be injected:
>        - Bean method 'omegaContext' in 'OmegaSpringConfig' not loaded because @ConditionalOnProperty (alpha.cluster.address) did not find property 'alpha.cluster.address'
> 
> 
> 
> 
> Action:
> 
> 
> Consider revisiting the entries above or defining a bean of type 'org.apache.servicecomb.pack.omega.context.OmegaContext' in your configuration.
> 
> 
> 15:13:02.698 [main] ERROR org.springframework.boot.diagnostics.LoggingFailureAnalysisReporter -
> 
> 
> ***************************
> APPLICATION FAILED TO START
> ***************************
> 
> 
> Description:
> 
> 
> Parameter 0 of method compensableAnnotationProcessor in org.apache.servicecomb.pack.omega.transaction.spring.TransactionAspectConfig required a bean of type 'org.apache.servicecomb.pack.omega.context.OmegaContext' that could not be found.
> 
> 
> The following candidates were found but could not be injected:
>        - Bean method 'omegaContext' in 'OmegaSpringConfig' not loaded because @ConditionalOnProperty (alpha.cluster.address) did not find property 'alpha.cluster.address'
> 
> 
> 
> 
> Action:
> 
> 
> Consider revisiting the entries above or defining a bean of type 'org.apache.servicecomb.pack.omega.context.OmegaContext' in your configuration.
> 
> 
> 
> 
> 
> ------------------ 原始邮件 ------------------
> 发件人: "Mohammad Asif Siddiqui"<as...@apache.org>;
> 发送时间: 2019年4月3日(星期三) 下午5:50
> 收件人: "dev"<de...@servicecomb.apache.org>;
> 抄送: "vinaym"<vi...@huawei.com>; "krishna.m.kumar"<kr...@huawei.com>; 
> 主题: Re: [VOTE] Release Apache ServiceComb Pack version 0.4.0 (RC-02)
> 
> 
> 
> +1 binding
> 
> Checks Done:
> - Hashes and Signature is good
> - Archive matching the Git tag
> - LICENSE, NOTICE exist
> - ASF headers present in relevant files
> - mvn clean install
> 
> Regards
> Asif
> 
> On Wed, Apr 3, 2019 at 1:42 PM Willem Jiang <wi...@gmail.com> wrote:
> 
>> +1.
>> 
>> The git tag is right, and commits has the latest fix of issue we found
>> in last round release.
>> I verified the staging repo by running the demo test against it.
>> The release kits looks good to me.
>> 
>> Willem Jiang
>> 
>> Twitter: willemjiang
>> Weibo: 姜宁willem
>> 
>> On Tue, Apr 2, 2019 at 6:23 AM Mohammad Asif Siddiqui
>> <as...@apache.org> wrote:
>>> 
>>> Hi All,
>>> 
>>> This is a call for Vote to release Apache ServiceComb Pack version 0.4.0
>> (RC-02)
>>> 
>>> Release Candidate :
>> https://dist.apache.org/repos/dist/dev/servicecomb/servicecomb-pack/0.4.0/rc-02/
>>> 
>>> Staging Repository :
>> https://repository.apache.org/content/repositories/orgapacheservicecomb-1380
>>> 
>>> Release Tag :
>> https://github.com/apache/servicecomb-pack/releases/tag/0.4.0
>>> 
>>> Release CommitID : c2b1a6d603b0fb3d658a495da29d6f864995b538
>>> 
>>> Release Notes :
>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12321626&version=12344102
>>> 
>>> Keys to verify the Release Candidate :
>> https://dist.apache.org/repos/dist/dev/servicecomb/KEYS
>>> 
>>> Voting will start now ( Tuesday, 2nd April, 2019) and will remain open
>> for at-least 72 hours, Request all PMC members to give their vote.
>>> 
>>> [ ] +1 Release this package as 0.4.0
>>> [ ] +0 No Opinion
>>> [ ] -1 Do not release this package because....
>>> 
>>> On the behalf of ServiceComb Team
>>> Mohammad Asif Siddiqui

Thanks,
Zhang Lei.




Re: [VOTE] Release Apache ServiceComb Pack version 0.4.0 (RC-02)

Posted by "zhang_lei@boco.com.cn" <zh...@boco.com.cn>.
Oh, I guessed it.

Do not use the libs directory in the apache-servicecomb-pack-distribution-0.4.0-bin, because it contains all the jars.
You can create a new libs2 directory and copy mysql-connector-java-8.0.12.jar to libs2 folder


> 在 2019年4月4日,下午3:20,bismy <bi...@qq.com> 写道:
> 
> I am trying to run sage demos, but I got this error when start alpha. Any ideas?
> 
> 
> My steps:
> 1. Download binary release, and copy mysql-connector-java-8.0.12.jar to libs folder. And mysql is stared. 
> 2. running 
>    java -Dspring.profiles.active=mysql -Dloader.path=./libs -D"spring.datasource.url=jdbc:mysql://localhost:3306/saga?useSSL=false" -Dspring.datasource.username=xxxx -Dspring.datasource.password=xxxx -jar alpha-server-0.4.0-exec.jar
> 
> 
> ------------start up error message ------------
> 15:12:59.323 [main] INFO  org.apache.servicecomb.pack.alpha.server.AlphaApplication - The following profiles are active: mysql
> 2019-04-04 15:13:00.678  INFO 8328 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
> 2019-04-04 15:13:00.867  INFO 8328 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 168ms. Found 7 repository interfaces.
> 15:13:01.763 [main] INFO  org.springframework.cloud.context.scope.GenericScope - BeanFactory id=aca50879-d81b-337a-9511-e75e77dd8564
> 15:13:01.975 [main] INFO  org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$fd4cf6c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
> 15:13:02.247 [main] INFO  org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.apache.servicecomb.pack.omega.transaction.spring.TransactionAspectConfig' of type [org.apache.servicecomb.pack.omega.transaction.spring.TransactionAspectConfig$$EnhancerBySpringCGLIB$$782e0f4c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
> 15:13:02.273 [main] WARN  org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'compensableAnnotationProcessor' defined in class path resource [org/apache/servicecomb/pack/omega/transaction/spring/TransactionAspectConfig.class]: Unsatisfied dependency expressed through method 'compensableAnnotationProcessor' parameter 0; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'org.apache.servicecomb.pack.omega.context.OmegaContext' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {}
> 15:13:02.291 [main] INFO  org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener -
> 
> 
> Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
> 15:13:02.698 [main] ERROR org.springframework.boot.diagnostics.LoggingFailureAnalysisReporter -
> 
> 
> ***************************
> APPLICATION FAILED TO START
> ***************************
> 
> 
> Description:
> 
> 
> Parameter 0 of method compensableAnnotationProcessor in org.apache.servicecomb.pack.omega.transaction.spring.TransactionAspectConfig required a bean of type 'org.apache.servicecomb.pack.omega.context.OmegaContext' that could not be found.
> 
> 
> The following candidates were found but could not be injected:
>        - Bean method 'omegaContext' in 'OmegaSpringConfig' not loaded because @ConditionalOnProperty (alpha.cluster.address) did not find property 'alpha.cluster.address'
> 
> 
> 
> 
> Action:
> 
> 
> Consider revisiting the entries above or defining a bean of type 'org.apache.servicecomb.pack.omega.context.OmegaContext' in your configuration.
> 
> 
> 15:13:02.698 [main] ERROR org.springframework.boot.diagnostics.LoggingFailureAnalysisReporter -
> 
> 
> ***************************
> APPLICATION FAILED TO START
> ***************************
> 
> 
> Description:
> 
> 
> Parameter 0 of method compensableAnnotationProcessor in org.apache.servicecomb.pack.omega.transaction.spring.TransactionAspectConfig required a bean of type 'org.apache.servicecomb.pack.omega.context.OmegaContext' that could not be found.
> 
> 
> The following candidates were found but could not be injected:
>        - Bean method 'omegaContext' in 'OmegaSpringConfig' not loaded because @ConditionalOnProperty (alpha.cluster.address) did not find property 'alpha.cluster.address'
> 
> 
> 
> 
> Action:
> 
> 
> Consider revisiting the entries above or defining a bean of type 'org.apache.servicecomb.pack.omega.context.OmegaContext' in your configuration.
> 
> 
> 
> 
> 
> ------------------ 原始邮件 ------------------
> 发件人: "Mohammad Asif Siddiqui"<as...@apache.org>;
> 发送时间: 2019年4月3日(星期三) 下午5:50
> 收件人: "dev"<de...@servicecomb.apache.org>;
> 抄送: "vinaym"<vi...@huawei.com>; "krishna.m.kumar"<kr...@huawei.com>; 
> 主题: Re: [VOTE] Release Apache ServiceComb Pack version 0.4.0 (RC-02)
> 
> 
> 
> +1 binding
> 
> Checks Done:
> - Hashes and Signature is good
> - Archive matching the Git tag
> - LICENSE, NOTICE exist
> - ASF headers present in relevant files
> - mvn clean install
> 
> Regards
> Asif
> 
> On Wed, Apr 3, 2019 at 1:42 PM Willem Jiang <wi...@gmail.com> wrote:
> 
>> +1.
>> 
>> The git tag is right, and commits has the latest fix of issue we found
>> in last round release.
>> I verified the staging repo by running the demo test against it.
>> The release kits looks good to me.
>> 
>> Willem Jiang
>> 
>> Twitter: willemjiang
>> Weibo: 姜宁willem
>> 
>> On Tue, Apr 2, 2019 at 6:23 AM Mohammad Asif Siddiqui
>> <as...@apache.org> wrote:
>>> 
>>> Hi All,
>>> 
>>> This is a call for Vote to release Apache ServiceComb Pack version 0.4.0
>> (RC-02)
>>> 
>>> Release Candidate :
>> https://dist.apache.org/repos/dist/dev/servicecomb/servicecomb-pack/0.4.0/rc-02/
>>> 
>>> Staging Repository :
>> https://repository.apache.org/content/repositories/orgapacheservicecomb-1380
>>> 
>>> Release Tag :
>> https://github.com/apache/servicecomb-pack/releases/tag/0.4.0
>>> 
>>> Release CommitID : c2b1a6d603b0fb3d658a495da29d6f864995b538
>>> 
>>> Release Notes :
>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12321626&version=12344102
>>> 
>>> Keys to verify the Release Candidate :
>> https://dist.apache.org/repos/dist/dev/servicecomb/KEYS
>>> 
>>> Voting will start now ( Tuesday, 2nd April, 2019) and will remain open
>> for at-least 72 hours, Request all PMC members to give their vote.
>>> 
>>> [ ] +1 Release this package as 0.4.0
>>> [ ] +0 No Opinion
>>> [ ] -1 Do not release this package because....
>>> 
>>> On the behalf of ServiceComb Team
>>> Mohammad Asif Siddiqui

Thanks,
Zhang Lei.




回复: [VOTE] Release Apache ServiceComb Pack version 0.4.0 (RC-02)

Posted by bismy <bi...@qq.com>.
I am trying to run sage demos, but I got this error when start alpha. Any ideas?


My steps:
1. Download binary release, and copy mysql-connector-java-8.0.12.jar to libs folder. And mysql is stared. 
2. running 
    java -Dspring.profiles.active=mysql -Dloader.path=./libs -D"spring.datasource.url=jdbc:mysql://localhost:3306/saga?useSSL=false" -Dspring.datasource.username=xxxx -Dspring.datasource.password=xxxx -jar alpha-server-0.4.0-exec.jar


------------start up error message ------------
15:12:59.323 [main] INFO  org.apache.servicecomb.pack.alpha.server.AlphaApplication - The following profiles are active: mysql
2019-04-04 15:13:00.678  INFO 8328 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
2019-04-04 15:13:00.867  INFO 8328 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 168ms. Found 7 repository interfaces.
15:13:01.763 [main] INFO  org.springframework.cloud.context.scope.GenericScope - BeanFactory id=aca50879-d81b-337a-9511-e75e77dd8564
15:13:01.975 [main] INFO  org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$fd4cf6c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
15:13:02.247 [main] INFO  org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.apache.servicecomb.pack.omega.transaction.spring.TransactionAspectConfig' of type [org.apache.servicecomb.pack.omega.transaction.spring.TransactionAspectConfig$$EnhancerBySpringCGLIB$$782e0f4c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
15:13:02.273 [main] WARN  org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'compensableAnnotationProcessor' defined in class path resource [org/apache/servicecomb/pack/omega/transaction/spring/TransactionAspectConfig.class]: Unsatisfied dependency expressed through method 'compensableAnnotationProcessor' parameter 0; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'org.apache.servicecomb.pack.omega.context.OmegaContext' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {}
15:13:02.291 [main] INFO  org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener -


Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
15:13:02.698 [main] ERROR org.springframework.boot.diagnostics.LoggingFailureAnalysisReporter -


***************************
APPLICATION FAILED TO START
***************************


Description:


Parameter 0 of method compensableAnnotationProcessor in org.apache.servicecomb.pack.omega.transaction.spring.TransactionAspectConfig required a bean of type 'org.apache.servicecomb.pack.omega.context.OmegaContext' that could not be found.


The following candidates were found but could not be injected:
        - Bean method 'omegaContext' in 'OmegaSpringConfig' not loaded because @ConditionalOnProperty (alpha.cluster.address) did not find property 'alpha.cluster.address'




Action:


Consider revisiting the entries above or defining a bean of type 'org.apache.servicecomb.pack.omega.context.OmegaContext' in your configuration.


15:13:02.698 [main] ERROR org.springframework.boot.diagnostics.LoggingFailureAnalysisReporter -


***************************
APPLICATION FAILED TO START
***************************


Description:


Parameter 0 of method compensableAnnotationProcessor in org.apache.servicecomb.pack.omega.transaction.spring.TransactionAspectConfig required a bean of type 'org.apache.servicecomb.pack.omega.context.OmegaContext' that could not be found.


The following candidates were found but could not be injected:
        - Bean method 'omegaContext' in 'OmegaSpringConfig' not loaded because @ConditionalOnProperty (alpha.cluster.address) did not find property 'alpha.cluster.address'




Action:


Consider revisiting the entries above or defining a bean of type 'org.apache.servicecomb.pack.omega.context.OmegaContext' in your configuration.





------------------ 原始邮件 ------------------
发件人: "Mohammad Asif Siddiqui"<as...@apache.org>;
发送时间: 2019年4月3日(星期三) 下午5:50
收件人: "dev"<de...@servicecomb.apache.org>;
抄送: "vinaym"<vi...@huawei.com>; "krishna.m.kumar"<kr...@huawei.com>; 
主题: Re: [VOTE] Release Apache ServiceComb Pack version 0.4.0 (RC-02)



+1 binding

Checks Done:
- Hashes and Signature is good
- Archive matching the Git tag
- LICENSE, NOTICE exist
- ASF headers present in relevant files
- mvn clean install

Regards
Asif

On Wed, Apr 3, 2019 at 1:42 PM Willem Jiang <wi...@gmail.com> wrote:

> +1.
>
> The git tag is right, and commits has the latest fix of issue we found
> in last round release.
> I verified the staging repo by running the demo test against it.
> The release kits looks good to me.
>
> Willem Jiang
>
> Twitter: willemjiang
> Weibo: 姜宁willem
>
> On Tue, Apr 2, 2019 at 6:23 AM Mohammad Asif Siddiqui
> <as...@apache.org> wrote:
> >
> > Hi All,
> >
> > This is a call for Vote to release Apache ServiceComb Pack version 0.4.0
> (RC-02)
> >
> > Release Candidate :
> https://dist.apache.org/repos/dist/dev/servicecomb/servicecomb-pack/0.4.0/rc-02/
> >
> > Staging Repository :
> https://repository.apache.org/content/repositories/orgapacheservicecomb-1380
> >
> > Release Tag :
> https://github.com/apache/servicecomb-pack/releases/tag/0.4.0
> >
> > Release CommitID : c2b1a6d603b0fb3d658a495da29d6f864995b538
> >
> > Release Notes :
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12321626&version=12344102
> >
> > Keys to verify the Release Candidate :
> https://dist.apache.org/repos/dist/dev/servicecomb/KEYS
> >
> > Voting will start now ( Tuesday, 2nd April, 2019) and will remain open
> for at-least 72 hours, Request all PMC members to give their vote.
> >
> > [ ] +1 Release this package as 0.4.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 Pack version 0.4.0 (RC-02)

Posted by Mohammad Asif Siddiqui <as...@apache.org>.
+1 binding

Checks Done:
- Hashes and Signature is good
- Archive matching the Git tag
- LICENSE, NOTICE exist
- ASF headers present in relevant files
- mvn clean install

Regards
Asif

On Wed, Apr 3, 2019 at 1:42 PM Willem Jiang <wi...@gmail.com> wrote:

> +1.
>
> The git tag is right, and commits has the latest fix of issue we found
> in last round release.
> I verified the staging repo by running the demo test against it.
> The release kits looks good to me.
>
> Willem Jiang
>
> Twitter: willemjiang
> Weibo: 姜宁willem
>
> On Tue, Apr 2, 2019 at 6:23 AM Mohammad Asif Siddiqui
> <as...@apache.org> wrote:
> >
> > Hi All,
> >
> > This is a call for Vote to release Apache ServiceComb Pack version 0.4.0
> (RC-02)
> >
> > Release Candidate :
> https://dist.apache.org/repos/dist/dev/servicecomb/servicecomb-pack/0.4.0/rc-02/
> >
> > Staging Repository :
> https://repository.apache.org/content/repositories/orgapacheservicecomb-1380
> >
> > Release Tag :
> https://github.com/apache/servicecomb-pack/releases/tag/0.4.0
> >
> > Release CommitID : c2b1a6d603b0fb3d658a495da29d6f864995b538
> >
> > Release Notes :
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12321626&version=12344102
> >
> > Keys to verify the Release Candidate :
> https://dist.apache.org/repos/dist/dev/servicecomb/KEYS
> >
> > Voting will start now ( Tuesday, 2nd April, 2019) and will remain open
> for at-least 72 hours, Request all PMC members to give their vote.
> >
> > [ ] +1 Release this package as 0.4.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 Pack version 0.4.0 (RC-02)

Posted by Willem Jiang <wi...@gmail.com>.
+1.

The git tag is right, and commits has the latest fix of issue we found
in last round release.
I verified the staging repo by running the demo test against it.
The release kits looks good to me.

Willem Jiang

Twitter: willemjiang
Weibo: 姜宁willem

On Tue, Apr 2, 2019 at 6:23 AM Mohammad Asif Siddiqui
<as...@apache.org> wrote:
>
> Hi All,
>
> This is a call for Vote to release Apache ServiceComb Pack version 0.4.0 (RC-02)
>
> Release Candidate : https://dist.apache.org/repos/dist/dev/servicecomb/servicecomb-pack/0.4.0/rc-02/
>
> Staging Repository : https://repository.apache.org/content/repositories/orgapacheservicecomb-1380
>
> Release Tag : https://github.com/apache/servicecomb-pack/releases/tag/0.4.0
>
> Release CommitID : c2b1a6d603b0fb3d658a495da29d6f864995b538
>
> Release Notes : https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12321626&version=12344102
>
> Keys to verify the Release Candidate : https://dist.apache.org/repos/dist/dev/servicecomb/KEYS
>
> Voting will start now ( Tuesday, 2nd April, 2019) and will remain open for at-least 72 hours, Request all PMC members to give their vote.
>
> [ ] +1 Release this package as 0.4.0
> [ ] +0 No Opinion
> [ ] -1 Do not release this package because....
>
> On the behalf of ServiceComb Team
> Mohammad Asif Siddiqui

回复: [VOTE] Release Apache ServiceComb Pack version 0.4.0 (RC-02)

Posted by Sure <su...@qq.com>.
+1




------------------ 原始邮件 ------------------
发件人: "zzzwjm"<zz...@gmail.com>;
发送时间: 2019年4月2日(星期二) 下午3:48
收件人: "dev"<de...@servicecomb.apache.org>;

主题: Re: [VOTE] Release Apache ServiceComb Pack version 0.4.0 (RC-02)



+1

checked release notes.

Zheng Feng <zh...@gmail.com> 于2019年4月2日周二 下午2:13写道:

> +1 Release this package as 0.4.0
>
> I checked
> * The release tag is OK
> * The release candidate can be download and the signature is OK
> * Building and running the tests of the source codes is OK
> * Release notes is OK
>
>
>
> Mohammad Asif Siddiqui <as...@apache.org> 于2019年4月2日周二 上午6:23写道:
>
> > Hi All,
> >
> > This is a call for Vote to release Apache ServiceComb Pack version 0.4.0
> > (RC-02)
> >
> > Release Candidate :
> >
> https://dist.apache.org/repos/dist/dev/servicecomb/servicecomb-pack/0.4.0/rc-02/
> >
> > Staging Repository :
> >
> https://repository.apache.org/content/repositories/orgapacheservicecomb-1380
> >
> > Release Tag :
> > https://github.com/apache/servicecomb-pack/releases/tag/0.4.0
> >
> > Release CommitID : c2b1a6d603b0fb3d658a495da29d6f864995b538
> >
> > Release Notes :
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12321626&version=12344102
> >
> >
> > Keys to verify the Release Candidate :
> > https://dist.apache.org/repos/dist/dev/servicecomb/KEYS
> >
> > Voting will start now ( Tuesday, 2nd April, 2019) and will remain open
> for
> > at-least 72 hours, Request all PMC members to give their vote.
> >
> > [ ] +1 Release this package as 0.4.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 Pack version 0.4.0 (RC-02)

Posted by wjm wjm <zz...@gmail.com>.
+1

checked release notes.

Zheng Feng <zh...@gmail.com> 于2019年4月2日周二 下午2:13写道:

> +1 Release this package as 0.4.0
>
> I checked
> * The release tag is OK
> * The release candidate can be download and the signature is OK
> * Building and running the tests of the source codes is OK
> * Release notes is OK
>
>
>
> Mohammad Asif Siddiqui <as...@apache.org> 于2019年4月2日周二 上午6:23写道:
>
> > Hi All,
> >
> > This is a call for Vote to release Apache ServiceComb Pack version 0.4.0
> > (RC-02)
> >
> > Release Candidate :
> >
> https://dist.apache.org/repos/dist/dev/servicecomb/servicecomb-pack/0.4.0/rc-02/
> >
> > Staging Repository :
> >
> https://repository.apache.org/content/repositories/orgapacheservicecomb-1380
> >
> > Release Tag :
> > https://github.com/apache/servicecomb-pack/releases/tag/0.4.0
> >
> > Release CommitID : c2b1a6d603b0fb3d658a495da29d6f864995b538
> >
> > Release Notes :
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12321626&version=12344102
> >
> >
> > Keys to verify the Release Candidate :
> > https://dist.apache.org/repos/dist/dev/servicecomb/KEYS
> >
> > Voting will start now ( Tuesday, 2nd April, 2019) and will remain open
> for
> > at-least 72 hours, Request all PMC members to give their vote.
> >
> > [ ] +1 Release this package as 0.4.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 Pack version 0.4.0 (RC-02)

Posted by Zheng Feng <zh...@gmail.com>.
+1 Release this package as 0.4.0

I checked
* The release tag is OK
* The release candidate can be download and the signature is OK
* Building and running the tests of the source codes is OK
* Release notes is OK



Mohammad Asif Siddiqui <as...@apache.org> 于2019年4月2日周二 上午6:23写道:

> Hi All,
>
> This is a call for Vote to release Apache ServiceComb Pack version 0.4.0
> (RC-02)
>
> Release Candidate :
> https://dist.apache.org/repos/dist/dev/servicecomb/servicecomb-pack/0.4.0/rc-02/
>
> Staging Repository :
> https://repository.apache.org/content/repositories/orgapacheservicecomb-1380
>
> Release Tag :
> https://github.com/apache/servicecomb-pack/releases/tag/0.4.0
>
> Release CommitID : c2b1a6d603b0fb3d658a495da29d6f864995b538
>
> Release Notes :
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12321626&version=12344102
>
>
> Keys to verify the Release Candidate :
> https://dist.apache.org/repos/dist/dev/servicecomb/KEYS
>
> Voting will start now ( Tuesday, 2nd April, 2019) and will remain open for
> at-least 72 hours, Request all PMC members to give their vote.
>
> [ ] +1 Release this package as 0.4.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 Pack version 0.4.0 (RC-02)

Posted by zh...@boco.com.cn.
+1 (no-binding)

alpha cluster PASS
alpha random port PASS
alpha register to consul PASS


Zhang Lei.



> 在 2019年4月2日,上午6:23,Mohammad Asif Siddiqui <as...@apache.org> 写道:
> 
> Hi All,  
> 
> This is a call for Vote to release Apache ServiceComb Pack version 0.4.0 (RC-02)  
> 
> Release Candidate : https://dist.apache.org/repos/dist/dev/servicecomb/servicecomb-pack/0.4.0/rc-02/ 
> 
> Staging Repository : https://repository.apache.org/content/repositories/orgapacheservicecomb-1380 
> 
> Release Tag : https://github.com/apache/servicecomb-pack/releases/tag/0.4.0  
> 
> Release CommitID : c2b1a6d603b0fb3d658a495da29d6f864995b538  
> 
> Release Notes : https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12321626&version=12344102  
> 
> Keys to verify the Release Candidate : https://dist.apache.org/repos/dist/dev/servicecomb/KEYS  
> 
> Voting will start now ( Tuesday, 2nd April, 2019) and will remain open for at-least 72 hours, Request all PMC members to give their vote.  
> 
> [ ] +1 Release this package as 0.4.0  
> [ ] +0 No Opinion  
> [ ] -1 Do not release this package because....  
> 
> On the behalf of ServiceComb Team  
> Mohammad Asif Siddiqui