Re: Add a Redis ConfigCenter module

2020-08-23 Thread Mercy Ma
Yes, do you want to contribute to it?

Kind regards,
Mercy Ma

On Sun, Aug 23, 2020 at 12:44 AM wts  wrote:

> Hi community,
> I think redis can be used as config center, and we can add a redis
> config center module. Is this a good idea ?



-- 

*Mercy Ma*
GMail:mercybl...@gmail.com
Yahoo: mercy.bl...@yahoo.com
Wetchat: mercyblitz-1985
Twitter : @mercyblitz <http://twitter.com/mercyblitz>
Blog: https://mercyblitz.github.io/


[Announce] Dubbo Spring Boot 2.7.8 released

2020-08-10 Thread Mercy Ma
Hello Dubbo Community,

I am glad to announce that Dubbo Spring Boot 2.7.8 was released.

You can check detailed release notes here:
https://github.com/apache/dubbo-spring-boot-project/releases/tag/2.7.8

If you have any questions using this version, please send mail to here or
report the issue
 on Github.

Best regards,
Dubbo Team


Re: [VOTE] Release Apache Dubbo Spring Boot 2.7.8 RC1

2020-08-07 Thread Mercy Ma
Hello Dubbo Community,

The release vote finished, We’ve received

+1 binding, YunKun Huang
+1 binding, Mercy Ma
+1 binding, Jun Liu

The vote and result thread:
https://lists.apache.org/thread.html/rccb616fd0287f602418e6ba5faeb5c1f3ec2d9ebce2c2ace3aff3de9%40%3Cdev.dubbo.apache.org%3E
The vote passed. I am working on the further release process, thanks.

Best regards,
The Apache Dubbo Team

On Thu, Aug 6, 2020 at 11:50 PM Jun Liu  wrote:

> +1 binding
>
> I checked:
>  - Signatures and Hashes are good
>  - LICENSE and NOTICE exist
>  - UTs passed on my Mac with jdk 1.8
>
> Jun
>
> > On Aug 3, 2020, at 11:26 AM, Mercy Ma  wrote:
> >
> > Hello Dubbo Community,
> >
> > This is a call for a vote to release Apache Dubbo Spring Boot version
> 2.7.8.
> >
> > The release candidates:
> > https://dist.apache.org/repos/dist/dev/dubbo/dubbo-spring-boot/2.7.8/
> >
> > Git tag for the release:
> > https://github.com/apache/dubbo-spring-boot-project/releases/tag/2.7.8/
> >
> > Hash for the release tag:
> > 0da9e9738c4d778efbdc4f7ac31f0eeb65ab1ccc
> >
> > Release Notes:
> > https://github.com/apache/dubbo-spring-boot-project/releases/tag/2.7.8/
> >
> > The artifacts have been signed with Key: DA68B4F5, which can be found in
> > the keys file:
> > https://dist.apache.org/repos/dist/dev/dubbo/KEYS
> >
> > The vote will be open for at least 72 hours or until the necessary
> number of
> > votes are reached.
> >
> > Please vote accordingly:
> >
> > [ ] +1 approve
> > [ ] +0 no opinion
> > [ ] -1 disapprove with the reason
> >
> > Thanks,
> > The Apache Dubbo Team
>
>

-- 

*Mercy Ma*
GMail:mercybl...@gmail.com
Yahoo: mercy.bl...@yahoo.com
Wetchat: mercyblitz-1985
Twitter : @mercyblitz <http://twitter.com/mercyblitz>
Blog: https://mercyblitz.github.io/


Re: [VOTE] Release Apache Dubbo Spring Boot 2.7.8 RC1

2020-08-05 Thread Mercy Ma
+1 (binding)  approve

I checked:
  - Signatures and hashes are good
  - LICENSE and NOTICE exist and contents are good
  - All files no binary
  - All unit tests can be passed

Kind regards,
Mercy Ma

On Mon, Aug 3, 2020 at 11:26 AM Mercy Ma  wrote:

> Hello Dubbo Community,
>
> This is a call for a vote to release Apache Dubbo Spring Boot version
> 2.7.8.
>
> The release candidates:
> https://dist.apache.org/repos/dist/dev/dubbo/dubbo-spring-boot/2.7.8/
>
> Git tag for the release:
> https://github.com/apache/dubbo-spring-boot-project/releases/tag/2.7.8/
>
> Hash for the release tag:
> 0da9e9738c4d778efbdc4f7ac31f0eeb65ab1ccc
>
> Release Notes:
> https://github.com/apache/dubbo-spring-boot-project/releases/tag/2.7.8/
>
> The artifacts have been signed with Key: DA68B4F5, which can be found in
> the keys file:
> https://dist.apache.org/repos/dist/dev/dubbo/KEYS
>
> The vote will be open for at least 72 hours or until the necessary number
> of
> votes are reached.
>
> Please vote accordingly:
>
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove with the reason
>
> Thanks,
> The Apache Dubbo Team
>


[VOTE] Release Apache Dubbo Spring Boot 2.7.8 RC1

2020-08-02 Thread Mercy Ma
Hello Dubbo Community,

This is a call for a vote to release Apache Dubbo Spring Boot version 2.7.8.

The release candidates:
https://dist.apache.org/repos/dist/dev/dubbo/dubbo-spring-boot/2.7.8/

Git tag for the release:
https://github.com/apache/dubbo-spring-boot-project/releases/tag/2.7.8/

Hash for the release tag:
0da9e9738c4d778efbdc4f7ac31f0eeb65ab1ccc

Release Notes:
https://github.com/apache/dubbo-spring-boot-project/releases/tag/2.7.8/

The artifacts have been signed with Key: DA68B4F5, which can be found in
the keys file:
https://dist.apache.org/repos/dist/dev/dubbo/KEYS

The vote will be open for at least 72 hours or until the necessary number of
votes are reached.

Please vote accordingly:

[ ] +1 approve
[ ] +0 no opinion
[ ] -1 disapprove with the reason

Thanks,
The Apache Dubbo Team


Re: nacos 是否考虑通过非界面形式管理配置

2020-08-02 Thread Mercy Ma
可以参考一下  Nacos 的 OpenAPI

https://nacos.io/en-us/docs/open-api.html

On Thu, Jul 30, 2020 at 10:38 AM Yajun  wrote:

> Dear all,
>
>
> 当前 nacos 管理配置主要是通过在浏览器图形界面进行操作, 这在需要管理的配置量小的时候没问题,
> 但在配置量大的时候再通过这种手工界面管理就有些困难了。
> 是否有考虑过引入类似 spring config 的模式,通过 git 进行配置文件的管理?   通过 git
> 管理的好处,是可以非常方便的查看每次的变化、操作者、变化时间等信息, 方便进行审计、回退、比对等操作。
>
>
> 个人认为,未来配置的管理肯定也是文件化、代码化、版本化, 建议nacos 也能往这个方面考虑一些。 也希望能考虑增加修改配置的 api
> 接口,方便用户使用。
>
>
>
>
>
>
>
> --
>
> Regards,
> Junstin



-- 

*Mercy Ma*
GMail:mercybl...@gmail.com
Yahoo: mercy.bl...@yahoo.com
Wetchat: mercyblitz-1985
Twitter : @mercyblitz <http://twitter.com/mercyblitz>
Blog: https://mercyblitz.github.io/


Re: [VOTE] Release Apache Dubbo 2.7.8 RC1

2020-07-23 Thread Mercy Ma
Hello Dubbo Community,

The release vote finished, We’ve received

+1 binding, Justin
+1 binding, Ian Luo
+1 binding, Mercy Ma

The vote and result thread:
https://lists.apache.org/thread.html/rfab7af496285e295c78c4d4294d6e234eee99b1a7593b8737abc04fd%40%3Cdev.dubbo.apache.org%3E
The vote passed. I am working on the further release process, thanks.

Best regards,
The Apache Dubbo Team

On Thu, Jul 23, 2020 at 1:57 PM Mercy Ma  wrote:

> +1 (binding)  approve
>
> I checked:
>   - Signatures and hashes are good
>   - LICENSE and NOTICE exist and contents are good
>   - All files no binary
>   - All unit tests can be passed
>
> Kind regards,
> Mercy Ma
>
> On Mon, Jul 20, 2020 at 11:20 AM Mercy Ma  wrote:
>
>> Hello Dubbo Community,
>>
>> This is a call for a vote to release Apache Dubbo version 2.7.8.
>>
>> The release candidates:
>> https://dist.apache.org/repos/dist/dev/dubbo/dubbo/2.7.8/
>>
>> Git tag for the release:
>> https://github.com/apache/dubbo/releases/tag/dubbo-2.7.8
>>
>> Hash for the release tag:
>> ed9cb9550c96b8878a83b902f6a605f5e4a94ef6
>>
>> Release Notes:
>> https://github.com/apache/dubbo/releases/tag/dubbo-2.7.8
>>
>> The artifacts have been signed with Key: DA68B4F5, which can be found in
>> the keys file:
>> https://dist.apache.org/repos/dist/dev/dubbo/KEYS
>>
>> The vote will be open for at least 72 hours or until the necessary number
>> of
>> votes are reached.
>>
>> Please vote accordingly:
>>
>> [ ] +1 approve
>> [ ] +0 no opinion
>> [ ] -1 disapprove with the reason
>>
>> Thanks,
>> The Apache Dubbo Team
>>
>


Re: [VOTE] Release Apache Dubbo 2.6.9 RC1

2020-07-23 Thread Mercy Ma
+1 (binding),

 checked:
  - Signatures and hashes are good
  - LICENSE and NOTICE exist and contents are good
  - All files no binary
  - The source can be compiled, however, one test case is failed, it should
be fixed in the next release:

 > Results :
>  Tests in error:
>  SerialDetectorTest.testBlacklisted:32 » NullPointer

Kind regards,
Mercy Ma

On Fri, Jul 17, 2020 at 2:15 PM Jun Liu  wrote:

> Hello Dubbo Community,
>
> This is a call for vote to release Apache Dubbo version 2.6.9.
>
> The release candidates:
> https://dist.apache.org/repos/dist/dev/dubbo/dubbo/2.6.9/
>
> Git tag for the release:
> https://github.com/apache/dubbo/releases/tag/dubbo-2.6.9
>
> Hash for the release tag:
> d895bf15d0dda6a69c552c6b06d5e452692bef53
>
> Release Notes:
> https://github.com/apache/dubbo/releases/tag/dubbo-2.6.9
>
> The artifacts have been signed with Key: 28681CB1, which can be found in
> the keys file:
> https://dist.apache.org/repos/dist/dev/dubbo/KEYS
>
> The vote will be open for at least 72 hours or until necessary number of
> votes are reached.
>
> Please vote accordingly:
>
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove with the reason
>
> Thanks,
> The Apache Dubbo Team
>
>

-- 

*Mercy Ma*
GMail:mercybl...@gmail.com
Yahoo: mercy.bl...@yahoo.com
Wetchat: mercyblitz-1985
Twitter : @mercyblitz <http://twitter.com/mercyblitz>
Blog: https://mercyblitz.github.io/


[VOTE] Release Apache Dubbo 2.7.8 RC1

2020-07-19 Thread Mercy Ma
Hello Dubbo Community,

This is a call for a vote to release Apache Dubbo version 2.7.8.

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

Git tag for the release:
https://github.com/apache/dubbo/releases/tag/dubbo-2.7.8

Hash for the release tag:
ed9cb9550c96b8878a83b902f6a605f5e4a94ef6

Release Notes:
https://github.com/apache/dubbo/releases/tag/dubbo-2.7.8

The artifacts have been signed with Key: DA68B4F5, which can be found in
the keys file:
https://dist.apache.org/repos/dist/dev/dubbo/KEYS

The vote will be open for at least 72 hours or until the necessary number of
votes are reached.

Please vote accordingly:

[ ] +1 approve
[ ] +0 no opinion
[ ] -1 disapprove with the reason

Thanks,
The Apache Dubbo Team


Re: [VOTE] Release Apache Dubbo-Hessian-Lite 3.2.8 RC1

2020-06-30 Thread Mercy Ma
+1 approve

I checked:
  - Signatures and hashes are good
  - LICENSE and NOTICE exist and contents are good
  - All files no binary
  - All unit tests can be passed

Kind regards,
Mercy Ma

On Mon, Jun 29, 2020 at 6:34 PM Jun Liu  wrote:

> Hello Dubbo Community,
>
> This is a call for a vote to release Apache Dubbo-hessian-lite version
> 3.2.8
>
> The release candidates:
> https://dist.apache.org/repos/dist/dev/dubbo/dubbo-hessian-lite/
>
> Git tag for the release:
> https://github.com/apache/dubbo-hessian-lite/tree/v3.2.8
>
> The hash for the release tag:
> ae090564e1f0ee759c7253c66266f838d57640c8
>
> Release Notes:
> https://github.com/apache/dubbo-hessian-lite/releases/tag/V3.2.8
>
> The artifacts have been signed with Key: 28681CB1, which can be found in
> the KEYS file:
> https://dist.apache.org/repos/dist/dev/dubbo/KEYS
>
> The vote will be open for at least 72 hours or until the necessary number
> of
> votes are reached.
>
> Please vote accordingly:
>
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove with the reason
>
> Thanks,
> The Apache Dubbo Team
>
>

-- 

*Mercy Ma*
GMail:mercybl...@gmail.com
Yahoo: mercy.bl...@yahoo.com
Wetchat: mercyblitz-1985
Twitter : @mercyblitz <http://twitter.com/mercyblitz>
Blog: https://mercyblitz.github.io/


Re: [VOTE]: Release Apache Dubbo Spring Boot 2.7.7 [RC1]

2020-06-02 Thread Mercy Ma
Hello Dubbo Community,

The release vote finished, We’ve received

+1 binding, Mercy Ma
+1 binding, Jun Liu
+1 binding, Victory Cao
-1 binding, Ian Luo

The vote and result thread:
https://lists.apache.org/thread.html/rbaa76dd98904dbb46b305db87e6c86f10a2b55163ed8f61c6d84e0ba%40%3Cdev.dubbo.apache.org%3E
The vote passed. I am working on the further release process, thanks.

PS: The issue about "Copyright 2018-2019" will be fixed in the next release.

Best regards,
The Apache Dubbo Team


On Tue, Jun 2, 2020 at 2:37 PM Ian Luo  wrote:

> Everything looks good except for the "Copyright 2018-2019 The Apache
> Software Foundation" in NOTICE file. I suggest we should fix it in this
> release.
>
> -1 binding.
>
> -Ian.
>
>
> On Fri, May 29, 2020 at 3:01 PM Mercy Ma  wrote:
>
> > Hi, All
> >
> > This is a call for a vote to release Apache Dubbo Spring Boot version
> > 2.7.7.
> >
> > The release candidates (there will be only source release in this
> version):
> > https://dist.apache.org/repos/dist/dev/dubbo/dubbo-spring-boot/2.7.7/ <
> > https://dist.apache.org/repos/dist/dev/dubbo/dubbo-spring-boot/2.7.7/>
> >
> > Git tag for the release:
> > https://github.com/apache/dubbo-spring-boot-project/tree/2.7.7 <
> > https://github.com/apache/dubbo-spring-boot-project/tree/2.7.7>
> >
> > Hash for the release tag:
> > 2dc6e372b921019d40be713152f76c14b81bfdb8
> >
> > Release Notes:
> > https://github.com/apache/dubbo-spring-boot-project/releases/tag/2.7.7 <
> > https://github.com/apache/dubbo-spring-boot-project/releases/tag/2.7.7>
> >
> > The artifacts have been signed with Key: 28681CB1, which can be
> > found in the keys file:
> > https://dist.apache.org/repos/dist/dev/dubbo/KEYS <
> > https://dist.apache.org/repos/dist/dev/dubbo/KEYS>
> >
> > The vote will be open for at least 72 hours or until the necessary number
> > of
> > votes are reached.
> >
> > Please vote accordingly:
> >
> > [ ] +1 approve
> > [ ] +0 no opinion
> > [ ] -1 disapprove with the reason
> >
> > Thanks,
> > The Apache Dubbo Team
> >
>


-- 

*Mercy Ma*
GMail:mercybl...@gmail.com
Yahoo: mercy.bl...@yahoo.com
Wetchat: mercyblitz-1985
Twitter : @mercyblitz <http://twitter.com/mercyblitz>
Blog: https://mercyblitz.github.io/


[VOTE]: Release Apache Dubbo Spring Boot 2.7.7 [RC1]

2020-05-29 Thread Mercy Ma
Hi, All

This is a call for a vote to release Apache Dubbo Spring Boot version 2.7.7.

The release candidates (there will be only source release in this version):
https://dist.apache.org/repos/dist/dev/dubbo/dubbo-spring-boot/2.7.7/ <
https://dist.apache.org/repos/dist/dev/dubbo/dubbo-spring-boot/2.7.7/>

Git tag for the release:
https://github.com/apache/dubbo-spring-boot-project/tree/2.7.7 <
https://github.com/apache/dubbo-spring-boot-project/tree/2.7.7>

Hash for the release tag:
2dc6e372b921019d40be713152f76c14b81bfdb8

Release Notes:
https://github.com/apache/dubbo-spring-boot-project/releases/tag/2.7.7 <
https://github.com/apache/dubbo-spring-boot-project/releases/tag/2.7.7>

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

The vote will be open for at least 72 hours or until the necessary number of
votes are reached.

Please vote accordingly:

[ ] +1 approve
[ ] +0 no opinion
[ ] -1 disapprove with the reason

Thanks,
The Apache Dubbo Team


Re: [VOTE] Release Apache Dubbo 2.7.7

2020-05-15 Thread Mercy Ma
+1 (binding)

I checked:
  - Signatures and hashes are good
  - LICENSE and NOTICE exist and contents are good
  - All files no binary
  - All unit tests can be passed
  - All samples work in the dubbo-samples project

Kind regards,
Mercy Ma

On Fri, May 15, 2020 at 5:16 PM hengyunabc chen 
wrote:

> Updated, please check again.
>
> YunKun Huang  于2020年5月14日周四 下午4:30写道:
>
> > hey,
> >
> > I can't find release note in the link. could you have a double check?
> >
> > On Tue, May 12, 2020 at 5:09 PM Hengyunabc Chen 
> > wrote:
> >
> > > Hello Dubbo Community,
> > >
> > > This is a call for vote to release Apache Dubbo version 2.7.7.
> > >
> > > The release candidates:
> > > https://dist.apache.org/repos/dist/dev/dubbo/dubbo/2.7.7/
> > >
> > > The staging repo:
> > >
> https://repository.apache.org/content/repositories/orgapachedubbo-1118/
> > >
> > > Git tag for the release:
> > > https://github.com/apache/dubbo/releases/tag/dubbo-2.7.7
> > >
> > > Hash for the release tag:
> > > 96de4d9edaa15432e1f67b2d62dab8da9bfb96a1
> > >
> > > Release Notes:
> > > https://github.com/apache/dubbo/releases/tag/dubbo-2.7.7
> > >
> > > The artifacts have been signed with Key : 908A54D9, which can be found
> in
> > > the keys file:
> > > https://dist.apache.org/repos/dist/dev/dubbo/KEYS
> > >
> > > The vote will be open for at least 72 hours or until necessary number
> of
> > > votes are reached.
> > >
> > > Please vote accordingly:
> > >
> > > [ ] +1 approve
> > > [ ] +0 no opinion
> > > [ ] -1 disapprove with the reason
> > >
> > > Thanks,
> > > The Apache Dubbo Team
> > >
> >
>


-- 

*Mercy Ma*
GMail:mercybl...@gmail.com
Yahoo: mercy.bl...@yahoo.com
Wetchat: mercyblitz-1985
Twitter : @mercyblitz <http://twitter.com/mercyblitz>
Blog: https://mercyblitz.github.io/


[Announce] Dubbo Spring Boot 2.7.6 released

2020-04-06 Thread Mercy Ma
Hello Dubbo Community,

I am glad to announce that Dubbo Spring Boot 2.7.6 was released.

You can check detailed release notes here:
https://github.com/apache/dubbo-spring-boot-project/releases/tag/2.7.6

If you have any questions using this version, please send mail to here or
report the issue
 on Github.

Best regards,
Dubbo Team


Re: [VOTE]: Release Apache Dubbo Spring Boot 2.7.6 [RC1]

2020-04-04 Thread Mercy Ma
Hello Dubbo Community,

The release vote finished, We’ve received

+1 non-binding, wts
+1 binding, Kimm King
+1 binding, Victory Cao
+1 binding, Mercy Ma

The vote and result thread:
https://lists.apache.org/thread.html/r1999fa30dadd169c0fcbb3c56634877a2ee87cfe6ed8c6145480ef83%40%3Cdev.dubbo.apache.org%3E
The vote passed. I am working on the further release process, thanks.

Best regards,
The Apache Dubbo Team

On Fri, Apr 3, 2020 at 8:07 PM Mercy Ma  wrote:

> +1 (binding)
>
> I checked:
>   - Signatures and hashes are good
>   - LICENSE and NOTICE exist and contents are good
>   - All files no binary
>   - All unit tests can be passed
>   - All samples work
>
> Kind regards,
> Mercy Ma
>
> On Wed, Apr 1, 2020 at 11:56 PM Mercy Ma  wrote:
>
>> Hi, All
>>
>> This is a call for a vote to release Apache Dubbo Spring Boot version
>> 2.7.6.
>>
>> The release candidates (there will be only source release in this
>> version):
>> https://dist.apache.org/repos/dist/dev/dubbo/dubbo-spring-boot/2.7.6/ <
>> https://dist.apache.org/repos/dist/dev/dubbo/dubbo-spring-boot/2.7.6/>
>>
>> Git tag for the release:
>> https://github.com/apache/dubbo-spring-boot-project/tree/2.7.6 <
>> https://github.com/apache/dubbo-spring-boot-project/tree/2.7.6>
>>
>> Hash for the release tag:
>> 38289415d4103a75292ae264fd12d367b27263dc
>>
>> Release Notes:
>> https://github.com/apache/dubbo-spring-boot-project/releases/tag/2.7.6 <
>> https://github.com/apache/dubbo-spring-boot-project/releases/tag/2.7.6>
>>
>> The artifacts have been signed with Key: 28681CB1, which can be
>> found in the keys file:
>> https://dist.apache.org/repos/dist/dev/dubbo/KEYS <
>> https://dist.apache.org/repos/dist/dev/dubbo/KEYS>
>>
>> The vote will be open for at least 72 hours or until the necessary number
>> of
>> votes are reached.
>>
>> Please vote accordingly:
>>
>> [ ] +1 approve
>> [ ] +0 no opinion
>> [ ] -1 disapprove with the reason
>>
>> Thanks,
>> The Apache Dubbo Team
>>
>


Re: [VOTE]: Release Apache Dubbo Spring Boot 2.7.6 [RC1]

2020-04-03 Thread Mercy Ma
+1 (binding)

I checked:
  - Signatures and hashes are good
  - LICENSE and NOTICE exist and contents are good
  - All files no binary
  - All unit tests can be passed
  - All samples work

Kind regards,
Mercy Ma

On Wed, Apr 1, 2020 at 11:56 PM Mercy Ma  wrote:

> Hi, All
>
> This is a call for a vote to release Apache Dubbo Spring Boot version
> 2.7.6.
>
> The release candidates (there will be only source release in this version):
> https://dist.apache.org/repos/dist/dev/dubbo/dubbo-spring-boot/2.7.6/ <
> https://dist.apache.org/repos/dist/dev/dubbo/dubbo-spring-boot/2.7.6/>
>
> Git tag for the release:
> https://github.com/apache/dubbo-spring-boot-project/tree/2.7.6 <
> https://github.com/apache/dubbo-spring-boot-project/tree/2.7.6>
>
> Hash for the release tag:
> 38289415d4103a75292ae264fd12d367b27263dc
>
> Release Notes:
> https://github.com/apache/dubbo-spring-boot-project/releases/tag/2.7.6 <
> https://github.com/apache/dubbo-spring-boot-project/releases/tag/2.7.6>
>
> The artifacts have been signed with Key: 28681CB1, which can be
> found in the keys file:
> https://dist.apache.org/repos/dist/dev/dubbo/KEYS <
> https://dist.apache.org/repos/dist/dev/dubbo/KEYS>
>
> The vote will be open for at least 72 hours or until the necessary number
> of
> votes are reached.
>
> Please vote accordingly:
>
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove with the reason
>
> Thanks,
> The Apache Dubbo Team
>


[VOTE]: Release Apache Dubbo Spring Boot 2.7.6 [RC1]

2020-04-01 Thread Mercy Ma
Hi, All

This is a call for a vote to release Apache Dubbo Spring Boot version 2.7.6.

The release candidates (there will be only source release in this version):
https://dist.apache.org/repos/dist/dev/dubbo/dubbo-spring-boot/2.7.6/ <
https://dist.apache.org/repos/dist/dev/dubbo/dubbo-spring-boot/2.7.6/>

Git tag for the release:
https://github.com/apache/dubbo-spring-boot-project/tree/2.7.6 <
https://github.com/apache/dubbo-spring-boot-project/tree/2.7.6>

Hash for the release tag:
38289415d4103a75292ae264fd12d367b27263dc

Release Notes:
https://github.com/apache/dubbo-spring-boot-project/releases/tag/2.7.6 <
https://github.com/apache/dubbo-spring-boot-project/releases/tag/2.7.6>

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

The vote will be open for at least 72 hours or until the necessary number of
votes are reached.

Please vote accordingly:

[ ] +1 approve
[ ] +0 no opinion
[ ] -1 disapprove with the reason

Thanks,
The Apache Dubbo Team


Re: [VOTE] Release Apache Dubbo-Hessian-Lite 3.2.7 RC3

2020-04-01 Thread Mercy Ma
+1 binding

 I checked:
- signatures and hashes fine
- no unexpected binary files
- build pass from the source code
- unit tests pass
- LICENSE and NOTICE exists

Kind regards,
Mercy

On Wed, Apr 1, 2020 at 4:14 PM victory  wrote:

> +1 binding
>
>  I checked:
> - signatures and hashes fine
> - no unexpected binary files
> - can compile from source
> - unit test success
> - LICENSE and NOTICE exists
>
>
> Best Regard!
> cvictory
>


-- 

*Mercy Ma*
GMail:mercybl...@gmail.com
Yahoo: mercy.bl...@yahoo.com
Wetchat: mercyblitz-1985
Twitter : @mercyblitz <http://twitter.com/mercyblitz>
Blog: https://mercyblitz.github.io/


Re: [VOTE] Release Apache Dubbo 2.7.6 RC3

2020-03-26 Thread Mercy Ma
+1 (binding)

I checked:
  - Signatures and hashes are good
  - LICENSE and NOTICE exist and contents are good
  - All files no binary
  - All unit tests can be passed
  - All samples work in the dubbo-samples project

Kind regards,
Mercy Ma

On Tue, Mar 24, 2020 at 8:33 PM Liujie Qin  wrote:

> Hello Dubbo Community,
>
> This is a call for vote to release Apache Dubbo version 2.7.6.
>
> The release candidates:
> https://dist.apache.org/repos/dist/dev/dubbo/dubbo/2.7.6/
>
> The staging repo:
> https://repository.apache.org/content/repositories/orgapachedubbo-1094
>
> Git tag for the release:
> https://github.com/apache/dubbo/tree/dubbo-2.7.6
>
> Hash for the release tag:
> af4cff2846bdfb9f105bf32b988616a4ed40a072
>
> Release Notes:
> https://github.com/apache/dubbo/releases/tag/dubbo-2.7.6
>
> The artifacts have been signed with Key : D8FFB831, which can be found in
> the keys file:
> https://dist.apache.org/repos/dist/dev/dubbo/KEYS
>
> The vote will be open for at least 72 hours or until necessary number of
> votes are reached.
>
> Please vote accordingly:
>
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove with the reason
>
> Thanks,
> The Apache Dubbo Team
>


-- 

*Mercy Ma*
GMail:mercybl...@gmail.com
Yahoo: mercy.bl...@yahoo.com
Wetchat: mercyblitz-1985
Twitter : @mercyblitz <http://twitter.com/mercyblitz>
Blog: https://mercyblitz.github.io/


Re: [VOTE] Release Apache Dubbo 2.7.6 RC2

2020-03-23 Thread Mercy Ma
Justin,

Sorry for that, those classes were written by me since 2.7.6 because
I make a mistake using the wrong template code with the different headers.
I have refactored those classes with the right license headers.

Kind regards,
Mercy

On Mon, Mar 23, 2020 at 11:58 AM Ian Luo  wrote:

> Justin,
>
> That may be the case but why does it have that copyright line? To me that
> > implies this files come from somewhere else, if that is the case we need
> to
> > know where they come form if if they were modified by the Dubbo team.
> >
>
> Very good question, we are trying to contact the original author for the
> same question.
>
> Thanks,
> -Ian.
>
>
> On Sat, Mar 21, 2020 at 8:15 AM Justin Mclean 
> wrote:
>
> > Hi,
> >
> > > It does have the different license header than others, but I think it
> is
> > > fine. Pls. let me know if it is a show stopper for the current release.
> >
> > See ASF header policy [1] ("note that there should be no copyright notice
> > in the header") and policy on 3rd party files [2].
> >
> > > These files are originally made by Dubbo team.
> >
> > That may be the case but why does it have that copyright line? To me that
> > implies this files come from somewhere else, if that is the case we need
> to
> > know where they come form if if they were modified by the Dubbo team.
> >
> > Thanks,
> > Justin
> >
> > 1. https://www.apache.org/legal/src-headers.html#headers
> > 2. https://www.apache.org/legal/src-headers.html#3party
>


-- 

*Mercy Ma*
GMail:mercybl...@gmail.com
Yahoo: mercy.bl...@yahoo.com
Wetchat: mercyblitz-1985
Twitter : @mercyblitz <http://twitter.com/mercyblitz>
Blog: https://mercyblitz.github.io/


Re: [VOTE] Release Apache Dubbo 2.6.8 RC3

2020-03-09 Thread Mercy Ma
+1 binding

I checked:
- signatures and hashes fine
- LICENSE and NOTICE OK
- no unexpected binary files
- source files have ASF headers
- can compile from source

Kind regards,
Mercy Ma

On Mon, Mar 9, 2020 at 3:17 PM Yuhao Bi  wrote:

> +1 (binding)
>
> I checked:
> - signature and hash are fine
> - LICENSE and NOTICE seems OK
> - no unexpected binary files
> - source files have ASF headers
> - can compile from source code
>
> The following UT case[1]  failed in my environment (OpenJDK 1.8.0_222
> CentOS7),
> but I think it will not block this release.
>
> 1.test_getMethodNames_ContainExtendsParentMethods()
>
> Thanks,
> Yuhao Bi
>
> Ian Luo  于2020年3月9日周一 上午11:00写道:
>
> > I checked the following items. I vote +1 (binding) to this release.
> >
> > [v]  Are release files in correct location?
> > [v] Are the digital signature and hashes correct?
> > [v] Do LICENSE and NOTICE files exists?
> > [v] Is the LICENSE and NOTICE text correct?
> > [v] Is the NOTICE year correct?
> > [x] Un-included software dependencies are not mentioned in LICENSE or
> > NOTICE?
> > [x] License information is not mentioned in NOTICE?
> > [x] Is there any 3rd party code contained inside the release? If so:
> >   [ ] Does the software have a compatible license?
> >   [ ] Are all software licenses mentioned in LICENSE?
> >   [ ] Is the full text of the licenses (or pointers to it) in LICENSE?
> >   Is any of this code Apache licensed? Do they have NOTICE files? If so:
> > [ ] Have relevant parts of those NOTICE files been added to this
> NOTICE
> > file?
> > [ ] Do all source files have ASF headers?
> > [v] Do the contents of the release match with what's tagged in version
> > control?
> > [x] Are there any unexpected binary files in the release?
> > [v] Can you compile from source? Are the instruction clear?
> >
> > I vote with:
> > [v] +1 release the software
> > [ ] +0 not sure if it should be released
> > [ ] -1 don’t release the software because..
> >
> > Regards,
> > -Ian.
> >
> >
> > On Mon, Mar 2, 2020 at 6:10 PM Jun Liu  wrote:
> >
> > > Hello Dubbo Community,
> > >
> > > This is a call for vote to release Apache Dubbo version 2.6.8.
> > >
> > > The release candidates:
> > > https://dist.apache.org/repos/dist/dev/dubbo/dubbo/2.6.8/
> > >
> > > Git tag for the release:
> > > https://github.com/apache/dubbo/tree/dubbo-2.6.8
> > >
> > > Hash for the release tag:
> > > 5a6a069986f3627f2d50720c50024df31a3dc38a
> > >
> > > Release Notes:
> > > Backport some changes from 2.7 to 2.6
> > >
> > > The artifacts have been signed with Key: 28681CB1, which can be
> > > found in the keys file:
> > > https://dist.apache.org/repos/dist/dev/dubbo/KEYS
> > >
> > > The vote will be open for at least 72 hours or until necessary number
> of
> > > votes are reached.
> > >
> > > Please vote accordingly:
> > >
> > > [ ] +1 approve
> > > [ ] +0 no opinion
> > > [ ] -1 disapprove with the reason
> > >
> > > Thanks,
> > > The Apache Dubbo Team
> > >
> >
>


-- 

*Mercy Ma*
GMail:mercybl...@gmail.com
Yahoo: mercy.bl...@yahoo.com
Wetchat: mercyblitz-1985
Twitter : @mercyblitz <http://twitter.com/mercyblitz>
Blog: https://mercyblitz.github.io/


[Announce] Dubbo Spring Boot 2.7.5 released

2020-01-02 Thread Mercy Ma
Hello Dubbo Community,

I am glad to announce that Dubbo Spring Boot 2.7.5 was released.

You can check detailed release notes here:
https://github.com/apache/dubbo-spring-boot-project/releases/tag/2.7.5

If you have any questions using this version, please send mail to here or
report the issue on Github
<https://github.com/apache/dubbo-spring-boot-project/issues>.

Best regards,
Mercy Ma


Re: [VOTE]: Release Apache Dubbo Spring Boot 2.7.5 [RC1]

2020-01-02 Thread Mercy Ma
Hello Dubbo Community,

The release vote finished, We’ve received

+1 binding, Justin Mclean
+1 binding, Mercy Ma
+1 binding, Jun Liu

The vote and result thread:
https://lists.apache.org/thread.html/0960a09dc5b3827ae28c19ec6c1bc9a75c8c1c0803453dac7460575f%40%3Cdev.dubbo.apache.org%3E
The vote passed. I am working on the further release process, thanks.

Best regards,
The Apache Dubbo Team

On Fri, Jan 3, 2020 at 11:14 AM Jun Liu  wrote:

> +1 binding,
>
> I checked:
> - signatures and hashes are good
> - LICENSE and NOTICE exits
> - unit tests can pass (jdk 1.8 + OSX)
> - can run with a basic Dubbo sample
>
> For issues pointed by Justin, I've filed Github issues to track:
> https://github.com/apache/dubbo-spring-boot-project/issues/647
> https://github.com/apache/dubbo-spring-boot-project/issues/648
>
> Jun
>
> > On Dec 31, 2019, at 11:22 AM, Mercy Ma  wrote:
> >
> > Hi, All
> >
> > This is a call for a vote to release Apache Dubbo Spring Boot version
> 2.7.5.
> >
> > The release candidates (there will be only source release in this
> version):
> > https://dist.apache.org/repos/dist/dev/dubbo/dubbo-spring-boot/2.7.5/ <
> > https://dist.apache.org/repos/dist/dev/dubbo/dubbo-spring-boot/2.7.5/>
> >
> > Git tag for the release:
> > https://github.com/apache/dubbo-spring-boot-project/tree/2.7.5 <
> > https://github.com/apache/dubbo-spring-boot-project/tree/2.7.5>
> >
> > Hash for the release tag:
> > ab6cd038a31890cef6677b3d853f5cf756e35ca0
> >
> > Release Notes:
> > https://github.com/apache/dubbo-spring-boot-project/releases/tag/2.7.5 <
> > https://github.com/apache/dubbo-spring-boot-project/releases/tag/2.7.5>
> >
> > The artifacts have been signed with Key: 28681CB1, which can be
> > found in the keys file:
> > https://dist.apache.org/repos/dist/dev/dubbo/KEYS <
> > https://dist.apache.org/repos/dist/dev/dubbo/KEYS>
> >
> > The vote will be open for at least 72 hours or until the necessary
> number of
> > votes are reached.
> >
> > Please vote accordingly:
> >
> > [ ] +1 approve
> > [ ] +0 no opinion
> > [ ] -1 disapprove with the reason
> >
> > Thanks,
> > The Apache Dubbo Team
>
>

-- 

*Mercy Ma*
GMail:mercybl...@gmail.com
Yahoo: mercy.bl...@yahoo.com
Wetchat: mercyblitz-1985
Twitter : @mercyblitz <http://twitter.com/mercyblitz>
Blog: https://mercyblitz.github.io/


Re: [VOTE]: Release Apache Dubbo Spring Boot 2.7.5 [RC1]

2020-01-02 Thread Mercy Ma
Hi,

+1 binding,

I checked:
- signatures and hashes fine
- LICENSE and NOTICE OK
- no unexpected binary files
- source files have ASF headers
- can compile from source

Kind regards,
Mercy Ma

On Tue, Dec 31, 2019 at 11:22 AM Mercy Ma  wrote:

> Hi, All
>
> This is a call for a vote to release Apache Dubbo Spring Boot version
> 2.7.5.
>
> The release candidates (there will be only source release in this version):
> https://dist.apache.org/repos/dist/dev/dubbo/dubbo-spring-boot/2.7.5/ <
> https://dist.apache.org/repos/dist/dev/dubbo/dubbo-spring-boot/2.7.5/>
>
> Git tag for the release:
> https://github.com/apache/dubbo-spring-boot-project/tree/2.7.5 <
> https://github.com/apache/dubbo-spring-boot-project/tree/2.7.5>
>
> Hash for the release tag:
> ab6cd038a31890cef6677b3d853f5cf756e35ca0
>
> Release Notes:
> https://github.com/apache/dubbo-spring-boot-project/releases/tag/2.7.5 <
> https://github.com/apache/dubbo-spring-boot-project/releases/tag/2.7.5>
>
> The artifacts have been signed with Key: 28681CB1, which can be
> found in the keys file:
> https://dist.apache.org/repos/dist/dev/dubbo/KEYS <
> https://dist.apache.org/repos/dist/dev/dubbo/KEYS>
>
> The vote will be open for at least 72 hours or until the necessary number
> of
> votes are reached.
>
> Please vote accordingly:
>
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove with the reason
>
> Thanks,
> The Apache Dubbo Team
>


Re: [VOTE]: Release Apache Dubbo Spring Boot 2.7.5 [RC1]

2020-01-02 Thread Mercy Ma
Thank you, those links will be removed in the next release.

Kind regards,
Mercy Ma

On Fri, Jan 3, 2020 at 8:04 AM Justin Mclean 
wrote:

> Hi,
>
> +1 but there’s an issue need to be fixed in the next release. All files
> are apache licensed so there no license issue per say.
>
> I checked:
> - signatures and hashes fine
> - LICENSE is missing one file [1]
> - NOTICE year need updating
> - This file seems to incorrectly have an ASF header [1] when it from
> another project.
> - No unexpected binary files
> - can compile from source
>
> Some of the documentation still refers to https://github.com/dubbo and
> https://github.com/mercyblitz this will need to change. This was brought
> up in a previous release when will this be fixed?
>
> Thanks,
> Justin
>
>
> 1.
> ./dubbo-spring-boot-samples/dubbo-registry-zookeeper-samples/provider-sample/src/main/java/org/apache/dubbo/spring/boot/demo/provider/bootstrap/EmbeddedZooKeeper.java
>
>

-- 

*Mercy Ma*
GMail:mercybl...@gmail.com
Yahoo: mercy.bl...@yahoo.com
Wetchat: mercyblitz-1985
Twitter : @mercyblitz <http://twitter.com/mercyblitz>
Blog: https://mercyblitz.github.io/


[VOTE]: Release Apache Dubbo Spring Boot 2.7.5 [RC1]

2019-12-30 Thread Mercy Ma
Hi, All

This is a call for a vote to release Apache Dubbo Spring Boot version 2.7.5.

The release candidates (there will be only source release in this version):
https://dist.apache.org/repos/dist/dev/dubbo/dubbo-spring-boot/2.7.5/ <
https://dist.apache.org/repos/dist/dev/dubbo/dubbo-spring-boot/2.7.5/>

Git tag for the release:
https://github.com/apache/dubbo-spring-boot-project/tree/2.7.5 <
https://github.com/apache/dubbo-spring-boot-project/tree/2.7.5>

Hash for the release tag:
ab6cd038a31890cef6677b3d853f5cf756e35ca0

Release Notes:
https://github.com/apache/dubbo-spring-boot-project/releases/tag/2.7.5 <
https://github.com/apache/dubbo-spring-boot-project/releases/tag/2.7.5>

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

The vote will be open for at least 72 hours or until the necessary number of
votes are reached.

Please vote accordingly:

[ ] +1 approve
[ ] +0 no opinion
[ ] -1 disapprove with the reason

Thanks,
The Apache Dubbo Team


Re: [VOTE]: Release Apache dubbo-js v3.0.0-rc2

2019-12-18 Thread Mercy Ma
+1 approve

Kind Regards,
Mercy Ma

On Thu, Dec 19, 2019 at 1:15 PM 胡锋  wrote:

> Hello Dubbo/Dubbojs Community,
>
> This is a call for vote to release Apache dubbo-js version v3.0.0-rc2.
>
> The release candidates:
> https://dist.apache.org/repos/dist/dev/dubbo/dubbo-js/3.0.0-rc2/
>
> Git tag for the release:
> https://github.com/apache/dubbo-js/blob/v3.0.0/CHANGE.md
>
> Hash for the release tag:
> 1f8b7f0ef660186fe6ce452c57e8b1960801f005
>
> The artifacts have been signed with Key :35F44C444B811C10, which can be
> found in the keys file:
>
>  https://dist.apache.org/repos/dist/dev/dubbo/KEYS
>
>  The vote will be open for at least 72 hours or until necessary number of
> votes are reached.
>
>
>  Please vote accordingly:
>
>  [ ] +1 approve
>
>  [ ] +0 no opinion
>
>  [ ] -1 disapprove with the reason
>
>
>  Thanks,
>
>  The Apache Dubbo-js Team
>


-- 

*Mercy Ma*
GMail:mercybl...@gmail.com
Yahoo: mercy.bl...@yahoo.com
Wetchat: mercyblitz-1985
Twitter : @mercyblitz <http://twitter.com/mercyblitz>
Blog: https://mercyblitz.github.io/


Re: [VOTE]: Release Apache dubbo-go v1.2.0 RC1

2019-11-14 Thread Mercy Ma
+1 Binding.

KInd regards,
Mercy Ma

On Fri, Nov 1, 2019 at 7:39 PM xinming he  wrote:

> Hello Dubbo/Dubbogo Community,
>
>
>  This is a call for vote to release Apache dubbo-go version v1.2.0 RC1.
>
>
>  The release candidates:
> https://dist.apache.org/repos/dist/dev/dubbo/dubbo-go/v1.2.0-rc1/
>
>
>  Git tag for the release:
> https://github.com/apache/dubbo-go/tree/v1.2.0-rc01
>
>
>  Hash for the release tag: 11878c4d265a08013da96c5eb93aa60cdc29b0d1
>
>
>  Release Notes: https://github.com/apache/dubbo-go/blob/1.2/CHANGE.md
>
>
>  The artifacts have been signed with Key :E070AA783CB866D7, which can be
> found in the keys file:
>
>  https://dist.apache.org/repos/dist/dev/dubbo/KEYS
>
>
>  The vote will be open for at least 72 hours or until necessary number of
> votes are reached.
>
>
>  Please vote accordingly:
>
>  [ ] +1 approve
>
>  [ ] +0 no opinion
>
>  [ ] -1 disapprove with the reason
>
>
>
>  Thanks,
>
>  The Apache Dubbo-go Team
>


-- 

*Mercy Ma*
GMail:mercybl...@gmail.com
Yahoo: mercy.bl...@yahoo.com
Wetchat: mercyblitz-1985
Twitter : @mercyblitz <http://twitter.com/mercyblitz>
Blog: https://mercyblitz.github.io/


[Announce] Dubbo Spring Boot 2.7.4.1 released

2019-11-10 Thread Mercy Ma
Hello Dubbo Community,

I am glad to announce that Dubbo Spring Boot 2.7.4.1 was released.

You can check detailed release notes here:
https://github.com/apache/dubbo-spring-boot-project/releases/tag/2.7.4.1

If you have any questions using this version, please send mail to here or
report the issue on Github
<https://github.com/apache/dubbo-spring-boot-project/issues>.

Best regards,
Mercy Ma


Re: [VOTE]: Release Apache Dubbo Spring Boot 2.7.4.1 [RC1]

2019-11-06 Thread Mercy Ma
Hello Dubbo Community,

The release vote finished, We’ve received

+1 binding, Jun Liu
+1 binding, Mercy Ma
+1 binding, KimmKing

The vote and result thread:
https://lists.apache.org/thread.html/73980c91e207b244342fd77b792bfda65c9e7434bfa048e70f490f8a@%3Cdev.dubbo.apache.org%3E

The vote passed. I am working on the further release process, thanks.

Best regards,
The Apache Dubbo Team

On Wed, Nov 6, 2019 at 9:03 PM KimmKing  wrote:

> +1 binding
>
> And as Justin's suggestion,I guess moving these article to dubbo website is
> a good idea.
>
>
>
> Mercy Ma  于2019年11月5日周二 下午4:14写道:
>
> > Hi,
> >
> > +1 binding,
> >
> > I checked:
> > - signatures and hashes fine
> > - LICENSE and NOTICE OK
> > - no unexpected binary files
> > - source files have ASF headers
> > - can compile from source
> >
> > Kind regards,
> > Mercy Ma
> >
> > On Mon, Nov 4, 2019 at 9:51 AM Jun Liu  wrote:
> >
> > > +1 binding,
> > >
> > > I checked:
> > >  * signature and hash are good
> > >  * no binary files in source package
> > >  * source match with github tag
> > >  * can compile from souce
> > >
> > > Jun
> > >
> > > > On Oct 30, 2019, at 5:18 PM, Mercy Ma  wrote:
> > > >
> > > > These links come from my Github blog, it's appeared a long time.
> Could
> > > they
> > > > leave there?
> > > >
> > > > Kind regards,
> > > > Mercy
> > > >
> > > > On Wed, Oct 30, 2019 at 4:58 PM Justin Mclean <
> > jus...@classsoftware.com>
> > > > wrote:
> > > >
> > > >> Hi,
> > > >>
> > > >> I notice the documentation refers to external non-Apache websites is
> > > there
> > > >> a reason for this?
> > > >>
> > > >> 5. [Dubbo Annotation-Driven (Chinese)](
> > > >>
> > >
> >
> https://github.com/mercyblitz/blogs/blob/master/java/dubbo/Dubbo-Annotation-Driven.md
> > > >> )
> > > >> 6. [Dubbo Externalized Configuration (Chinese)](
> > > >>
> > >
> >
> https://github.com/mercyblitz/blogs/blob/master/java/dubbo/Dubbo-Externalized-Configuration.md
> > > >> )
> > > >>
> > > >> Thanks,
> > > >> Justin
> > > >
> > > >
> > > >
> > > > --
> > > >
> > > > *Mercy Ma*
> > > > GMail:mercybl...@gmail.com
> > > > Yahoo: mercy.bl...@yahoo.com
> > > > Wetchat: mercyblitz-1985
> > > > Twitter : @mercyblitz <http://twitter.com/mercyblitz>
> > > > Blog: https://mercyblitz.github.io/
> > >
> > >
> >
> > --
> >
> > *Mercy Ma*
> > GMail:mercybl...@gmail.com
> > Yahoo: mercy.bl...@yahoo.com
> > Wetchat: mercyblitz-1985
> > Twitter : @mercyblitz <http://twitter.com/mercyblitz>
> > Blog: https://mercyblitz.github.io/
> >
>


-- 

*Mercy Ma*
GMail:mercybl...@gmail.com
Yahoo: mercy.bl...@yahoo.com
Wetchat: mercyblitz-1985
Twitter : @mercyblitz <http://twitter.com/mercyblitz>
Blog: https://mercyblitz.github.io/


Re: [VOTE]: Release Apache Dubbo Spring Boot 2.7.4.1 [RC1]

2019-11-05 Thread Mercy Ma
Hi,

+1 binding,

I checked:
- signatures and hashes fine
- LICENSE and NOTICE OK
- no unexpected binary files
- source files have ASF headers
- can compile from source

Kind regards,
Mercy Ma

On Mon, Nov 4, 2019 at 9:51 AM Jun Liu  wrote:

> +1 binding,
>
> I checked:
>  * signature and hash are good
>  * no binary files in source package
>  * source match with github tag
>  * can compile from souce
>
> Jun
>
> > On Oct 30, 2019, at 5:18 PM, Mercy Ma  wrote:
> >
> > These links come from my Github blog, it's appeared a long time. Could
> they
> > leave there?
> >
> > Kind regards,
> > Mercy
> >
> > On Wed, Oct 30, 2019 at 4:58 PM Justin Mclean 
> > wrote:
> >
> >> Hi,
> >>
> >> I notice the documentation refers to external non-Apache websites is
> there
> >> a reason for this?
> >>
> >> 5. [Dubbo Annotation-Driven (Chinese)](
> >>
> https://github.com/mercyblitz/blogs/blob/master/java/dubbo/Dubbo-Annotation-Driven.md
> >> )
> >> 6. [Dubbo Externalized Configuration (Chinese)](
> >>
> https://github.com/mercyblitz/blogs/blob/master/java/dubbo/Dubbo-Externalized-Configuration.md
> >> )
> >>
> >> Thanks,
> >> Justin
> >
> >
> >
> > --
> >
> > *Mercy Ma*
> > GMail:mercybl...@gmail.com
> > Yahoo: mercy.bl...@yahoo.com
> > Wetchat: mercyblitz-1985
> > Twitter : @mercyblitz <http://twitter.com/mercyblitz>
> > Blog: https://mercyblitz.github.io/
>
>

-- 

*Mercy Ma*
GMail:mercybl...@gmail.com
Yahoo: mercy.bl...@yahoo.com
Wetchat: mercyblitz-1985
Twitter : @mercyblitz <http://twitter.com/mercyblitz>
Blog: https://mercyblitz.github.io/


Re: [VOTE]: Release Apache Dubbo Spring Boot 2.7.4.1 [RC1]

2019-10-30 Thread Mercy Ma
These links come from my Github blog, it's appeared a long time. Could they
leave there?

Kind regards,
Mercy

On Wed, Oct 30, 2019 at 4:58 PM Justin Mclean 
wrote:

> Hi,
>
> I notice the documentation refers to external non-Apache websites is there
> a reason for this?
>
> 5. [Dubbo Annotation-Driven (Chinese)](
> https://github.com/mercyblitz/blogs/blob/master/java/dubbo/Dubbo-Annotation-Driven.md
> )
> 6. [Dubbo Externalized Configuration (Chinese)](
> https://github.com/mercyblitz/blogs/blob/master/java/dubbo/Dubbo-Externalized-Configuration.md
> )
>
> Thanks,
> Justin



-- 

*Mercy Ma*
GMail:mercybl...@gmail.com
Yahoo: mercy.bl...@yahoo.com
Wetchat: mercyblitz-1985
Twitter : @mercyblitz <http://twitter.com/mercyblitz>
Blog: https://mercyblitz.github.io/


[VOTE]: Release Apache Dubbo Spring Boot 2.7.4.1 [RC1]

2019-10-30 Thread Mercy Ma
Hi, All

This is a call for a vote to release Apache Dubbo Spring Boot version
2.7.4.1.

The release candidates (there will be only source release in this version):
https://dist.apache.org/repos/dist/dev/dubbo/dubbo-spring-boot/2.7.4.1/ <
https://dist.apache.org/repos/dist/dev/dubbo/dubbo-spring-boot/2.7.4.1/>

Git tag for the release:
https://github.com/apache/dubbo-spring-boot-project/tree/2.7.4.1 <
https://github.com/apache/dubbo-spring-boot-project/tree/2.7.4.1>

Hash for the release tag:
f2d695a20fcefee61cba3b4acecec789bb875350

Release Notes:
https://github.com/apache/dubbo-spring-boot-project/releases/tag/2.7.4.1 <
https://github.com/apache/dubbo-spring-boot-project/releases/tag/2.7.4.1>

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

The vote will be open for at least 72 hours or until the necessary number of
votes are reached.

Please vote accordingly:

[ ] +1 approve
[ ] +0 no opinion
[ ] -1 disapprove with the reason

Thanks,
The Apache Dubbo Team


Re: [VOTE]: Release Apache Dubbo 2.7.4.1 [RC1]

2019-10-24 Thread Mercy Ma
Hi,

+1 binding

I checked:
- signatures and hashes fine
- LICENSE and NOTICE OK
- no unexpected binary files
- source files have ASF headers
- can compile from source

Kind regards,
Mercy Ma

On Wed, Oct 23, 2019 at 2:12 PM jun liu  wrote:

> Hi, bailei
>
> > Any check list guide? The check list link on the website is out of date.
> > I will be appreciate if I can contribute a vote.
>
> This blog[1] contains a chapter guiding how to check a release candidate.
> If you cares about any particular features or bug-fixs, please check the
> release notes[2] or run samples[3].
>
> 1.
> http://dubbo.apache.org/en-us/docs/developers/committer-guide/release-guide_dev.html
> 2. https://github.com/apache/dubbo/blob/dubbo-2.7.4.1/CHANGES.md#2741
> 3. https://github.com/apache/dubbo-samples
>
> Jun
>
> > On Oct 23, 2019, at 10:06 AM, bailei  wrote:
> >
> > Any check list guide? The check list link on the website is out of date.
> > I will be appreciate if I can contribute a vote.
> >
> >> 在 2019年10月22日,下午8:56,Jun Liu  写道:
> >>
> >> This candidate is exactly the same as with 2.7.4 in regard of source
> codes except for the following changes:
> >> https://github.com/apache/dubbo/pull/5205
> >>
> >> Jun
> >>
> >>> On Oct 22, 2019, at 8:54 PM, Jun Liu  wrote:
> >>>
> >>> Hello Dubbo Community,
> >>>
> >>> This is a call for vote to release Apache Dubbo version 2.7.4.1.
> >>>
> >>> The release candidates:
> >>> https://dist.apache.org/repos/dist/dev/dubbo/2.7.4.1/
> >>>
> >>> The staging repo:
> >>> https://repository.apache.org/content/repositories/orgapachedubbo-1046
> >>>
> >>> Git tag for the release:
> >>> https://github.com/apache/dubbo/tree/dubbo-2.7.4.1
> >>>
> >>> Hash for the release tag:
> >>> 7957e268fbdf8cb214c8205f57f778e388366f48
> >>>
> >>> Release Notes:
> >>> https://github.com/apache/dubbo/blob/dubbo-2.7.4.1/CHANGES.md#2741
> >>>
> >>> The artifacts have been signed with Key: 28681CB1, which can be
> >>> found in the keys file:
> >>> https://dist.apache.org/repos/dist/dev/dubbo/KEYS
> >>>
> >>> The vote will be open for at least 72 hours or until necessary number
> of
> >>> votes are reached.
> >>>
> >>> Please vote accordingly:
> >>>
> >>> [ ] +1 approve
> >>> [ ] +0 no opinion
> >>> [ ] -1 disapprove with the reason
> >>>
> >>> Thanks,
> >>> The Apache Dubbo Team
> >
>
>

-- 

*Mercy Ma*
GMail:mercybl...@gmail.com
Yahoo: mercy.bl...@yahoo.com
Wetchat: mercyblitz-1985
Twitter : @mercyblitz <http://twitter.com/mercyblitz>
Blog: https://mercyblitz.github.io/


Re: [VOTE]: Release Apache Dubbo 2.7.4 [RC2]

2019-10-14 Thread Mercy Ma
+1 approved

Kind regards,
Mercy

On Sat, Oct 12, 2019 at 7:26 PM victory  wrote:

> Hello Dubbo Community,
>
> This is a call for vote to release Apache Dubbo version 2.7.4.
>
> The release candidates:
> https://dist.apache.org/repos/dist/dev/dubbo/2.7.4/
>
> The staging repo:
> https://repository.apache.org/content/repositories/orgapachedubbo-1045
>
> Git tag for the release:
> https://github.com/apache/dubbo/tree/dubbo-2.7.4
>
> Hash for the release tag:
> 1d7e8fac4523d7482d5f2d8f25dd024807e3d3d5
>
> Release Notes:
> https://github.com/apache/dubbo/releases/tag/dubbo-2.7.4
>
> The artifacts have been signed with Key : 35D071D458D03BB4, which can be
> found in the keys file:
> https://dist.apache.org/repos/dist/dev/dubbo/KEYS
>
> The vote will be open for at least 72 hours or until necessary number of
> votes are reached.
>
> Please vote accordingly:
>
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove with the reason
>
> Thanks,
> The Apache Dubbo Team
>


-- 

*Mercy Ma*
GMail:mercybl...@gmail.com
Yahoo: mercy.bl...@yahoo.com
Wetchat: mercyblitz-1985
Twitter : @mercyblitz <http://twitter.com/mercyblitz>
Blog: https://mercyblitz.github.io/


Re: [VOTE]: Release Apache Dubbo 2.7.4 [RC1]

2019-10-09 Thread Mercy Ma
Hi Justin,

> Doing a comparison between those two directory I see 6 files that have
code in common. Not it’s not only code in common but comments as well,
trivial small amount of code may not be covered by copyright, but the
comments will be.

The new PRs were committed and merged, and the correlative code also was
re-implemented including:

- org.apache.dubbo.config.spring.beans.factory.annotation
  - AnnotationInjectedBeanPostProcessor.java ( 2.7.3 : re-implemented,
2.7.4: removed comments )
- org.apache.dubbo.config.spring.util
  - AnnotatedBeanDefinitionRegistryUtils.java ( 2.7.3 : re-implemented,
2.7.4: removed comments )
  - AnnotationUtils.java ( before : re-implemented, 2.7.4: removed useless
methods and comments)
  - BeanFactoryUtils.java ( 2.7.4 : removed the whole file)
  - ObjectUtils.java  ( 2.7.4 : removed comments)
  - PropertySourcesUtils.java   ( 2.7.4 : re-implemented and removed
comments)

Above 6 files that you mentioned has been different from
alibaba/spring-context-support, I am looking forward to your further
instructions? :D

Kind regards,
Mercy Ma


On Wed, Oct 9, 2019 at 11:24 AM Justin Mclean 
wrote:

> Hi,
>
> Doing a comparison between those two directory I see 6 files that have
> code in common. Not it’s not only code in common but comments as well,
> trivial small amount of code may not be covered by copyright, but the
> comments will be.
>
> > Assume the owner is Alibaba, then what we should ask them to sign an
> SGA[1], right?
> >
> > 1.
> http://dubbo.apache.org/en-us/docs/developers/contributor-guide/software-donation-guide_dev.html
>
> Assuming they are the owner that would be correct.
>
> Thanks,
> Justin



-- 

*Mercy Ma*
GMail:mercybl...@gmail.com
Yahoo: mercy.bl...@yahoo.com
Wetchat: mercyblitz-1985
Twitter : @mercyblitz <http://twitter.com/mercyblitz>
Blog: https://mercyblitz.github.io/


Re: [VOTE]: Release Apache Dubbo 2.7.4 [RC1]

2019-10-08 Thread Mercy
There is only one file rewritten in this release, however the Java class 
files remained , including the Java class names and comments. Actually, 
a lot of code have been refactored or replaced in the past.



Kind regards,

Mercy Ma

在 2019/10/8 下午7:38, Justin Mclean 写道:

Hi,


1. Rewrite the code completely.

The code has been rewritten

I can see one file has been rewritten but not all of the files. Am I correct in 
that assessment?

Thanks,
Justin


Re: [VOTE]: Release Apache Dubbo 2.7.4 [RC1]

2019-10-08 Thread Mercy Ma
Hi Justin,

> 1. Rewrite the code completely.

The code has been rewritten, the part of work has been done in the past
releases. So what's your suggestion?

Kind regards,
Mercy Ma

On Tue, Oct 8, 2019 at 3:40 PM Justin Mclean  wrote:

> Hi,
>
> > 1. Rewrite the code completely.
> > 2. Ask the owner for a software grant
>
> What’s easier to do? I assume 2 would be easier than 1 given they have
> donated code before?
>
> Thanks,.
> Justin



-- 

*Mercy Ma*
GMail:mercybl...@gmail.com
Yahoo: mercy.bl...@yahoo.com
Wetchat: mercyblitz-1985
Twitter : @mercyblitz <http://twitter.com/mercyblitz>
Blog: https://mercyblitz.github.io/


Re: [VOTE]: Release Apache Dubbo 2.7.4 [RC1]

2019-09-29 Thread Mercy
Ok, I have removed the correlative code that is come from Alibaba repo, 
and the substitute implementation was pushed into Dubbo repo.


Is it Ok?


Kind regards,

Mercy Ma

在 2019/9/29 上午11:06, Justin Mclean 写道:

Hi,


All code and files of https://github.com/alibaba/spring-context-support are 
writen by me, they are not originally from other projects, but
are come from My private repo.

You may of written the code but who owns the IP? I would guess, but may be 
wrong, that Alibaba does not you. Most employee contracts state that the 
company you work for owns the code and given their name is on that repo (even 
if you are the only contributor) it would seem likely that they own the IP. Can 
you confirm if this is the case?

If they do then we’ll get permission from them to be able to use it. Normally 
external code needs a software grant before it can be accepted into an Apache 
project.

Thanks,
Justin


Re: [VOTE]: Release Apache Dubbo 2.7.4 [RC1]

2019-09-28 Thread Mercy
> Where did these files originally come from? It seems they were copied 
from somewhere to this repo and then copied to Dubbo.


All code and files of https://github.com/alibaba/spring-context-support are 
writen by me, they are not originally from other projects, but
are come from My private repo.

Kind regards,
Mercy Ma

在 2019/9/29 上午10:15, YunKun Huang 写道:

Another thing I noticed is in README for alibaba/spring-context-support
it says 'An internal support project for spring-context in Alibaba'.

So I prefer to idea Ian Luo suggested, reimplement related code and
remove alibaba/spring-context-support maybe a better idea

On Fri, Sep 27, 2019 at 5:55 PM Justin Mclean 
wrote:


Hi,

It’s strange these files have an ASF header when they are in a non ASF

repo which is licensed under a non ASF license. What the story behind these
files?

The license of https://github.com/alibaba/spring-context-support <

https://github.com/alibaba/spring-context-support> had been changed to be
"Apache License 2.0" -
https://github.com/alibaba/spring-context-support/blob/master/LICENSE <
https://github.com/alibaba/spring-context-support/blob/master/LICENSE>

That doesn’t answer my question. Why did the files have an Apache header
in a repo that was not Apache licensed? Where did these files originally
come from? It seems they were copied from somewhere to this repo and then
copied to Dubbo.

PR#3 says "Add some code from other places”, what other places did

this code come from? If this is the case, where other people involved in
writing that code? What license was it under?

The code came from my private repo, just pulled request to

upstream(Alibaba repo).

Sorry but neither sorry does that. At Apache all code needs clear IP
provenance, given we don’t have that here I’m still -1 on this release. Now
that -1 isn’t a veto and other PMC members may still vote +1 if they think
the IP provenance is clear.

Thanks,
Justin


Re: [VOTE]: Release Apache Dubbo 2.7.4 [RC1]

2019-09-27 Thread Mercy

It’s strange these files have an ASF header when they are in a non ASF repo 
which is licensed under a non ASF license. What the story behind these files?


The license ofhttps://github.com/alibaba/spring-context-support  
<https://github.com/alibaba/spring-context-support>  had been changed to be "Apache 
License 2.0" -https://github.com/alibaba/spring-context-support/blob/master/LICENSE


PR#3 says "Add some code from other places”, what other places did this code 
come from? If this is the case, where other people involved in writing that code? 
What license was it under?


The code came from my private repo, just pulled request to upstream(Alibaba 
repo).

Kind regards,
Mercy Ma

在 2019/9/27 下午5:36, Justin Mclean 写道:

HI,

To repeat my questions:

It’s strange these files have an ASF header when they are in a non ASF repo 
which is licensed under a non ASF license. What the story behind these files?

PR#3 says "Add some code from other places”, what other places did this code 
come from? If this is the case, where other people involved in writing that code? 
What license was it under?

Thanks,
Justin


Re: [VOTE]: Release Apache Dubbo 2.7.4 [RC1]

2019-09-26 Thread Mercy




If you are the only contributor (which seems to be the case) that would be one 
way of dealing with it. The Dubbo LICENSE file would need to change if that was 
done.


Yes, I'm the only one contriubtor of this project and its LICENSE file 
has been changed to be "Apache License 2.0" :


https://github.com/alibaba/spring-context-support/blob/master/LICENSE


Is it fine?


Kind regards,

Mercy



Re: [VOTE]: Release Apache Dubbo 2.7.4 [RC1]

2019-09-25 Thread Mercy Ma
Hi Justin Mclean,

I'm the author of https://github.com/alibaba/spring-context-support, could
I change the LICENSE of this project to be "Apache License 2.0" to resolve
this issue?

Kind regards,
Mercy Ma

On Thu, Sep 26, 2019 at 11:16 AM Justin Mclean 
wrote:

> Hi,
>
> -1 binding (due to Category X software being included).
>
> I checked:
> - signatures and hashes fine
> - LICENSE is OK (see below)
> - NOTICE is fine
> - There are a couple of files that are missing ASF headers e.g. [1]
> - There are no unexpected binary files
> - can compile from source
>
> This file [4] includes code cloned from here [5] which is under a GPL
> license. [6] This license is not compatible with the ALv2 and is Category
> X. [7] The same issue exists with this file [8]. It looks like other files
> in that util directory have also been copied from [9]. it’s strange these
> files have an ASF header when they are in a non ASF repo which is licensed
> under a non ASF license. Given a good explanation for this and those file
> are correctly licensed I’ll change my vote. What the story behind these
> files?
>
> It would be better if the MIT license text was included in the LICENSE or
> it included a local pointer to the text. Information at a URL can change
> over time.
>
> Looking through the code I found a few other minor things that may need to
> be updated:
> - References to internal JIRA
> http://code.alibabatech.com/jira/browse/DUBBO-XXX that I cannot access.
> - Reference to this URL [2]
> - Reference to this URL [3] in tests. This gives a 404 so I’m not sure if
> those test pass. there are also there reference to http://dubbo.io.
>
> Thanks,
> Justin
>
> 1. ./apache-dubbo-2.7.4-src/licenseCheck.sh
> 2. http://b2b-doc.alibaba-inc.com/display/RC/dubbo_devguide.htm
> 3. http://dubbo.io/logo.png
> 4.
> ./apache-dubbo-2.7.4-src/dubbo-config/dubbo-config-spring/src/main/java/org/apache/dubbo/config/spring/util/AnnotationUtils.java
> 5.
> https://github.com/alibaba/spring-context-support/blob/1.0.2/src/main/java/com/alibaba/spring/util/AnnotationUtils.java
> 6. https://github.com/alibaba/spring-context-support/blob/1.0.2/LICENSE
> 7. https://apache.org/legal/resolved.html#category-x
> 8.
> ./apache-dubbo-2.7.4-src/dubbo-config/dubbo-config-spring/src/main/java/org/apache/dubbo/config/spring/util/ClassUtils.java
> 9.
> https://github.com/alibaba/spring-context-support/tree/1.0.2/src/main/java/com/alibaba/spring/util



-- 

*Mercy Ma*
GMail:mercybl...@gmail.com
Yahoo: mercy.bl...@yahoo.com
Wetchat: mercyblitz-1985
Twitter : @mercyblitz <http://twitter.com/mercyblitz>
Blog: https://mercyblitz.github.io/


Re: [VOTE] Accept RitterHou/python-dubbo donation

2019-09-24 Thread Mercy Ma
+1 Accept

On Tue, Sep 24, 2019 at 10:53 AM Ian Luo  wrote:

> Hi All,
>
> This is a formal vote to bring RitterHou/python-dubbo[1], which is donated
> by Qianmi, to Apache Dubbo project.
>
> Please vote:
>
> [ ] +1 Accept
> [ ] +0 No Opinion
> [ ] -1 Reject because...
>
>
> [1] https://github.com/RitterHou/python-dubbo
>


-- 

*Mercy Ma*
GMail:mercybl...@gmail.com
Yahoo: mercy.bl...@yahoo.com
Wetchat: mercyblitz-1985
Twitter : @mercyblitz <http://twitter.com/mercyblitz>
Blog: https://mercyblitz.github.io/


Re: Release locations

2019-08-11 Thread Mercy Ma
Hi,

It has been removed, thanks for your advice.

Kind regards,
Mercy

On Sat, Aug 10, 2019 at 11:09 AM Justin Mclean 
wrote:

> HI,
>
> I was creating the incubator report and noticed this check in:
> r34927 | mercyblitz | 2019-07-19 13:04:04 +1000 (Fri, 19 Jul 2019) | 1 line
> Changed paths:
>A /release/incubator/dubbo/2.6.7
>A /release/incubator/dubbo/2.6.7/apache-dubbo-2.6.7-bin-release.zip
>A /release/incubator/dubbo/2.6.7/apache-dubbo-2.6.7-bin-release.zip.asc
>A
> /release/incubator/dubbo/2.6.7/apache-dubbo-2.6.7-bin-release.zip.sha512
>A /release/incubator/dubbo/2.6.7/apache-dubbo-2.6.7-source-release.zip
>
> As dubbo is no longer an incubating project releases should not be placed
> there but should go here [1]
>
> Thanks,
> Justin
>
> 1. https://dist.apache.org/repos/dist/release/dubbo/


[RESULT] [VOTE]: Release Apache Dubbo Spring Boot 2.7.3 [RC2]

2019-08-09 Thread Mercy Ma
Hello Dubbo Community,

The release vote finished, We’ve received

+1 binding, Victory Cao
+1 binding, Mercy Ma
+1 binding, Jun Liu

The vote and result thread:
https://lists.apache.org/thread.html/1993ff8f44666865a89f0b79acbf1bf116ad1c18c61b336db8916759@%3Cdev.dubbo.apache.org%3E

The vote passed. I am working on the further release process, thanks.

Best regards,
The Apache Dubbo Team


Re: [VOTE]: Release Apache Dubbo Spring Boot 2.7.3 [RC2]

2019-08-06 Thread Mercy Ma
+1 (binding).

The checked list:

[v]  Are release files in correct location?
[v] Are the digital signature and hashes correct?
[v] Do LICENSE and NOTICE files exists?
[v] Is the LICENSE and NOTICE text correct?
[v] Is the NOTICE year correct?
[v] Un-included software dependencies are not mentioned in LICENSE or
NOTICE?
[v] License information is not mentioned in NOTICE?
[v] Is there any 3rd party code contained inside the release? If so:
[v] Does the software have a compatible license?
[v] Are all software licenses mentioned in LICENSE?
[v] Is the full text of the licenses (or pointers to it) in LICENSE?
Is any of this code Apache licensed? Do they have NOTICE files? If so:
[v] Have relevant parts of those NOTICE files been added to this NOTICE
file?
[v] Do all source files have ASF headers?
[v] Do the contents of the release match with what's tagged in version
control?
[x] Are there any unexpected binary files in the release?
[v] Can you compile from source? Are the instruction clear?

On Tue, Aug 6, 2019 at 4:20 PM victory  wrote:

> +1 (binding)
>
> I checked:
> - signatures and hashes are good
> - LICENSE and NOTICE exists and contents are good
> - All files and no binary files exist
> - All files has standard ASF License header
> - Can compile from source
> - All unit tests can pass
>
> Mercy Ma  于2019年8月6日周二 上午11:37写道:
>
> > Hi, All
> >
> > This is a call for a vote to release Apache Dubbo Spring Boot version
> > 2.7.3.
> >
> > The release candidates (there will be only source release in this
> version):
> > https://dist.apache.org/repos/dist/dev/dubbo/dubbo-spring-boot/2.7.3/ <
> > https://dist.apache.org/repos/dist/dev/dubbo/dubbo-spring-boot/2.7.3/>
> >
> > Git tag for the release:
> > https://github.com/apache/dubbo-spring-boot-project/tree/2.7.3 <
> > https://github.com/apache/dubbo-spring-boot-project/tree/2.7.3>
> >
> > Hash for the release tag:
> > e21ceff509337d8434abcdfe315b553d7b33afe5
> >
> > Release Notes:
> > https://github.com/apache/dubbo-spring-boot-project/releases/tag/2.7.3 <
> > https://github.com/apache/dubbo-spring-boot-project/releases/tag/2.7.3>
> >
> > The artifacts have been signed with Key: 28681CB1, which can be
> > found in the keys file:
> > https://dist.apache.org/repos/dist/dev/dubbo/KEYS <
> > https://dist.apache.org/repos/dist/dev/dubbo/KEYS>
> >
> > The vote will be open for at least 72 hours or until the necessary number
> > of
> > votes are reached.
> >
> > Please vote accordingly:
> >
> > [ ] +1 approve
> > [ ] +0 no opinion
> > [ ] -1 disapprove with the reason
> >
> > Thanks,
> > The Apache Dubbo Team
> >
>
>
> --
>
> Best Regard!
> cvitory
>


-- 

*Mercy Ma*
GMail:mercybl...@gmail.com
Yahoo: mercy.bl...@yahoo.com
Wetchat: mercyblitz-1985
Twitter : @mercyblitz <http://twitter.com/mercyblitz>
Blog: https://mercyblitz.github.io/


[VOTE]: Release Apache Dubbo Spring Boot 2.7.3 [RC2]

2019-08-05 Thread Mercy Ma
Hi, All

This is a call for a vote to release Apache Dubbo Spring Boot version 2.7.3.

The release candidates (there will be only source release in this version):
https://dist.apache.org/repos/dist/dev/dubbo/dubbo-spring-boot/2.7.3/ <
https://dist.apache.org/repos/dist/dev/dubbo/dubbo-spring-boot/2.7.3/>

Git tag for the release:
https://github.com/apache/dubbo-spring-boot-project/tree/2.7.3 <
https://github.com/apache/dubbo-spring-boot-project/tree/2.7.3>

Hash for the release tag:
e21ceff509337d8434abcdfe315b553d7b33afe5

Release Notes:
https://github.com/apache/dubbo-spring-boot-project/releases/tag/2.7.3 <
https://github.com/apache/dubbo-spring-boot-project/releases/tag/2.7.3>

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

The vote will be open for at least 72 hours or until the necessary number of
votes are reached.

Please vote accordingly:

[ ] +1 approve
[ ] +0 no opinion
[ ] -1 disapprove with the reason

Thanks,
The Apache Dubbo Team


Re: [RESULT] [VOTE]: Release Apache Dubbo Spring Boot 2.7.3 [RC1]

2019-08-05 Thread Mercy Ma
I'm so sorry to cancel the result of this vote, I found there's an issue on
Spring Cloud 2.x caused by some lines are missing after Github code
migration, thus a new vote has to be run.

Kind regards,
Mercy Ma

On Mon, Aug 5, 2019 at 3:38 PM Mercy Ma  wrote:

> Hello Dubbo Community,
>
> The release vote finished, We’ve received
>
> +1 binding, Ian Luo
> +1 binding, Huxing Zhang
> +1 binding, Justin Mclean
>
> The vote and result thread:
>
> https://lists.apache.org/thread.html/3be6df5d55c52282d715bb3e55ffba75d2fcaf1779dd6b77384c7423@%3Cdev.dubbo.apache.org%3E
>
> The vote passed. I am working on the further release process, thanks.
>
> Best regards,
> The Apache Dubbo Team
>


[RESULT] [VOTE]: Release Apache Dubbo Spring Boot 2.7.3 [RC1]

2019-08-05 Thread Mercy Ma
Hello Dubbo Community,

The release vote finished, We’ve received

+1 binding, Ian Luo
+1 binding, Huxing Zhang
+1 binding, Justin Mclean

The vote and result thread:
https://lists.apache.org/thread.html/3be6df5d55c52282d715bb3e55ffba75d2fcaf1779dd6b77384c7423@%3Cdev.dubbo.apache.org%3E

The vote passed. I am working on the further release process, thanks.

Best regards,
The Apache Dubbo Team


[VOTE]: Release Apache Dubbo Spring Boot 2.7.3 [RC1]

2019-07-29 Thread Mercy Ma
Hi, All

This is a call for a vote to release Apache Dubbo Spring Boot version 2.7.3.

The release candidates (there will be only source release in this version):
https://dist.apache.org/repos/dist/dev/dubbo/dubbo-spring-boot/2.7.3/ <
https://dist.apache.org/repos/dist/dev/dubbo/dubbo-spring-boot/2.7.3/>

Git tag for the release:
https://github.com/apache/dubbo-spring-boot-project/tree/2.7.3 <
https://github.com/apache/dubbo-spring-boot-project/tree/2.7.3>

Hash for the release tag:
57b360b11738cd15d207ae4d0d99dfb2800e0765

Release Notes:
https://github.com/apache/dubbo-spring-boot-project/releases/tag/2.7.3 <
https://github.com/apache/dubbo-spring-boot-project/releases/tag/2.7.3>

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

The vote will be open for at least 72 hours or until the necessary number of
votes are reached.

Please vote accordingly:

[ ] +1 approve
[ ] +0 no opinion
[ ] -1 disapprove with the reason

Thanks,
The Apache Dubbo Team


Dubbo Spring Boot 2.7.3 release plan

2019-07-26 Thread Mercy Ma
Hello Dubbo Community,

I will take the release manager role for Dubbo Spring Boot 2.7.3. There are
a few features in this release as follow:

- Sync the version of Dubbo(2.7.3)
  - Change the scope of the dependencies of Dubbo to be not optional
- Some bugfixes in Spring Boot and Spring Cloud environment

Hopefully, 2.7.3 will be released in July. 31th.

Pls. take a look at milestone 2.7.3, and let me know which issues are
must-have for this release. We will triage the list soon :)
https://github.com/apache/dubbo-spring-boot-project/milestone/6

-- 
Kind Regards,
Mercy Ma


[Announce] Dubbo 2.6.7 released

2019-07-23 Thread Mercy Ma
Hello Dubbo Community,

I am glad to announce that 2.6.7 was released on Friday, July 19, 2019.

You can check detailed release notes here:
https://github.com/apache/dubbo/releases/tag/dubbo-2.6.7

If you have any question using this version, please send mail to here or
report the issue on Github <https://github.com/apache/dubbo/issues>.

Best regards,
Mercy Ma


Re: Binary distribution files for 2.6.7 release

2019-07-23 Thread Mercy Ma
The binary files were added to the release branch of svn after the voting
stage.

Kind regards,
Mercy Ma

On Tue, Jul 23, 2019 at 11:11 AM Huxing Zhang  wrote:

> Hi,
>
> I see the binary distribution files have been created in svn[1].
> However, I did not see them when I was voting.
> Are you including the binary distribution in the 2.6.7 release?
> If so, I think we should take at look at the binary files before
> official release.
>
>
> [1] https://dist.apache.org/repos/dist/release/dubbo/2.6.7/
>
> --
> Best Regards!
> Huxing
>


[RESULT][VOTE] Release Apache Dubbo 2.6.7

2019-07-18 Thread Mercy Ma
Hello Dubbo Community,

The release vote finished, We’ve received

+1 binding, Huxing Zhang
+1 binding, Ian Luo
+1 binding, Jun Liu
+1 non-binding, Shunyu Lei

The vote and result thread:
https://lists.apache.org/thread.html/6d4e5283720b0b5a772b7742bdece412260236e630df0f66f82ce741@%3Cdev.dubbo.apache.org%3E

The vote passed. I am working on the further release process, thanks.

Best regards,
The Apache Dubbo Team


[VOTE]: Release Apache Dubbo 2.6.7 [RC2]

2019-07-14 Thread Mercy Ma
Hi, All

This is a call for a vote to release Apache Dubbo version 2.6.7.

The release candidates (there will be only source release in this version):
https://dist.apache.org/repos/dist/dev/dubbo/2.6.7/ <
https://dist.apache.org/repos/dist/dev/dubbo/2.6.7/>

Git tag for the release:
https://github.com/apache/dubbo/tree/dubbo-2.6.7 <
https://github.com/apache/dubbo/tree/dubbo-2.6.7>

Hash for the release tag:
eac84b290f82bb5346a449a973315b6860a9e665

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

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

The vote will be open for at least 72 hours or until the necessary number of
votes are reached.

Please vote accordingly:

[ ] +1 approve
[ ] +0 no opinion
[ ] -1 disapprove with the reason

Thanks,
The Apache Dubbo Team


Re: [VOTE]: Release Apache Dubbo 2.6.7 [RC1]

2019-07-12 Thread Mercy Ma
Sorry for it, the issue link: https://github.com/apache/dubbo/issues/4535

Kind regards,
Mercy Ma


Re: [VOTE]: Release Apache Dubbo 2.6.7 [RC1]

2019-07-11 Thread Mercy Ma
This vote is about to cancel, the Nacos client has to update. I will send
another vote again, thanks all~

Kind regards,
Mercy Ma

On Thu, Jul 11, 2019 at 12:01 PM Justin Mclean 
wrote:

> Hi,
>
> > I cannot find DISCLAIMER file in the source distribution.
>
> Dubbo is a top level project now and doesn’t need a disclaimer :-)
>
> Thanks,
> Justin


[VOTE]: Release Apache Dubbo 2.6.7 [RC1]

2019-07-10 Thread Mercy Ma
Hi, All

This is a call for a vote to release Apache Dubbo version 2.6.7.

The release candidates (there will be only source release in this version):
https://dist.apache.org/repos/dist/dev/dubbo/2.6.7/ <
https://dist.apache.org/repos/dist/dev/dubbo/2.6.7/>

Git tag for the release:
https://github.com/apache/dubbo/tree/dubbo-2.6.7 <
https://github.com/apache/dubbo/tree/dubbo-2.6.7>

Hash for the release tag:
9917df98f3927612eaefbbde7c34fa860a5e5444

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

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

The vote will be open for at least 72 hours or until the necessary number of
votes are reached.

Please vote accordingly:

[ ] +1 approve
[ ] +0 no opinion
[ ] -1 disapprove with the reason

Thanks,
The Apache Dubbo Team


Re: Dubbo 2.6.7 release plan

2019-07-09 Thread Mercy Ma
Hello Dubbo Community,

The release note is here:
https://github.com/apache/dubbo/blob/2.6.7-release/CHANGES.md

Kind Regards,
Mercy

On Mon, Jul 8, 2019 at 10:52 AM Mercy Ma  wrote:

> Sorry for the delay, the ETA of this release is 10th, July.
>
> Kind regards,
> Mercy Ma
>
> On Mon, Jul 8, 2019 at 10:43 AM Ian Luo  wrote:
>
>> any update for 2.6.7 release?
>>
>> On Tue, Jun 25, 2019 at 5:30 PM Mercy Ma  wrote:
>>
>> > Hello everyone,
>> >
>> > I volunteer to take the release manager role for Dubbo 2.6.7. There are
>> a
>> > few features in this release as follow:
>> >
>> > - Sync the implementation of Nacos from 2.7.x
>> >   - Dubbo Spring Optimization
>> > - Some bugfixes from dubbo 2.6.6.
>> >
>> > Hopefully, we can release 2.6.7 in June. 30th.
>> >
>> > Pls. take a look at milestone 2.6.7, and let me know which issues are
>> > must have for this release. We will triage the list soon :)
>> > https://github.com/apache/dubbo/milestone/24
>> >
>> > --
>> >
>> > Kind Regards,
>> > Mercy Ma
>> >
>>
>
>
> --
>
> *Mercy Ma*
> GMail:mercybl...@gmail.com
> Yahoo: mercy.bl...@yahoo.com
> Wetchat: mercyblitz-1985
> Twitter : @mercyblitz <http://twitter.com/mercyblitz>
> Blog: https://mercyblitz.github.io/
>


Re: [VOTE]: Release Apache Dubbo 2.7.3 [RC1]

2019-07-09 Thread Mercy Ma
[ ] -1 disapprove with the reason

There is an issue about injecting , please refer to
https://github.com/apache/dubbo/issues/4498

On Mon, Jul 8, 2019 at 6:09 PM Jun Liu  wrote:

> Hi, All
>
> This is a call for vote to release Apache Dubbo version 2.7.3.
>
> The release candidates (there will be only source release in this version):
> https://dist.apache.org/repos/dist/dev/dubbo/2.7.3/ <
> https://dist.apache.org/repos/dist/dev/dubbo/2.7.3/>
>
> Git tag for the release:
> https://github.com/apache/dubbo/tree/dubbo-2.7.3 <
> https://github.com/apache/dubbo/tree/dubbo-2.7.3>
>
> Hash for the release tag:
> 6466e9762eceb74761a1d88a351398f67597ce06
>
> Release Notes:
> https://github.com/apache/dubbo/blob/dubbo-2.7.3/CHANGES.md <
> https://github.com/apache/dubbo/blob/dubbo-2.7.3/CHANGES.md>
>
> The artifacts have been signed with Key : 28681CB1, which can be
> found in the keys file:
> https://dist.apache.org/repos/dist/dev/dubbo/KEYS <
> https://dist.apache.org/repos/dist/dev/dubbo/KEYS>
>
> The vote will be open for at least 72 hours or until necessary number of
> votes are reached.
>
> Please vote accordingly:
>
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove with the reason
>
> Thanks,
> The Apache Dubbo Team


Re: [VOTE] Accept dubbogo/hessian2 donation

2019-07-07 Thread Mercy Ma
+1 Accept

On Mon, Jul 8, 2019 at 11:18 AM yuhang xiu  wrote:

> +1 accept
>
> Ian Luo  于2019年7月8日周一 上午10:26写道:
>
> > +1 Accept
> >
> > On Thu, Jul 4, 2019 at 11:20 AM Stocks Alex 
> > wrote:
> >
> > > 1
> > >
> > >  原始邮件
> > > 发件人: Huxing Zhang
> > > 收件人: dev
> > > 发送时间: 2019年7月4日(周四) 10:00
> > > 主题: [VOTE] Accept dubbogo/hessian2 donation
> > >
> > >
> > > Hi All,
> > >
> > > This is a formal vote to bring dubbogo/hessian2[1], which is depended
> > > by dubbo-go, to Apache Dubbo project.
> > >
> > > Please vote:
> > >
> > > [ ] +1 Accept
> > > [ ] +0 No Opinion
> > > [ ] -1 Reject because...
> > >
> > > [1] https://github.com/dubbogo/hessian2
> > >
> > > --
> > > Best Regards!
> > > Huxing
> > >
> > >
> >
>


Re: Dubbo 2.6.7 release plan

2019-07-07 Thread Mercy Ma
Sorry for the delay, the ETA of this release is 10th, July.

Kind regards,
Mercy Ma

On Mon, Jul 8, 2019 at 10:43 AM Ian Luo  wrote:

> any update for 2.6.7 release?
>
> On Tue, Jun 25, 2019 at 5:30 PM Mercy Ma  wrote:
>
> > Hello everyone,
> >
> > I volunteer to take the release manager role for Dubbo 2.6.7. There are a
> > few features in this release as follow:
> >
> > - Sync the implementation of Nacos from 2.7.x
> >   - Dubbo Spring Optimization
> > - Some bugfixes from dubbo 2.6.6.
> >
> > Hopefully, we can release 2.6.7 in June. 30th.
> >
> > Pls. take a look at milestone 2.6.7, and let me know which issues are
> > must have for this release. We will triage the list soon :)
> > https://github.com/apache/dubbo/milestone/24
> >
> > --
> >
> > Kind Regards,
> > Mercy Ma
> >
>


-- 

*Mercy Ma*
GMail:mercybl...@gmail.com
Yahoo: mercy.bl...@yahoo.com
Wetchat: mercyblitz-1985
Twitter : @mercyblitz <http://twitter.com/mercyblitz>
Blog: https://mercyblitz.github.io/


Dubbo 2.6.7 release plan

2019-06-25 Thread Mercy Ma
Hello everyone,

I volunteer to take the release manager role for Dubbo 2.6.7. There are a
few features in this release as follow:

- Sync the implementation of Nacos from 2.7.x
  - Dubbo Spring Optimization
- Some bugfixes from dubbo 2.6.6.

Hopefully, we can release 2.6.7 in June. 30th.

Pls. take a look at milestone 2.6.7, and let me know which issues are
must have for this release. We will triage the list soon :)
https://github.com/apache/dubbo/milestone/24

-- 

Kind Regards,
Mercy Ma


[ANNOUNCE] Apache Dubbo Spring Boot (incubating) 2.7.1 released

2019-04-09 Thread Mercy Ma
Hello Community,

The Apache Dubbo(incubating) team is pleased to announce that the Dubbo
Spring Boot
2.7.1 has just been released.

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

Both the source release[1] and the maven binary release[2] are available
now, you can also find the detailed release notes in here[3].

If you have any usage questions, or have problems when upgrading or find
any problems about enhancements included in this release, please don’t
hesitate to let us know by sending feedback to this mailing list or filing
an issue on GitHub[4].

=
*Disclaimer*

Apache Dubbo is an effort undergoing incubation at The Apache Software
Foundation (ASF), sponsored by the Incubator. Incubation is required of all
newly accepted projects until a further review indicates that the
infrastructure, communications, and decision making process have stabilized
in a manner consistent with other successful ASF projects. While incubation
status is not necessarily a reflection of the completeness or stability of
the code, it does indicate that the project has yet to be fully endorsed by
the ASF.

[1] http://dubbo.apache.org/en-us/blog/download.html
[2] http://central.maven.org/maven2/org/apache/dubbo
[3] https://github.com/apache/incubator-dubbo-spring-boot-project/releases
[4] https://github.com/apache/incubator-dubbo-spring-boot-project/issues


Re: [IMPORTANT][PPMC] Invitation to be Dubbo PMC member

2019-04-08 Thread Mercy

YES

在 2019/4/9 上午10:12, Huxing Zhang 写道:

Dear Dubbo PPMC members,

(bcc to all PPMC members)

The Dubbo community is discussing the graduation of Dubbo to be a Top
Level project of Apache Software Foundation in the dev mailing list.
As one of the steps towards graduation, the community needs to set up
list of Project Management Committees (PMC) members after graduation,
which will be included in the graduation resolution.

The role of the PMC is included as follows[1]:

The role of the PMC from a Foundation perspective is oversight. The
main role of the PMC is not code and not coding - but to ensure that
all legal issues are addressed, that procedure is followed, and that
each and every release is the product of the community as a whole.
That is key to our litigation protection mechanisms.

Secondly the role of the PMC is to further the long term development
and health of the community as a whole, and to ensure that balanced
and wide scale peer review and collaboration does happen. Within the
ASF we worry about any community which centers around a few
individuals who are working virtually uncontested. We believe that
this is detrimental to quality, stability, and robustness of both code
and long term social structures.

If you are willing to be a PMC member after graduation, please respond
YES to this thread by replying to dev@dubbo.apache.org no later than
2019-04-12 (Friday).
If you are not subscribing the private list, please remember to
subscribe to the private@ list.


[1] http://www.apache.org/foundation/how-it-works.html#pmc


Re: [VOTE] Release Apache Dubbo Spring Boot Project (Incubating) 2.7.1 (RC2)

2019-04-03 Thread Mercy Ma
We’ve received 3 +1 binding and 0 +1 non-binding votes:

+1 binding, Huxing Zhang
+1 binding, Ian Luo
+1 binding, Mercy Ma

The issue about the working directory will be solved in next release.

I will create a new vote thread in the Apache community now.

Kind regards,
Mercy Ma

On Thu, Apr 4, 2019 at 10:49 AM Mercy  wrote:

> +1
>
> I have checked the following list:
>
>1. Are release files in correct location? *PASS*
>2. Do release files have the word incubating in their name? *PASS*
>3. Are the digital signature and hashes correct? *PASS*
>4. Does DISCLAIMER file exist? *PASS*
>5. Do LICENSE and NOTICE files exists? *PASS*
>6. Is the LICENSE and NOTICE text correct? *PASS*
>7. Is the NOTICE year correct? *PASS*
>8. Un-included software dependencies are not mentioned in LICENSE or
>NOTICE? *PASS*
>9. License information is not mentioned in NOTICE? *PASS*
>10. Is there any 3rd party code contained inside the release? If so:
> *PASS*
>11. Does the software have a compatible license? *PASS*
>12. Are all software licenses mentioned in LICENSE? *PASS*
>13. Is the full text of the licenses (or pointers to it) in LICENSE?
> *PASS*
>14. Is any of this code Apache licensed? Do they have NOTICE files? If
>so: *PASS*
>15. Have relevant parts of those NOTICE files been added to this NOTICE
>file? *PASS*
>16. Do all source files have ASF headers? *PASS*
>17. Do the contents of the release match with what's tagged in version
>control? *PASS*
>18. Are there any unexpected binary files in the release? *PASS*
>19. Can you compile from source? Are the instruction clear? *PASS*
>
> Kind regards,
> Mercy Ma
>
> 在 2019/3/28 下午2:36, Mercy Ma 写道:
>
> Hello Dubbo Community,
>
> This is a call for the vote to release Apache Dubbo Spring Boot Project
> (Incubating) version 2.7.1 (RC2)
>
> The release candidates
> 2.7.1:
> https://dist.apache.org/repos/dist/dev/incubator/dubbo/spring-boot-project/2.7.1
>
> The staging repo:
> https://repository.apache.org/content/repositories/orgapachedubbo-1017
>
> Git tag for the release:
> 2.7.1: 
> *https://github.com/apache/incubator-dubbo-spring-boot-project/releases/tag/2.7.1
> <https://github.com/apache/incubator-dubbo-spring-boot-project/releases/tag/2.7.1>*
>
> Hash for the release tag:
> 2.7.0: 01fbe79c71f73f65ae1fa1239f9fba30a8300192
>
> Release Notes:
> 2.7.1:
> https://github.com/apache/incubator-dubbo-spring-boot-project/releases/tag/2.7.1
>
> The artifacts have been signed with Key:
> 87F025027A831ED2B86E7F08A7F508EFDA68B4F5, which can be found in the keys
> file:
> https://dist.apache.org/repos/dist/dev/incubator/dubbo/KEYS
>
> The vote will be open for at least 72 hours or until the necessary number
> of votes are reached.
>
> Please vote accordingly:
>
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove with the reason
>
> Thanks,
> The Apache Dubbo (Incubating) Team
>
>


Re: [VOTE] Release Apache Dubbo Spring Boot Project (Incubating) 2.7.1 (RC2)

2019-04-03 Thread Mercy

+1

I have checked the following list:

   1. Are release files in correct location? *PASS*
   2. Do release files have the word incubating in their name? *PASS*
   3. Are the digital signature and hashes correct? *PASS*
   4. Does DISCLAIMER file exist? *PASS*
   5. Do LICENSE and NOTICE files exists? *PASS*
   6. Is the LICENSE and NOTICE text correct? *PASS*
   7. Is the NOTICE year correct? *PASS*
   8. Un-included software dependencies are not mentioned in LICENSE or
   NOTICE? *PASS*
   9. License information is not mentioned in NOTICE? *PASS*
   10. Is there any 3rd party code contained inside the release? If so: 
*PASS*

   11. Does the software have a compatible license? *PASS*
   12. Are all software licenses mentioned in LICENSE? *PASS*
   13. Is the full text of the licenses (or pointers to it) in LICENSE? 
*PASS*

   14. Is any of this code Apache licensed? Do they have NOTICE files? If
   so: *PASS*
   15. Have relevant parts of those NOTICE files been added to this NOTICE
   file? *PASS*
   16. Do all source files have ASF headers? *PASS*
   17. Do the contents of the release match with what's tagged in version
   control? *PASS*
   18. Are there any unexpected binary files in the release? *PASS*
   19. Can you compile from source? Are the instruction clear? *PASS*


Kind regards,
Mercy Ma

在 2019/3/28 下午2:36, Mercy Ma 写道:

Hello Dubbo Community,

This is a call for the vote to release Apache Dubbo Spring Boot 
Project (Incubating) version 2.7.1 (RC2)


The release candidates
2.7.1:https://dist.apache.org/repos/dist/dev/incubator/dubbo/spring-boot-project/2.7.1

The staging repo:
https://repository.apache.org/content/repositories/orgapachedubbo-1017
_
_
Git tag for the release:
2.7.1: 
_https://github.com/apache/incubator-dubbo-spring-boot-project/releases/tag/2.7.1_


Hash for the release tag:
2.7.0: 01fbe79c71f73f65ae1fa1239f9fba30a8300192

Release Notes:
2.7.1: 
https://github.com/apache/incubator-dubbo-spring-boot-project/releases/tag/2.7.1


The artifacts have been signed with Key: 
87F025027A831ED2B86E7F08A7F508EFDA68B4F5, which can be found in the 
keys file:

https://dist.apache.org/repos/dist/dev/incubator/dubbo/KEYS

The vote will be open for at least 72 hours or until the necessary 
number of votes are reached.


Please vote accordingly:

[ ] +1 approve
[ ] +0 no opinion
[ ] -1 disapprove with the reason

Thanks,
The Apache Dubbo (Incubating) Team


Re: [VOTE] Release Apache Dubbo Spring Boot Project (Incubating) 2.7.1 (RC2)

2019-03-28 Thread Mercy

Hi Huxing,

I had cancelled it before voted this one. Pleases check again, thanks!


Kind regards,

Mercy Ma

在 2019/3/28 下午4:47, Huxing Zhang 写道:

Hi Mercy,

Will you please cancel the RC1 vote first before starting RC2 vote?

On Thu, Mar 28, 2019 at 2:36 PM Mercy Ma  wrote:

Hello Dubbo Community,

This is a call for the vote to release Apache Dubbo Spring Boot Project
(Incubating) version 2.7.1 (RC2)

The release candidates
2.7.1:
https://dist.apache.org/repos/dist/dev/incubator/dubbo/spring-boot-project/2.7.1

The staging repo:
https://repository.apache.org/content/repositories/orgapachedubbo-1017

Git tag for the release:
2.7.1: 
*https://github.com/apache/incubator-dubbo-spring-boot-project/releases/tag/2.7.1
<https://github.com/apache/incubator-dubbo-spring-boot-project/releases/tag/2.7.1>*

Hash for the release tag:
2.7.0: 01fbe79c71f73f65ae1fa1239f9fba30a8300192

Release Notes:
2.7.1:
https://github.com/apache/incubator-dubbo-spring-boot-project/releases/tag/2.7.1

The artifacts have been signed with Key:
87F025027A831ED2B86E7F08A7F508EFDA68B4F5, which can be found in the keys
file:
https://dist.apache.org/repos/dist/dev/incubator/dubbo/KEYS

The vote will be open for at least 72 hours or until the necessary number
of votes are reached.

Please vote accordingly:

[ ] +1 approve
[ ] +0 no opinion
[ ] -1 disapprove with the reason

Thanks,
The Apache Dubbo (Incubating) Team





Re: [CANCEL] [Vote] Release Apache Dubbo Spring Boot Project (Incubating) 2.7.1 (RC1)

2019-03-28 Thread Mercy
Release Apache Dubbo Spring Boot Project (Incubating) 2.7.1 (RC1) will 
be cancel, please ignore this email.



Kind regards,

Mercy Ma

在 2019/3/28 下午12:46, Mercy Ma 写道:
I also vote -1, a lot of *.flattened-pom.xml* files should be removed 
from source code, they are useless, thus I will vote again.


Kind regards,
Mercy Ma

On Thu, Mar 28, 2019 at 10:27 AM Ian Luo <mailto:ian@gmail.com>> wrote:


-1,

Minor issues, please fix in the next release:
> - There are lots of .flattened-pom.xml in source release, which does
> not exist in Github tag. For example:
> Only in
>

apache-dubbo-spring-boot-project-incubating-2.7.1-source-release/dubbo-spring-boot-actuator:
> .flattened-pom.xml


I think we should fix this, and the signature issue too.

Thanks,
-Ian.


On Wed, Mar 27, 2019 at 11:23 PM Huxing Zhang mailto:hux...@apache.org>> wrote:

> Hi,
>
> I vote with:
>  +1 release the software
>
>  Are release files in correct location? Yes
>  Do release files have the word incubating in their name? Yes
>  Are the digital signature and hashes correct? Yes
>  Does DISCLAIMER file exist? Yes
>  Do LICENSE and NOTICE files exists? Yes
>  Is the LICENSE and NOTICE text correct? Yes
>  Is the NOTICE year correct? Yes
>  Un-included software dependencies are not mentioned in LICENSE or
> NOTICE? Yes
>  License information is not mentioned in NOTICE? Yes
> Is there any 3rd party code contained inside the release? No
>  Do all source files have ASF headers? Yes
>  Do the contents of the release match with what's tagged in version
> control? Yes (There is some minor issue, see comments below)
>  Are there any unexpected binary files in the release? No.
>  Can you compile from source? Are the instruction clear? Yes.
>  UT passed on MacOS and Java 11
>
> Minor issues, please fix in the next release:
> - There are lots of .flattened-pom.xml in source release, which does
> not exist in Github tag. For example:
> Only in
>

apache-dubbo-spring-boot-project-incubating-2.7.1-source-release/dubbo-spring-boot-actuator:
> .flattened-pom.xml
> - The sha512 checksum should be marked as '*', please use -b to
> generate that token.
>
>

13d266f1f1c0352cdcb0a034d5147e3e5122adf37ef92a0d38af8b644ea5a302db3dd331ad7621967ab740966def061091e6b8acddcd0d500c4b74964228c3c1
> apache-dubbo-spring-boot-project-incubating-2.7.1-bin-release.zip
>
> On Wed, Mar 27, 2019 at 10:22 PM Mercy Ma mailto:mercybl...@apache.org>> wrote:
> >
> > Hello Dubbo Community,
> >
> > This is a call for the vote to release Apache Dubbo Spring
Boot Project
> > (Incubating) version 2.7.1 (RC1)
> >
> > The release candidates
> > 2.7.1:
> >
>

https://dist.apache.org/repos/dist/dev/incubator/dubbo/spring-boot-project/2.7.1
> >
> > The staging repo:
> >
https://repository.apache.org/content/repositories/orgapachedubbo-1017
> >
> > Git tag for the release:
> > 2.7.1: *
>

https://github.com/apache/incubator-dubbo-spring-boot-project/releases/tag/2.7.1
> > <
>

https://github.com/apache/incubator-dubbo-spring-boot-project/releases/tag/2.7.1
> >*
> >
> > Hash for the release tag:
> > 2.7.0: d7a1d14a9aae063b0acf7cc0bd74e197cbe9111f
> >
> > Release Notes:
> > 2.7.1:
> >
>

https://github.com/apache/incubator-dubbo-spring-boot-project/releases/tag/2.7.1
> >
> > The artifacts have been signed with Key:
> > 87F025027A831ED2B86E7F08A7F508EFDA68B4F5, which can be found
in the keys
> > file:
> > https://dist.apache.org/repos/dist/dev/incubator/dubbo/KEYS
> >
> > The vote will be open for at least 72 hours or until the
necessary number
> > of votes are reached.
> >
> > Please vote accordingly:
> >
> > [ ] +1 approve
> > [ ] +0 no opinion
> > [ ] -1 disapprove with the reason
> >
> > Thanks,
> > The Apache Dubbo (Incubating) Team
>
>
>
> --
> Best Regards!
> Huxing
>



--
*Mercy Ma
*
GMail:mercybl...@gmail.com <mailto:mercybl...@gmail.com>
Yahoo: mercy.bl...@yahoo.com <mailto:mercy.bl...@yahoo.com>
Wetchat: mercyblitz-1985
Twitter : @mercyblitz <http://twitter.com/mercyblitz>
Blog    : https://mercyblitz.github.io/


[VOTE] Release Apache Dubbo Spring Boot Project (Incubating) 2.7.1 (RC2)

2019-03-28 Thread Mercy Ma
Hello Dubbo Community,

This is a call for the vote to release Apache Dubbo Spring Boot Project
(Incubating) version 2.7.1 (RC2)

The release candidates
2.7.1:
https://dist.apache.org/repos/dist/dev/incubator/dubbo/spring-boot-project/2.7.1

The staging repo:
https://repository.apache.org/content/repositories/orgapachedubbo-1017

Git tag for the release:
2.7.1: 
*https://github.com/apache/incubator-dubbo-spring-boot-project/releases/tag/2.7.1
*

Hash for the release tag:
2.7.0: 01fbe79c71f73f65ae1fa1239f9fba30a8300192

Release Notes:
2.7.1:
https://github.com/apache/incubator-dubbo-spring-boot-project/releases/tag/2.7.1

The artifacts have been signed with Key:
87F025027A831ED2B86E7F08A7F508EFDA68B4F5, which can be found in the keys
file:
https://dist.apache.org/repos/dist/dev/incubator/dubbo/KEYS

The vote will be open for at least 72 hours or until the necessary number
of votes are reached.

Please vote accordingly:

[ ] +1 approve
[ ] +0 no opinion
[ ] -1 disapprove with the reason

Thanks,
The Apache Dubbo (Incubating) Team


Re: [Vote] Release Apache Dubbo Spring Boot Project (Incubating) 2.7.1 (RC1)

2019-03-27 Thread Mercy Ma
I also vote -1, a lot of *.flattened-pom.xml* files should be removed from
source code, they are useless, thus I will vote again.

Kind regards,
Mercy Ma

On Thu, Mar 28, 2019 at 10:27 AM Ian Luo  wrote:

> -1,
>
> Minor issues, please fix in the next release:
> > - There are lots of .flattened-pom.xml in source release, which does
> > not exist in Github tag. For example:
> > Only in
> >
> apache-dubbo-spring-boot-project-incubating-2.7.1-source-release/dubbo-spring-boot-actuator:
> > .flattened-pom.xml
>
>
> I think we should fix this, and the signature issue too.
>
> Thanks,
> -Ian.
>
>
> On Wed, Mar 27, 2019 at 11:23 PM Huxing Zhang  wrote:
>
> > Hi,
> >
> > I vote with:
> >  +1 release the software
> >
> >  Are release files in correct location? Yes
> >  Do release files have the word incubating in their name? Yes
> >  Are the digital signature and hashes correct? Yes
> >  Does DISCLAIMER file exist? Yes
> >  Do LICENSE and NOTICE files exists? Yes
> >  Is the LICENSE and NOTICE text correct? Yes
> >  Is the NOTICE year correct? Yes
> >  Un-included software dependencies are not mentioned in LICENSE or
> > NOTICE? Yes
> >  License information is not mentioned in NOTICE? Yes
> > Is there any 3rd party code contained inside the release? No
> >  Do all source files have ASF headers? Yes
> >  Do the contents of the release match with what's tagged in version
> > control? Yes (There is some minor issue, see comments below)
> >  Are there any unexpected binary files in the release? No.
> >  Can you compile from source? Are the instruction clear? Yes.
> >  UT passed on MacOS and Java 11
> >
> > Minor issues, please fix in the next release:
> > - There are lots of .flattened-pom.xml in source release, which does
> > not exist in Github tag. For example:
> > Only in
> >
> apache-dubbo-spring-boot-project-incubating-2.7.1-source-release/dubbo-spring-boot-actuator:
> > .flattened-pom.xml
> > - The sha512 checksum should be marked as '*', please use -b to
> > generate that token.
> >
> >
> 13d266f1f1c0352cdcb0a034d5147e3e5122adf37ef92a0d38af8b644ea5a302db3dd331ad7621967ab740966def061091e6b8acddcd0d500c4b74964228c3c1
> >  apache-dubbo-spring-boot-project-incubating-2.7.1-bin-release.zip
> >
> > On Wed, Mar 27, 2019 at 10:22 PM Mercy Ma  wrote:
> > >
> > > Hello Dubbo Community,
> > >
> > > This is a call for the vote to release Apache Dubbo Spring Boot Project
> > > (Incubating) version 2.7.1 (RC1)
> > >
> > > The release candidates
> > > 2.7.1:
> > >
> >
> https://dist.apache.org/repos/dist/dev/incubator/dubbo/spring-boot-project/2.7.1
> > >
> > > The staging repo:
> > > https://repository.apache.org/content/repositories/orgapachedubbo-1017
> > >
> > > Git tag for the release:
> > > 2.7.1: *
> >
> https://github.com/apache/incubator-dubbo-spring-boot-project/releases/tag/2.7.1
> > > <
> >
> https://github.com/apache/incubator-dubbo-spring-boot-project/releases/tag/2.7.1
> > >*
> > >
> > > Hash for the release tag:
> > > 2.7.0: d7a1d14a9aae063b0acf7cc0bd74e197cbe9111f
> > >
> > > Release Notes:
> > > 2.7.1:
> > >
> >
> https://github.com/apache/incubator-dubbo-spring-boot-project/releases/tag/2.7.1
> > >
> > > The artifacts have been signed with Key:
> > > 87F025027A831ED2B86E7F08A7F508EFDA68B4F5, which can be found in the
> keys
> > > file:
> > > https://dist.apache.org/repos/dist/dev/incubator/dubbo/KEYS
> > >
> > > The vote will be open for at least 72 hours or until the necessary
> number
> > > of votes are reached.
> > >
> > > Please vote accordingly:
> > >
> > > [ ] +1 approve
> > > [ ] +0 no opinion
> > > [ ] -1 disapprove with the reason
> > >
> > > Thanks,
> > > The Apache Dubbo (Incubating) Team
> >
> >
> >
> > --
> > Best Regards!
> > Huxing
> >
>


-- 

*Mercy Ma*
GMail:mercybl...@gmail.com
Yahoo: mercy.bl...@yahoo.com
Wetchat: mercyblitz-1985
Twitter : @mercyblitz <http://twitter.com/mercyblitz>
Blog: https://mercyblitz.github.io/


[Vote] Release Apache Dubbo Spring Boot Project (Incubating) 2.7.1 (RC1)

2019-03-27 Thread Mercy Ma
Hello Dubbo Community,

This is a call for the vote to release Apache Dubbo Spring Boot Project
(Incubating) version 2.7.1 (RC1)

The release candidates
2.7.1:
https://dist.apache.org/repos/dist/dev/incubator/dubbo/spring-boot-project/2.7.1

The staging repo:
https://repository.apache.org/content/repositories/orgapachedubbo-1017

Git tag for the release:
2.7.1: 
*https://github.com/apache/incubator-dubbo-spring-boot-project/releases/tag/2.7.1
*

Hash for the release tag:
2.7.0: d7a1d14a9aae063b0acf7cc0bd74e197cbe9111f

Release Notes:
2.7.1:
https://github.com/apache/incubator-dubbo-spring-boot-project/releases/tag/2.7.1

The artifacts have been signed with Key:
87F025027A831ED2B86E7F08A7F508EFDA68B4F5, which can be found in the keys
file:
https://dist.apache.org/repos/dist/dev/incubator/dubbo/KEYS

The vote will be open for at least 72 hours or until the necessary number
of votes are reached.

Please vote accordingly:

[ ] +1 approve
[ ] +0 no opinion
[ ] -1 disapprove with the reason

Thanks,
The Apache Dubbo (Incubating) Team


Re: [VOTE] Release Apache Dubbo Spring Boot Project (Incubating) 2.7.1

2019-03-27 Thread Mercy Ma
This release will be cancel because Github tag attaches the wrong source
code, I will renew a vote.

Kind regards,
Mercy Ma

On Wed, Mar 27, 2019 at 1:26 PM Mercy  wrote:

> Hello Dubbo Community,
>
> This is a call for the vote to release Apache Dubbo Spring Boot Project
> (Incubating) version 2.7.1
>
> The release candidates:
> 2.7.1:
> https://dist.apache.org/repos/dist/dev/incubator/dubbo/spring-boot-project/2.7.1
>
> Git tag for the release:
> 2.7.1:
>
> https://github.com/apache/incubator-dubbo-spring-boot-project/releases/tag/2.7.1
>
> Hash for the release tag:
> 2.7.1: b2200d6523548070f2b31aa42d9bd48e5259f5c4
>
> Release Notes:
> 2.7.1:
>
> https://github.com/apache/incubator-dubbo-spring-boot-project/releases/tag/2.7.1
>
> The artifacts have been signed with Key:
> 87F025027A831ED2B86E7F08A7F508EFDA68B4F5, which can be found in the keys
> file:
> https://dist.apache.org/repos/dist/release/incubator/dubbo/KEYS
>
> The vote will be open for at least 72 hours or until the necessary
> number of votes are reached.
>
> Please vote accordingly:
>
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove with the reason
>
> Thanks,
> The Apache Dubbo (Incubating) Team
>


[VOTE] Release Apache Dubbo Spring Boot Project (Incubating) 2.7.1

2019-03-26 Thread Mercy

Hello Dubbo Community,

This is a call for the vote to release Apache Dubbo Spring Boot Project 
(Incubating) version 2.7.1


The release candidates:
2.7.1:https://dist.apache.org/repos/dist/dev/incubator/dubbo/spring-boot-project/2.7.1

Git tag for the release:
2.7.1: 
https://github.com/apache/incubator-dubbo-spring-boot-project/releases/tag/2.7.1


Hash for the release tag:
2.7.1: b2200d6523548070f2b31aa42d9bd48e5259f5c4

Release Notes:
2.7.1: 
https://github.com/apache/incubator-dubbo-spring-boot-project/releases/tag/2.7.1


The artifacts have been signed with Key: 
87F025027A831ED2B86E7F08A7F508EFDA68B4F5, which can be found in the keys 
file:

https://dist.apache.org/repos/dist/release/incubator/dubbo/KEYS

The vote will be open for at least 72 hours or until the necessary 
number of votes are reached.


Please vote accordingly:

[ ] +1 approve
[ ] +0 no opinion
[ ] -1 disapprove with the reason

Thanks,
The Apache Dubbo (Incubating) Team


Re: [VOTE]: Release Apache Dubbo (Incubating) 2.7.1 [RC1]

2019-03-18 Thread Mercy

+1

I have checked the following list:

   1. Are release files in correct location? *PASS*
   2. Do release files have the word incubating in their name? *PASS*
   3. Are the digital signature and hashes correct? *PASS*
   4. Does DISCLAIMER file exist? *PASS*
   5. Do LICENSE and NOTICE files exists? *PASS*
   6. Is the LICENSE and NOTICE text correct? *PASS*
   7. Is the NOTICE year correct? *PASS*
   8. Un-included software dependencies are not mentioned in LICENSE or
   NOTICE? *PASS*
   9. License information is not mentioned in NOTICE? *PASS*
   10. Is there any 3rd party code contained inside the release? If so: 
*PASS*

   11. Does the software have a compatible license? *PASS*
   12. Are all software licenses mentioned in LICENSE? *PASS*
   13. Is the full text of the licenses (or pointers to it) in LICENSE? 
*PASS*

   14. Is any of this code Apache licensed? Do they have NOTICE files? If
   so: *PASS*
   15. Have relevant parts of those NOTICE files been added to this NOTICE
   file? *PASS*
   16. Do all source files have ASF headers? *PASS*
   17. Do the contents of the release match with what's tagged in version
   control? *PASS*
   18. Are there any unexpected binary files in the release? *PASS*
   19. Can you compile from source? Are the instruction clear? *PASS*


Kind regards,
Mercy Ma


在 2019/3/19 上午11:18, Ian Luo 写道:

Hello Dubbo Community,

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

The release candidates (RC1):
https://dist.apache.org/repos/dist/dev/incubator/dubbo/2.7.1

Git tag for the release (RC1):
https://github.com/apache/incubator-dubbo/tree/dubbo-2.7.1

Hash for the release tag:
a36cc7520e0150d07d30e8baa0c61d5f9f11e6ed

Release Notes:
https://github.com/apache/incubator-dubbo/blob/dubbo-2.7.1/CHANGES.md

The artifacts have been signed with Key: 9C44B5A6884984DB, which can be
found in the keys file:
https://dist.apache.org/repos/dist/dev/incubator/dubbo/KEYS

The vote will be open for at least 72 hours or until necessary number of
votes are reached.

Please vote accordingly:

[ ] +1 approve
[ ] +0 no opinion
[ ] -1 disapprove with the reason

Thanks,
The Apache Dubbo (Incubating) Team



Re: [VOTE]: Release Apache Dubbo (Incubating) 2.6.6 [RC2]

2019-03-03 Thread Mercy

+1 Binding.

I check the following:
Are release files in correct location? OK
Do release files have the word incubating in their name? OK
Are the digital signature and hashes correct? OK
Does DISCLAIMER file exist? OK
Do LICENSE and NOTICE files exists? OK
Is the LICENSE and NOTICE text correct? OK
Is the NOTICE year correct? OK
Un-included software dependencies are not mentioned in LICENSE or NOTICE? OK
License information is not mentioned in NOTICE? OK
Is there any 3rd party code contained inside the release? If so:
Does the software have a compatible license?  OK
Are all software licenses mentioned in LICENSE? OK
Is the full text of the licenses (or pointers to it) in LICENSE?  OK
Is any of this code Apache licensed? Do they have NOTICE files? If so:
Have relevant parts of those NOTICE files been added to this NOTICE file? OK
Do all source files have ASF headers? OK
Do the contents of the release match with what's tagged in version 
control? OK

Are there any unexpected binary files in the release? No
Can you compile from source? Are the instruction clear? Yes.


Kind regards,

Mercy Ma

在 2019/3/1 下午5:28, Minxuan Zhuang 写道:

Hello Dubbo Community,

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

The release candidates (RC2):
https://dist.apache.org/repos/dist/dev/incubator/dubbo/2.6.6

Git tag for the release (RC2):
https://github.com/apache/incubator-dubbo/tree/dubbo-2.6.6

Hash for the release tag:
ba7f6f38c36675268ba64f21e97d02bda7a731dc

Release Notes:
https://github.com/apache/incubator-dubbo/blob/dubbo-2.6.6/CHANGES.md

The artifacts have been signed with Key : DA2108479B0C1E71, which can be
found in the keys file:
https://dist.apache.org/repos/dist/dev/incubator/dubbo/KEYS

The vote will be open for at least 72 hours or until necessary number of
votes are reached.

Please vote accordingly:

[ ] +1 approve
[ ] +0 no opinion
[ ] -1 disapprove with the reason

Thanks,
The Apache Dubbo (Incubating) Team



Re: 2.7.1 release plan

2019-02-28 Thread Mercy

I'm glad to hear that. Nacos registry will be add into this release.


Kind regards,
Mercy Ma

在 2019/3/1 下午2:47, Huxing Zhang 写道:

Hi,

Good to hear that. I am working on the etcd support. I think code
freeze at Mar 15th looks good to me.


On Fri, Mar 1, 2019 at 1:32 PM Ian Luo  wrote:

Hi folks,

I volunteer to take release manager role for 2.7.1 release. This release's
main theme is to support more register center and config center, which
include nacos, etcd, and consul in my mind. Besides, we also have a quite
long list [1] of issues targeted to 2.7.1, which apparently need to triage
to be short enough to meet to code freeze date, Mar. 15th. Hopefully we can
release 2.7.1 by Mar. 22.

Pls. take a look at milestone 2.7.1 [1], and let me know which issues are
must have for this release. We will triage the list soon :)

Thanks,
-Ian.

1. https://github.com/apache/incubator-dubbo/milestone/23



--
Best Regards!
Huxing


Re: Next steps of projects in Dubbo group

2019-02-28 Thread Mercy
Now, The source code of Dubbo Spring Cloud has been merged into the 
https://github.com/spring-cloud-incubator/spring-cloud-alibaba.


However, it's using Dubbo 2.6.x with Spring Boot Starter, should we keep 
the similar implemention using Apache Dubbo 2.7 + in this 
dubbo-spring-cloud-project?



Kind regards,

Mercy Ma

在 2019/3/1 下午1:52, Ian Luo 写道:

Huxing,

Pls. keep these two projects as is for now. I guess you may need to
ping @chicklj for archaius and @mercyma for spring cloud.

Thanks,
-Ian.


On Fri, Mar 1, 2019 at 1:43 PM Huxing Zhang  wrote:


Hi,

As discussed before, I have dropped the following projects under Dubbo
group (both are empty and discontinued):

* dubbo-configcenter-archaius
* dubbo-spring-cloud-project

On Thu, Jan 10, 2019 at 5:26 PM Huxing Zhang  wrote:

Hi All,

I think we need to decide the next steps of projects in Dubbo[1]
group. I'd divided them by 4 categories:

### Dubbo RPC extension modules

I think they are can be merge back into the core repository for the
purpose of easier release management and concentrate the
users/contributors.

They are:
* dubbo-rpc-native-thrift maintained by Xin Wang, our PPMC
* dubbo-registry-etcd maintained by Zonghai Shang, our PPMC
* dubbo-async-processor maintained by Jun Liu, our PPMC
* dubbo-registry-nacos maintained by Mercy Ma, our PPMC
* dubbo-configcenter-archaius an empty project, since Netflix no
longer maintains it, I propose to drop this project
* dubbo-serialization-gson maintained by Ian Luo, our PPMC
* dubbo-serialization-fst empty project, already merged into core
repo, ok to drop it
* dubbo-serialization-native-hessian, maintained by Ian Luo, our PPMC
* dubbo-rpc-jms, maintained by Kimm King, our committer
* dubbo-rpc-xmlrpc, maintained by Kimm King, our committer

### Multiple-language SDK

Most of the projects are maintained by external developers, I am not
quite sure how we can deal with them, maybe we need to discussed with
them, about whether we want to donate code to ASF.

They are:
* dubbo-php-framework php client + server  This project has already
signed SGA to donate to ASF
* dubbo2.js Node.js client
* dubbo-client-py python client
* egg-dubbo-rpc dubbo rpc plugin for egg Node.js framework
* dubbo-remoting-js dubbo protocol implementation of egg Node.js framwork

There are also 2 Node.js implementations, are they going to be merged
or not? That's another question.

### Integration

* dubbo-sentinel-support provides sentinel support, maintained by
* dubbo-kubernetes  provides kubernates support, still work in
progress, maintained by our committer Jeff Lv
* dubbo-integration empty project, not quite sure what it does, we can
leave it there
* dubbo-spring-cloud-project empty project, it can be dropped

### Tools & Others

* initializr forked from Spring initializr, should be no IP issues, I
think we can leave it there
* dubbo-spring-boot-demo This can be merge into dubbo-samples
* dubbo-benchmark benchmark project, maintained by Ian Luo, our PPMC,
I think we can move to Apache
* dubbo-logo logo files, suggest to move to ASF
* jmeter-plugins-dubbo, should be no IP issues, I think we can leave it

there

* hessian-lite, a modified version of hessian separated from the core
repository, suggest to move to ASF as a standalone project

How do you folks think?

[1] https://github.com/dubbo

--
Best Regards!
Huxing



--
Best Regards!
Huxing



[Discussion] Should we rename the Dubbo's Java anntations with "Dubbo" prefix?

2019-02-28 Thread Mercy

Hi all,


    It's an interesting issue[1] that was posted on Dubbo Spring Boot 
Project, the reporter ask to rename the Dubbo's Java anntations with 
"Dubbo" Prefix:


Before:

    @Service

    @Reference

After:

    @DubboService

    @DubboReference


I think that's fine, What's your opinion?


[1]: 
https://github.com/apache/incubator-dubbo-spring-boot-project/issues/447



Kind regards,

Mercy Ma



Re: Etcd support in 2.7.x

2019-02-27 Thread Mercy

Great news!

Kind regards,

Mercy Ma

在 2019/2/27 下午2:44, Huxing Zhang 写道:

Hi,

On Wed, Feb 27, 2019 at 2:05 PM yuhang xiu  wrote:

good news!

I remember that yiji is familiar with etcd3, and he may give us some advice.

I am working based on this implementation[1], which is done by yiji.
The first step is to merge in into Dubbo repository.

[1] https://github.com/dubbo/dubbo-registry-etcd


YunKun Huang  于2019年2月27日周三 上午11:54写道:


+1
good to have official support for etcd.

 From my personal experience, etcd is common and many companies already
have it in their IT infrastructure.

On 2019/02/26 15:00:34, Huxing Zhang  wrote:

Hi,

Since Dubbo 2.7, the registry metadata and configuration metadata has
been split, which make Dubbo easier to support more popular projects
like nacos, etcd, and consul

I am planning to work on the etcd support for 2.7.x including:
- simplified registry url
- etcd as configuration center
- etcd as metadata report

Hopefully will get it done before 2.7.1 release :)

--
Best Regards!
Huxing






Re: [Discussion] Which released version for the bugfix of Dubbo Spring Boot

2019-02-24 Thread Mercy

Here is a sample code to bugfix Enviroment Beans conflict:

https://github.com/apache/incubator-dubbo-spring-boot-project/issues/459

Kind regards,

Mercy Ma

在 2019/2/25 上午11:37, Mercy 写道:

Yes, it is. What's your opinion?

Kind regards,

Mercy

在 2019/2/25 上午11:20, jun liu 写道:
Is it the same issue as I asked you personally last week, Spring 
Environment injection conflict because of duplicate ambiguous instances?


Re: [Discussion] Which released version for the bugfix of Dubbo Spring Boot

2019-02-24 Thread Mercy

Yes, it is. What's your opinion?

Kind regards,

Mercy

在 2019/2/25 上午11:20, jun liu 写道:

Is it the same issue as I asked you personally last week, Spring Environment 
injection conflict because of duplicate ambiguous instances?


Re: [Discussion] Which released version for the bugfix of Dubbo Spring Boot

2019-02-24 Thread Mercy
In my opion, it's urgent. I'd like to vote this release as soon as 
possible and provide temporary solution before release.



Kind regards,

Mercy Ma

在 2019/2/25 上午10:43, Ian Luo 写道:

If it is urgent, I vote 2.7.0.1, otherwise I suggest we should hold the
release until Dubbo releases 2.7.1 by the end of March. In this way, we can
keep the release version constant between spring boot starter and dubbo.

Regards,
-Ian.


On Mon, Feb 25, 2019 at 10:38 AM Mercy  wrote:


Hi all,

 Recently, Some developers found an serious flaw[1] in Dubbo Spring
Boot starter, thus it's required to release a new version to fix it.
However, The version of Dubbo Spring Boot is binding to Dubbo's, thus there
are two versions to be choosed :

- 2.7.0.1
- 2.7.1

I prefer 2.7.0.1, What's your option?

[1]:
https://github.com/apache/incubator-dubbo-spring-boot-project/issues/449

Kind regards,

Mercy Ma



[Discussion] Which released version for the bugfix of Dubbo Spring Boot

2019-02-24 Thread Mercy

Hi all,

    Recently, Some developers found an serious flaw[1] in Dubbo Spring 
Boot starter, thus it's required to release a new version to fix it. 
However, The version of Dubbo Spring Boot is binding to Dubbo's, thus 
there are two versions to be choosed :


 * 2.7.0.1
 * 2.7.1

I prefer 2.7.0.1, What's your option?

[1]: 
https://github.com/apache/incubator-dubbo-spring-boot-project/issues/449


Kind regards,

Mercy Ma



Re: Non-apache releases and old releases

2019-02-17 Thread Mercy

Hi,

  Sorry about the unannouced release that is a re-deploy caused by the 
incompatible issue of Maven, and it will appear again.


Kind regards,

Mercy Ma

在 2019/2/14 下午1:41, Huxing Zhang 写道:

I have checked the maven repo[3] again, I found there are two extra
release artifacts, 0.1.2.RELEASE and 0.2.1.RELEASE, I did not find any
discussion on the mailing list about it, we should stop doing things
like that.


Re: [ANNOUNCEMENT] Apache Dubbo Spring Boot Project (Incubating) 2.7.0 has been released

2019-02-17 Thread Mercy

Hi,

Thanks, all tasks have been finished.

Kind regards,

Mercy Ma


在 2019/2/15 下午4:35, Huxing Zhang 写道:

Hi,

I am seeing that there is still some post-request steps to finish. See
the "Official Release" section[1] for more details.
Especially:
- Remove the release files in dev direcotry
- Remove the files for the previous release in release directory
- Add the download link to official website
- Remove the remote release branch

[1] http://dubbo.apache.org/en-us/blog/prepare-an-apache-release.html

On Fri, Feb 15, 2019 at 4:12 PM Mercy  wrote:

Hi community,

The Apache Dubbo(incubating) team is pleasured to announce that the
Apache Dubbo Spring Boot Project (Incubating) 2.7.0 has just been released.

Both the source release[1] and the maven binary release[2] are available
now, you can also find the detailed release notes in here[3].

If you have any usage questions, or have problems when upgrading or find
any problems about enhancements included in this release, please don’t
hesitate to let us know by sending feedback to this mailing list or filing
an issue on GitHub[4].

[1]
https://www.apache.org/dyn/closer.cgi?path=incubator/dubbo/spring-boot-project/2.7.0/apache-dubbo-spring-boot-project-incubating-2.7.0-source-release.zip
[2] http://central.maven.org/maven2/org/apache/dubbo
[3] https://github.com/apache/incubator-dubbo-spring-boot-project/releases
[4] https://github.com/apache/incubator-dubbo-spring-boot-project/issues


Best Regards,

The Apache Dubbo (Incubating) Team





[ANNOUNCEMENT] Apache Dubbo Spring Boot Project (Incubating) 2.7.0 has been released

2019-02-15 Thread Mercy

Hi community,

The Apache Dubbo(incubating) team is pleasured to announce that the
Apache Dubbo Spring Boot Project (Incubating) 2.7.0 has just been released.

Both the source release[1] and the maven binary release[2] are available
now, you can also find the detailed release notes in here[3].

If you have any usage questions, or have problems when upgrading or find
any problems about enhancements included in this release, please don’t
hesitate to let us know by sending feedback to this mailing list or filing
an issue on GitHub[4].

[1] 
https://www.apache.org/dyn/closer.cgi?path=incubator/dubbo/spring-boot-project/2.7.0/apache-dubbo-spring-boot-project-incubating-2.7.0-source-release.zip

[2] http://central.maven.org/maven2/org/apache/dubbo
[3] https://github.com/apache/incubator-dubbo-spring-boot-project/releases
[4] https://github.com/apache/incubator-dubbo-spring-boot-project/issues


Best Regards,

The Apache Dubbo (Incubating) Team



Re: 覆盖关系中的Externalized Configuration指什么配置法啊?

2019-02-12 Thread Mercy

"Externalized Configuration" is an abstract concept.

You can read this 
https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#boot-features-external-config 
to learn more.



Kind regards,

Mercy Ma

?? 2019/2/13 8:48,  :

Externalized Configu


Re: spring boot + Dubbo . why no use @EnableDubbo???

2019-02-11 Thread Mercy

Hi,

Do you add the Spring Boot starter dependecy? like : 
https://github.com/apache/incubator-dubbo-spring-boot-project/blob/master/README_CN.md#%E5%B7%B2%E5%8F%91%E8%A1%8C%E7%89%88%E6%9C%AC


Kind regards,

Mercy Ma


On 2019/02/11 09:44:28, "一直以来" <2...@qq.com> wrote:
> 
https://github.com/apache/incubator-dubbo-spring-boot-project/blob/master/README_CN.md> 
>

> >
> >
> if i no use @EnableDubbo, dubbo provider no ok!!!> >
> >
> >
> Is there a bug in the example of this url?>


Re: [VOTE]: Release Apache Dubbo Spring Boot Project (Incubating) 2.7.0 [RC4]

2019-02-10 Thread Mercy

We’ve received 4 +1 binding and 1 +1 non-binding votes:

+1 binding, Ian Luo
+1 binding, Mercy Ma
+1 binding, Huxing Zhang
+1 binding, Jun Liu
+1 non-binding, Mark Tomas

The issue about the working directory will be solved in next release.

I will create a new vote thread in the Apache community now.

Kind regards,

Mercy Ma

在 2019/2/6 下午6:48, Mark Thomas 写道:

On 01/02/2019 09:51, Mercy Ma wrote:




[X] +1 approve
[ ] +0 no opinion
[ ] -1 disapprove with the reason

Mark


Notes (no action required):
Signatures and hashes match
.gitignore file not included in source release
Maven wrapper not present in source release
mvn verify completed successfully

Minor issues (fix for next release):
There are a lot of .flattened-pom.xml files in the source release that
are not in the repo.


Re: [VOTE]: Release Apache Dubbo Spring Boot Project (Incubating) 2.7.0 [RC4]

2019-02-01 Thread Mercy Ma
+1

I have checked the following list:

   1. Are release files in correct location? pass
   2. Do release files have the word incubating in their name? pass
   3. Are the digital signature and hashes correct? pass
   4. Does DISCLAIMER file exist? pass
   5. Do LICENSE and NOTICE files exists? pass
   6. Is the LICENSE and NOTICE text correct? pass
   7. Is the NOTICE year correct? pass
   8. Un-included software dependencies are not mentioned in LICENSE or
   NOTICE? pass
   9. License information is not mentioned in NOTICE? pass
   10. Is there any 3rd party code contained inside the release? If so: pass
   11. Does the software have a compatible license? pass
   12. Are all software licenses mentioned in LICENSE? pass
   13. Is the full text of the licenses (or pointers to it) in LICENSE? pass
   14. Is any of this code Apache licensed? Do they have NOTICE files? If
   so: pass
   15. Have relevant parts of those NOTICE files been added to this NOTICE
   file? pass
   16. Do all source files have ASF headers? pass
   17. Do the contents of the release match with what's tagged in version
   control? pass
   18. Are there any unexpected binary files in the release? pass
   19. Can you compile from source? Are the instruction clear? pass

Kind regards,
Mercy Ma

On Fri, Feb 1, 2019 at 5:51 PM Mercy Ma  wrote:

> Hello Dubbo Community,
>
> This is a call for the vote to release Apache Dubbo Spring Boot Project
> (Incubating) version 2.7.0
>
> The release candidates (RC4):
> 2.7.0:
> https://dist.apache.org/repos/dist/dev/incubator/dubbo/spring-boot-project/2.7.0
>
> The staging repo:
> https://repository.apache.org/content/repositories/orgapachedubbo-1010
>
> Git tag for the release (RC4):
> 2.7.0: 
> *https://github.com/apache/incubator-dubbo-spring-boot-project/releases/tag/2.7.0
> <https://github.com/apache/incubator-dubbo-spring-boot-project/releases/tag/2.7.0>*
>
> Hash for the release tag:
> 2.7.0: 4ee35b9d2108990ac7773ffe5edf534f29122a78
>
> Release Notes:
> 2.7.0:
> https://github.com/apache/incubator-dubbo-spring-boot-project/releases/tag/2.7.0
>
> The artifacts have been signed with Key: 28681CB1, which can be found in
> the keys file:
> https://dist.apache.org/repos/dist/dev/incubator/dubbo/KEYS
>
> The vote will be open for at least 72 hours or until the necessary number
> of votes are reached.
>
> Please vote accordingly:
>
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove with the reason
>
> Thanks,
> The Apache Dubbo (Incubating) Team
>


Re: [VOTE]: Release Apache Dubbo Spring Boot Project (Incubating) 2.7.0 [RC3]

2019-02-01 Thread Mercy Ma
Ok, I will fix this issue and re-issue a new vote.

Kind regards
Mercy Ma

On Fri, Feb 1, 2019 at 5:01 PM Ian Luo  wrote:

> -1
>
> I found the code snippet in README and comment in configuration files still
> use old package name starting with com.alibaba, which should be changed to
> apache package. Otherwise, it will confuse peoples.
>
> Thanks,
> -Ian.
>
> On Fri, Feb 1, 2019 at 4:34 PM Mercy Ma  wrote:
>
> > Hello Dubbo Community,
> >
> > This is a call for the vote to release Apache Dubbo Spring Boot Project
> > (Incubating) version 2.7.0
> >
> > The release candidates (RC3):
> > 2.7.0:
> >
> >
> https://dist.apache.org/repos/dist/dev/incubator/dubbo/spring-boot-project/2.7.0
> >
> > The staging repo:
> > https://repository.apache.org/content/repositories/orgapachedubbo-1008
> >
> > Git tag for the release (RC2):
> > 2.7.0: *
> >
> https://github.com/apache/incubator-dubbo-spring-boot-project/releases/tag/2.7.0
> > <
> >
> https://github.com/apache/incubator-dubbo-spring-boot-project/releases/tag/2.7.0
> > >*
> >
> > Hash for the release tag:
> > 2.7.0: 33d2ec625f4c59c717c5afa7be56d2b39fa9059a
> >
> > Release Notes:
> > 2.7.0:
> >
> >
> https://github.com/apache/incubator-dubbo-spring-boot-project/releases/tag/2.7.0
> >
> > The artifacts have been signed with Key: 28681CB1, which can be found in
> > the keys file:
> > https://dist.apache.org/repos/dist/dev/incubator/dubbo/KEYS
> >
> > The vote will be open for at least 72 hours or until the necessary number
> > of votes are reached.
> >
> > Please vote accordingly:
> >
> > [ ] +1 approve
> > [ ] +0 no opinion
> > [ ] -1 disapprove with the reason
> >
> > Thanks,
> > The Apache Dubbo (Incubating) Team
> >
>


[VOTE]: Release Apache Dubbo Spring Boot Project (Incubating) 2.7.0 [RC3]

2019-02-01 Thread Mercy Ma
Hello Dubbo Community,

This is a call for the vote to release Apache Dubbo Spring Boot Project
(Incubating) version 2.7.0

The release candidates (RC3):
2.7.0:
https://dist.apache.org/repos/dist/dev/incubator/dubbo/spring-boot-project/2.7.0

The staging repo:
https://repository.apache.org/content/repositories/orgapachedubbo-1008

Git tag for the release (RC2):
2.7.0: 
*https://github.com/apache/incubator-dubbo-spring-boot-project/releases/tag/2.7.0
*

Hash for the release tag:
2.7.0: 33d2ec625f4c59c717c5afa7be56d2b39fa9059a

Release Notes:
2.7.0:
https://github.com/apache/incubator-dubbo-spring-boot-project/releases/tag/2.7.0

The artifacts have been signed with Key: 28681CB1, which can be found in
the keys file:
https://dist.apache.org/repos/dist/dev/incubator/dubbo/KEYS

The vote will be open for at least 72 hours or until the necessary number
of votes are reached.

Please vote accordingly:

[ ] +1 approve
[ ] +0 no opinion
[ ] -1 disapprove with the reason

Thanks,
The Apache Dubbo (Incubating) Team


[VOTE]: Release Apache Dubbo Spring Boot Project (Incubating) 2.7.0 [RC2]

2019-01-31 Thread Mercy Ma
Hello Dubbo Community,

This is a call for the vote to release Apache Dubbo Spring Boot Project
(Incubating) version 2.7.0

The release candidates (RC2):
2.7.0:
https://dist.apache.org/repos/dist/dev/incubator/dubbo/spring-boot-project/2.7.0

The staging repo:
https://repository.apache.org/content/repositories/orgapachedubbo-1007/

Git tag for the release (RC2):
2.7.0: 
*https://github.com/apache/incubator-dubbo-spring-boot-project/releases/tag/2.7.0
*

Hash for the release tag:
2.7.0: fc519f1919055ab78afa261d6a58498980147df6

Release Notes:
2.7.0:
https://github.com/apache/incubator-dubbo-spring-boot-project/releases/tag/2.7.0

The artifacts have been signed with Key: 28681CB1, which can be found in
the keys file:
https://dist.apache.org/repos/dist/dev/incubator/dubbo/KEYS

The vote will be open for at least 72 hours or until the necessary number
of votes are reached.

Please vote accordingly:

[ ] +1 approve
[ ] +0 no opinion
[ ] -1 disapprove with the reason

Thanks,
The Apache Dubbo (Incubating) Team


Re: [VOTE]: Release Apache Dubbo Spring Boot Project (Incubating) 2.7.0

2019-01-31 Thread Mercy

Thanks, I will issue a new vote for RC2.

Kind regards,

Mercy Ma

在 2019/1/31 上午10:21, Huxing Zhang 写道:

Hi,

On Wed, Jan 30, 2019 at 11:48 PM Mercy Ma  wrote:

Hello Dubbo Community,

This is a call for the vote to release Apache Dubbo Spring Boot Project
(Incubating) version 2.7.0

The release candidates:
2.7.0:
https://dist.apache.org/repos/dist/release/incubator/dubbo/spring-boot-project/2.7.0/

The release candidate should be pushed to
https://dist.apache.org/repos/dist/dev/incubator/dubbo/spring-boot-project/,
and after the vote has passed, we can move it to
https://dist.apache.org/repos/dist/release/incubator/dubbo/spring-boot-project/


Git tag for the release:
2.7.0: 
*https://github.com/apache/incubator-dubbo-spring-boot-project/releases/tag/2.7.0
<https://github.com/apache/incubator-dubbo-spring-boot-project/releases/tag/2.7.0>*

Hash for the release tag:
2.7.0: 2e5f9357216208b90e7b81f83fa7bce2359835da

Release Notes:
2.7.0:
https://github.com/apache/incubator-dubbo-spring-boot-project/releases/tag/2.7.0

The artifacts have been signed with Key: 28681CB1, which can be found in
the keys file:
https://dist.apache.org/repos/dist/release/incubator/dubbo/KEYS

The vote will be open for at least 72 hours or until the necessary number
of votes are reached.

Please vote accordingly:

[ ] +1 approve
[ ] +0 no opinion
[ ] -1 disapprove with the reason

Thanks,
The Apache Dubbo (Incubating) Team





[VOTE]: Release Apache Dubbo Spring Boot Project (Incubating) 2.7.0

2019-01-30 Thread Mercy Ma
Hello Dubbo Community,

This is a call for the vote to release Apache Dubbo Spring Boot Project
(Incubating) version 2.7.0

The release candidates:
2.7.0:
https://dist.apache.org/repos/dist/release/incubator/dubbo/spring-boot-project/2.7.0/

Git tag for the release:
2.7.0: 
*https://github.com/apache/incubator-dubbo-spring-boot-project/releases/tag/2.7.0
*

Hash for the release tag:
2.7.0: 2e5f9357216208b90e7b81f83fa7bce2359835da

Release Notes:
2.7.0:
https://github.com/apache/incubator-dubbo-spring-boot-project/releases/tag/2.7.0

The artifacts have been signed with Key: 28681CB1, which can be found in
the keys file:
https://dist.apache.org/repos/dist/release/incubator/dubbo/KEYS

The vote will be open for at least 72 hours or until the necessary number
of votes are reached.

Please vote accordingly:

[ ] +1 approve
[ ] +0 no opinion
[ ] -1 disapprove with the reason

Thanks,
The Apache Dubbo (Incubating) Team


Re: [Notification of V2.7.0] Status, TODOs, Possible Release Schedules.

2019-01-30 Thread Mercy Ma
What's more, Apache Dubbo Spring Boot 2.7.0 will be the infrastructure of
Spring Cloud (Incubator) Alibaba Service-to-Service calls, which will be
released at the end of February 2019.

Github: https://github.com/spring-cloud-incubator/spring-cloud-alibaba

Kind regards,
Mercy Ma

On Wed, Jan 30, 2019 at 2:53 PM Mercy  wrote:

> Hi,
>
>
> The source code of Dubbo Spring Boot has been ready, and it will be
> about to issue a vote soon.
>
>
> Kind regards,
>
> Mercy Ma
>
> 在 2019/1/30 下午1:00, Huxing Zhang 写道:
> > Hi All,
> >
> > As 2.7.0 has just released.
> > I am thinking that we can start the process of release
> > dubbo-spring-boot-starter and dubbo-ops.
> > Mercy and Minxuan, can you share your plan on this?
> >
> > On Tue, Jan 29, 2019 at 4:11 PM Huxing Zhang  wrote:
> >> Hi All,
> >>
> >> The 2.7.0 release just passed incubator vote.
> >> I am going to publish the maven artifacts.
> >>
> >>
> >> --
> >> Best Regards!
> >> Huxing
> >
> >
>


Re: [ANN] Welcome new committer: Kun Song

2019-01-29 Thread Mercy

Congratulations! 

Kind regards,
Mercy Ma

在 2019/1/30 上午10:01, Huxing Zhang 写道:

Hi Community,

On behalf of the Dubbo PPMC, I am pleased to announce that Kun Song,
a.k.a. satansk[1], has been voted in as a new Dubbo committer.

Please join me to say congratulations to him!

Kun, would you please briefly introduce yourself to the community?

[1] https://github.com/satansk



[Release] Apache Dubbo(Incubator) Spring Boot 0.2.1 and 0.1.2 are available

2019-01-27 Thread Mercy Ma
Hello Dubbo Community,

I'm glad to announce that Apache Dubbo(Incubator) Spring Boot 0.2.1 and
0.1.2  have been released and are now available from Maven Central.

Release Notes:
0.2.1:
https://github.com/apache/incubator-dubbo-spring-boot-project/releases/tag/0.2.1
0.1.2:
https://github.com/apache/incubator-dubbo-spring-boot-project/releases/tag/0.1.2

If you have trouble with Dubbo Spring Boot, please discuss with Dubbo
community at issues
<https://github.com/apache/incubator-dubbo-spring-boot-project/issues>.
Kind regards,
Mercy Ma


  1   2   >