Re: [VOTE] Release Apache TubeMQ (Incubating) 0.8.0-incubating RC4

2021-03-01 Thread Xiangdong Huang
+1 (non-binding) as it has improvements comparing with RC2.

I checked:
- run `mvn package`
- the ASC and SHA512

minor issues:
There are still Catalog X licenses but now they are claimed clearly. (BTW,
my private suggestion is listing all dependencies and their license names).
Some files still have no Apache Rat header (I think it should be
reconsidered that claiming "**/README.md" and "**/docs/**" as exceptions)

 Best,
---
Xiangdong Huang
School of Software, Tsinghua University



Saisai Shao  于2021年3月1日周一 下午7:29写道:

> +1 binding.
>
> Checked license file, ASC and SHA512, LGTM.
>
> Best regards,
> Sasisai
>
> Goson zhang  于2021年2月26日周五 上午9:40写道:
>
> > Hi all:
> >
> > We need your help, can anyone help us to review this release?
> >
> > The release of this version has lasted for more than a month, and many
> > changes have been delayed due to version release issues and cannot be
> > merged into the master.
> >
> > We have restored the "-WIP" label until the bdb relies [1] is resolved :
> > currently relies on BDB's code implementation needs to be adjusted, and
> it
> > will take a long time.
> >
> >
> > 1.
> >
> >
> https://lists.apache.org/thread.html/r6858f56cb88ea8a279fb8bbce7be06b2230a701af46d4ac79fc08fee%40%3Cgeneral.incubator.apache.org%3E
> >
> > Thanks!
> >
> > Yuanbo Liu  于2021年2月22日周一 下午4:19写道:
> >
> > > Hello Incubator Community,
> > >
> > > This is a call for a vote to release Apache TubeMQ (Incubating)
> > version
> > > 0.8.0-incubating RC4
> > >
> > > The Apache TubeMQ community has voted on and approved a proposal to
> > > release
> > > Apache TubeMQ (Incubating) version 0.8.0-incubating RC4
> > >
> > > We now kindly request the Incubator PMC members review and vote on
> > this
> > > incubator release.
> > >
> > > TubeMQ community vote thread:
> > > •
> > >
> > >
> >
> https://lists.apache.org/thread.html/rd8ff5969f969f91334cf576b648aa8dbb55194dd55508dc399806053%40%3Cdev.tubemq.apache.org%3E
> > >
> > > Vote result thread:
> > > •
> > >
> > >
> >
> https://lists.apache.org/thread.html/reb37cce379a2c4d8048266b7899c99f5b988cd3225ad3fb685e4fbf1%40%3Cdev.tubemq.apache.org%3E
> > >
> > > The release candidate:
> > > •
> > >
> > >
> >
> https://dist.apache.org/repos/dist/dev/incubator/tubemq/0.8.0-incubating-RC4/
> > >
> > > Git tag for the release:
> > > •
> > https://github.com/apache/incubator-tubemq/tree/0.8.0-incubating-RC4
> > >
> > > Release notes:
> > > •
> > >
> > >
> >
> https://github.com/apache/incubator-tubemq/releases/tag/0.8.0-incubating-RC4
> > >
> > > The artifacts signed with PGP key E8754243E7B3E044, corresponding
> to
> > > yua...@apache.org, that can be found in keys file:
> > > • https://dist.apache.org/repos/dist/dev/incubator/tubemq/KEYS
> > >
> > > The vote will be open for at least 72 hours or until a necessary
> > number
> > > of votes are reached.
> > >
> > > Please vote accordingly:
> > >
> > > [ ] +1 approve
> > > [ ] +0 no opinion
> > > [ ] -1 disapprove with the reason
> > >
> > > Thanks,
> > > On behalf of Apache TubeMQ (Incubating) community
> > >
> >
>


Re: [VOTE] Release Apache MXNet (incubating) version 1.8.0.rc3

2021-03-01 Thread Paul King
+1 (binding)

Checked:
- LICENSE and NOTICE seem okay
- DISCLAIMER-WIP exists
- Incubating in name
- Checksum and signature okay
- No unexpected binary file
- Built shared library using cmake (without CUDA)
- Built Java/Scala jars (also works for Groovy)

Comments:
* As others have noted, please fix LICENSE, NOTICE and DISCLAIMER-WIP files
moving forward.
* LICENSE file mentions 3rdparty/tvm/3rdparty/rang as "Unlicense". It would
be good to clarify that.
* Also a minor thing which could be improved: "What's New" section in
README.md stops at version 1.5.1. It would be great to keep that section
updated or point to some website if that info is elsewhere.
* You reference KEYS in dev space but also have one in the release space
at: https://dist.apache.org/repos/dist/release/incubator/mxnet/. I'd
encourage you just to use the release one (keeping it updated as needed)
and delete the dev one. This would avoid having two (potentially out of
sync) sources of truth.
* I had to manually copy some .a/.so files from root directory to lib (I
could have done a step wrong)
* I had to use JDK8 to build jars (didn't see that in instructions I was
following but I could have missed it)
* Built jars had version INTERNAL, I was expecting 1.8.0.rc3 or similar
* I was planning to run my Groovy data science example against the jar but
the produced jars didn't seem complete (perhaps my lack of understanding of
steps required)

Cheers, Paul.

On Mon, Jan 25, 2021 at 12:37 AM Skalicky, Sam 
wrote:

> Dear community,
>
> This is a call for a releasing Apache MXNet (incubating) 1.8.0, release
> candidate 3.
>
> Apache MXNet (incubating) community has voted and approved the release.
>
> Vote thread:
>
> https://lists.apache.org/thread.html/r42511b3c24a6df9f07a502dd0afd9db514b2592c30c26b90ffbd36ce%40%3Cdev.mxnet.apache.org%3E
>
> Result thread:
>
> https://lists.apache.org/thread.html/r4aa42956b2a9c417e10043dd12a16e926d0a11e8b0e7befeac3fb242%40%3Cdev.mxnet.apache.org%3E
>
> The source tarball, including signatures, digests, etc. can be found at:
> https://dist.apache.org/repos/dist/dev/incubator/mxnet/1.8.0.rc3
>
> The tag to be voted upon is 1.8.0.rc3:
> https://github.com/apache/incubator-mxnet/releases/tag/1.8.0.rc3
>
> The release hash is 2fc0706874531fdfdbe49819eae0c88f8016eee3:
>
> https://github.com/apache/incubator-mxnet/commit/2fc0706874531fdfdbe49819eae0c88f8016eee3
>
> KEYS file available:
> https://dist.apache.org/repos/dist/dev/incubator/mxnet/KEYS
>
> For information about the contents of this release, see:
> https://cwiki.apache.org/confluence/display/MXNET/1.8.0+Release+Notes
>
> Here are the changes comparing to 1.8.0.rc2:
> * Updated LICENSE & rat checker
> * Extensions bugfixes
> * fix for R builds
> * Upgrade to oneDNN v1.7 with required bugfixes
> * Fix for testing with CUDA 11, remove cleanup on side threads
> * Fix for building CUDA 11 with Windows
> * Remove temporary fix for RNN in MKLDNN
>
> The vote will be open for 72 hours.
> [ ] +1 release this package as #
> [ ] +0 no opinion
> [ ] -1 do not release this package because...
>
> Best regards,
> Sam Skalicky
>


Re: Question: How can I know how many users subscribe my email list like d...@bluemarlin.apache.org?

2021-03-01 Thread Ming Wen
Hi, Xun,
You can get the subscribe data from
https://whimsy.apache.org/committers/moderationhelper if you are the
moderator.

Thanks,
Ming Wen, Apache APISIX PMC Chair
Twitter: _WenMing


Xun Hu  于2021年3月2日周二 上午8:23写道:

> EOM.
>


Question: How can I know how many users subscribe my email list like d...@bluemarlin.apache.org?

2021-03-01 Thread Xun Hu
EOM.


RE: Bluemarlin Migration

2021-03-01 Thread Xun Hu
Hi, Hans,

Thanks for your help, this is what we are looking for.

Regards,
-xun


-Original Message-
From: Hans Van Akelyen  
Sent: Monday, March 1, 2021 2:00 PM
To: Reza Adibnia 
Cc: general@incubator.apache.org; Jean-Baptiste Onofré ; 
Wenjing Chu ; d...@bluemarlin.apache.org
Subject: Re: Bluemarlin Migration

Hi Reza,

The incubator.apache.org website contains most of the info you need and helped 
us a lot during the first stages. Disclaimer information can be found here:
https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fincubator.apache.org%2Fguides%2Freleasemanagement.html%23choice_of_disclaimersdata=04%7C01%7Cxun.hu%40futurewei.com%7C119ce0e0d4664f014b4e08d8dcfd6437%7C0fee8ff2a3b240189c753a1d5591fedc%7C1%7C0%7C637502328153730836%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000sdata=AAYKlScAjI2rYMKyUg1zzv661PIwCfJeiWDut8B1AJM%3Dreserved=0

Cheers,
Hans

On Mon, 1 Mar 2021 at 22:40, Reza Adibnia 
wrote:

> Thanks Hans. I found the instructions for the Notice File in the link 
> you sent as well. That was helpful.
>
>
>
> Can you please let me know how to get the DISCLIAMER File?
>
>
>
> Best Regards,
>
>
>
> Reza.
>
>
>
> *From:* Hans Van Akelyen 
> *Sent:* Friday, February 26, 2021 11:40 PM
> *To:* general@incubator.apache.org
> *Cc:* Reza Adibnia ; Jean-Baptiste Onofré 
> < jbono...@yupiik.com>; Wenjing Chu ; 
> d...@bluemarlin.apache.org
> *Subject:* Re: Bluemarlin Migration
>
>
>
> Hi Reza,
>
>
>
> The header can be found here:
> https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.
> apache.org%2Flegal%2Fsrc-headers.htmldata=04%7C01%7Cxun.hu%40futu
> rewei.com%7C119ce0e0d4664f014b4e08d8dcfd6437%7C0fee8ff2a3b240189c753a1
> d5591fedc%7C1%7C0%7C637502328153730836%7CUnknown%7CTWFpbGZsb3d8eyJWIjo
> iMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000
> ;sdata=cq%2BGTVvY%2Fo9ldj6M0GedgAyEx%2FLtNAACtypqlNMeviU%3Dreserv
> ed=0 
>  .apache.org%2Flegal%2Fsrc-headers.htmldata=04%7C01%7Cxun.hu%40fut
> urewei.com%7C119ce0e0d4664f014b4e08d8dcfd6437%7C0fee8ff2a3b240189c753a
> 1d5591fedc%7C1%7C0%7C637502328153730836%7CUnknown%7CTWFpbGZsb3d8eyJWIj
> oiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000
> p;sdata=cq%2BGTVvY%2Fo9ldj6M0GedgAyEx%2FLtNAACtypqlNMeviU%3Dreser
> ved=0>
>
>
>
> On Fri, 26 Feb 2021 at 20:55, Xun Hu  wrote:
>
> + Wenjing
>
> From: Reza Adibnia 
> Sent: Friday, February 26, 2021 11:50 AM
> To: Jean-Baptiste Onofré 
> Cc: d...@bluemarlin.apache.org; Xun Hu ; 
> general@incubator.apache.org
> Subject: Bluemarlin Migration
>
> Hi JB,
>
> Can you please give an update on bluemarlin migration?
>
> The existing code repository of blue-marlin project is
> https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgith
> ub.com%2FFuturewei-io%2Fblue-marlindata=04%7C01%7Cxun.hu%40future
> wei.com%7C119ce0e0d4664f014b4e08d8dcfd6437%7C0fee8ff2a3b240189c753a1d5
> 591fedc%7C1%7C0%7C637502328153990683%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiM
> C4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000s
> data=szOOyyR%2BGNmkBxSfimmmwH4JqAQ781rUcvLWoVYPzXg%3Dreserved=0
>  hub.com%2FFuturewei-io%2Fblue-marlindata=04%7C01%7Cxun.hu%40futur
> ewei.com%7C119ce0e0d4664f014b4e08d8dcfd6437%7C0fee8ff2a3b240189c753a1d
> 5591fedc%7C1%7C0%7C637502328153990683%7CUnknown%7CTWFpbGZsb3d8eyJWIjoi
> MC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000
> sdata=szOOyyR%2BGNmkBxSfimmmwH4JqAQ781rUcvLWoVYPzXg%3Dreserved=0>
> <
> https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgith
> ub.com%2FFuturewei-io%2Fblue-marlindata=04%7C01%7Cxun.hu%40future
> wei.com%7C119ce0e0d4664f014b4e08d8dcfd6437%7C0fee8ff2a3b240189c753a1d5
> 591fedc%7C1%7C0%7C637502328153990683%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiM
> C4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000s
> data=szOOyyR%2BGNmkBxSfimmmwH4JqAQ781rUcvLWoVYPzXg%3Dreserved=0
>  hub.com%2FFuturewei-io%2Fblue-marlindata=04%7C01%7Cxun.hu%40futur
> ewei.com%7C119ce0e0d4664f014b4e08d8dcfd6437%7C0fee8ff2a3b240189c753a1d
> 5591fedc%7C1%7C0%7C637502328153990683%7CUnknown%7CTWFpbGZsb3d8eyJWIjoi
> MC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000
> sdata=szOOyyR%2BGNmkBxSfimmmwH4JqAQ781rUcvLWoVYPzXg%3Dreserved=0>
> >
>
> I can help you with the migration. I have created a new branch called 
> apache-migration from master.
>
> If you send me ASF headers, I will modify the individual files. I 
> think this part will take the most time.
> Here are the list of tasks we need to work on as you mentioned before:
>
> - check license (JB will do)
> - add ASF headers in all files (Reza will do, I need the header.)
> - add DISCLAIMER, LICENSE and NOTICE files (JB will do)
> - eventually rename packages/artifacts to 

Re: Bluemarlin Migration

2021-03-01 Thread Hans Van Akelyen
Hi Reza,

The incubator.apache.org website contains most of the info you need and
helped us a lot during the first stages. Disclaimer information can be
found here:
https://incubator.apache.org/guides/releasemanagement.html#choice_of_disclaimers

Cheers,
Hans

On Mon, 1 Mar 2021 at 22:40, Reza Adibnia 
wrote:

> Thanks Hans. I found the instructions for the Notice File in the link you
> sent as well. That was helpful.
>
>
>
> Can you please let me know how to get the DISCLIAMER File?
>
>
>
> Best Regards,
>
>
>
> Reza.
>
>
>
> *From:* Hans Van Akelyen 
> *Sent:* Friday, February 26, 2021 11:40 PM
> *To:* general@incubator.apache.org
> *Cc:* Reza Adibnia ; Jean-Baptiste Onofré <
> jbono...@yupiik.com>; Wenjing Chu ;
> d...@bluemarlin.apache.org
> *Subject:* Re: Bluemarlin Migration
>
>
>
> Hi Reza,
>
>
>
> The header can be found here:
> https://www.apache.org/legal/src-headers.html
> 
>
>
>
> On Fri, 26 Feb 2021 at 20:55, Xun Hu  wrote:
>
> + Wenjing
>
> From: Reza Adibnia 
> Sent: Friday, February 26, 2021 11:50 AM
> To: Jean-Baptiste Onofré 
> Cc: d...@bluemarlin.apache.org; Xun Hu ;
> general@incubator.apache.org
> Subject: Bluemarlin Migration
>
> Hi JB,
>
> Can you please give an update on bluemarlin migration?
>
> The existing code repository of blue-marlin project is
> https://github.com/Futurewei-io/blue-marlin
> 
> <
> https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FFuturewei-io%2Fblue-marlin=04%7C01%7Cxun.hu%40futurewei.com%7C25373d89756c40b6a02408d8da8fa23b%7C0fee8ff2a3b240189c753a1d5591fedc%7C1%7C0%7C637499657742215610%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000=sP29DvbjrRntYTG%2F453LTeB%2FtaqcSfyUb5nHiel1fUg%3D=0
> 
> >
>
> I can help you with the migration. I have created a new branch called
> apache-migration from master.
>
> If you send me ASF headers, I will modify the individual files. I think
> this part will take the most time.
> Here are the list of tasks we need to work on as you mentioned before:
>
> - check license (JB will do)
> - add ASF headers in all files (Reza will do, I need the header.)
> - add DISCLAIMER, LICENSE and NOTICE files (JB will do)
> - eventually rename packages/artifacts to org.apache.bluemarlin (Done for
> IMS-Service)
> - prepare a source artifact containing all and named with
> version-incubator (I don't know about this one, please advise)
>
> I am under pressure to finish this migration ASAP, please work with me to
> finish this process.
>
> Can we have a meeting with google hangouts early next week?
>
> Best Regards,
>
> Reza.
>
>
>


Re: Bluemarlin Migration

2021-03-01 Thread Justin Mclean
Hi,

> Can you please let me know how to get the DISCLIAMER File?

Please see [1] you might also want to read [2]

Thanks,
Justin


1. https://incubator.apache.org/policy/incubation.html#disclaimers 

2. https://incubator.apache.org/cookbook/ 





RE: Bluemarlin Migration

2021-03-01 Thread Reza Adibnia
Thanks Hans. I found the instructions for the Notice File in the link you sent 
as well. That was helpful.

Can you please let me know how to get the DISCLIAMER File?

Best Regards,

Reza.

From: Hans Van Akelyen 
Sent: Friday, February 26, 2021 11:40 PM
To: general@incubator.apache.org
Cc: Reza Adibnia ; Jean-Baptiste Onofré 
; Wenjing Chu ; 
d...@bluemarlin.apache.org
Subject: Re: Bluemarlin Migration

Hi Reza,

The header can be found here: 
https://www.apache.org/legal/src-headers.html

On Fri, 26 Feb 2021 at 20:55, Xun Hu 
mailto:xun...@futurewei.com>> wrote:
+ Wenjing

From: Reza Adibnia 
mailto:reza.adib...@futurewei.com>>
Sent: Friday, February 26, 2021 11:50 AM
To: Jean-Baptiste Onofré mailto:jbono...@yupiik.com>>
Cc: d...@bluemarlin.apache.org; Xun Hu 
mailto:xun...@futurewei.com>>; 
general@incubator.apache.org
Subject: Bluemarlin Migration

Hi JB,

Can you please give an update on bluemarlin migration?

The existing code repository of blue-marlin project is 
https://github.com/Futurewei-io/blue-marlin>

I can help you with the migration. I have created a new branch called 
apache-migration from master.

If you send me ASF headers, I will modify the individual files. I think this 
part will take the most time.
Here are the list of tasks we need to work on as you mentioned before:

- check license (JB will do)
- add ASF headers in all files (Reza will do, I need the header.)
- add DISCLAIMER, LICENSE and NOTICE files (JB will do)
- eventually rename packages/artifacts to org.apache.bluemarlin (Done for 
IMS-Service)
- prepare a source artifact containing all and named with version-incubator (I 
don't know about this one, please advise)

I am under pressure to finish this migration ASAP, please work with me to 
finish this process.

Can we have a meeting with google hangouts early next week?

Best Regards,

Reza.




Re: [VOTE] Release Apache MXNet (incubating) version 1.8.0.rc3

2021-03-01 Thread Jason Dai
+1 (binding); I checked:



- LICENSE and NOTICE exist

- DISCLAIMER-WIP exists

- Incubating in name

- Checksum correct

- No unexpected binary


Please fix LICENSE and DISCLAIMER-WIP.


Thanks,

-Jason

On Fri, Feb 26, 2021 at 8:59 AM Craig Russell  wrote:

> Hi Sheng,
>
> The first place I would suggest you to ask is your mentors. Next, your
> PPMC members who are IPMC members.
>
> Hope this helps,
> Craig
>
> > On Feb 25, 2021, at 1:21 PM, Sheng Zha  wrote:
> >
> > Bumping this thread up. Thanks to those who helped with the vote.
> >
> > So far, our 1.8 vote has received 2 binding votes from general@, one
> > from Justin and one from our new mentor Furkan. Since this vote has
> > been open for a month, I wonder if there's any suggestion from people
> > on the list on how we can improve engagement.
> >
> > Thanks,
> > Sheng
> >
> > On Wed, Feb 10, 2021 at 4:07 AM Furkan KAMACI 
> wrote:
> >>
> >> Hi,
> >>
> >> +1 from me (binding).
> >>
> >> I checked:
> >>
> >> - Incubating in name
> >> - DISCLAIMER-WIP exists
> >> - LICENSE is fine
> >> - NOTICE has incorrect year
> >> - No unexpected binary files
> >> - Checked PGP signatures
> >> - Checked checksums
> >> - Code compiles and tests successfully run
> >>
> >> PS: DISCLAIMER-WIP/LICENSE should be fixed as Justin mentioned.
> >>
> >> Kind Regards,
> >> Furkan KAMACI
> >>
> >> On Tue, Feb 9, 2021 at 8:15 PM Sam Skalicky 
> wrote:
> >>
> >>> Hi Mentors,
> >>>
> >>> Please help us get out this release by voting. Thanks for helping
> MXNet as
> >>> it grows in the incubator.
> >>>
> >>> Thanks!
> >>> Sam
> >>>
> >>> On 2021/02/01 18:52:24, Sam Skalicky  wrote:
>  Thanks Justin,
> 
>  We'll take note of these callouts and address them in the next
> release.
> 
>  Sam
> 
>  On 2021/01/28 03:38:37, Justin Mclean 
> wrote:
> > Hi,
> >
> > +1 (binding) but only because of WIP DISCLAIMER. LICENSE is not
> >>> correct and source release contains Category B licensed bits.
> >
> > I checked:
> > - incubating in name
> > - signatures and hashes are fine
> > - DISCLAIMER (WIP) exist but information has not been updated in it
> > - LICENSE looks OK but I’ve not checked everything and there looks
> >>> like there been a lot  of changes since the last release. It missing
> some
> >>> 3rd party licenses.
> > - NOTICE has incorrect year
> > - The source include a font under the OFL license In general this
> >>> can't be included in a source release. [1] This should be mention in
> the
> >>> DISCLAIMER. Also [4] and [7] are under the OFL license I believe.
> > - It would be good to see more description in the rat exclusions file
> >>> (and have it at the top level)
> > - No unexpected binary files. However I did seem some binary files
> >>> that should be mentioned in LICENSE. [2][3][4][5][6][7]
> > - It also unclear how [2] is licensed and may be category X
> > -  I didn’t try to compile from source
> >
> > Thanks,
> > Justin
> >
> >
> > 1 https://www.apache.org/legal/resolved.html#weak-copyleft-licenses
> > 2. ./3rdparty/mkldnn/doc/assets/fonts/fontawesome-webfont*
> > 3. ./3rdparty/mkldnn/doc/assets/fonts/lato*
> > 4.
> ./3rdparty/mkldnn/doc/assets/mathjax/fonts/HTML-CSS/Asana-Math/otf*
> > 5. ./3rdparty/mkldnn/doc/assets/mathjax/fonts/HTML-CSS/*/*/MathJax*
> > 6.
> >>>
> ./docs/python_docs/themes/mx-theme/mxtheme/static/material-design-icons-3.0.1/iconfont/*
> > 7.
> /docs/python_docs/themes/mx-theme/mxtheme/static/webfonts/fa-solid*
> >
> >
> > -
> > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> > For additional commands, e-mail: general-h...@incubator.apache.org
> >
> >
> 
>  -
>  To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
>  For additional commands, e-mail: general-h...@incubator.apache.org
> 
> 
> >>>
> >>> -
> >>> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> >>> For additional commands, e-mail: general-h...@incubator.apache.org
> >>>
> >>>
> >
> > -
> > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> > For additional commands, e-mail: general-h...@incubator.apache.org
> >
>
> Craig L Russell
> c...@apache.org
>
>


Re: [VOTE] Release Apache TubeMQ (Incubating) 0.8.0-incubating RC4

2021-03-01 Thread Saisai Shao
+1 binding.

Checked license file, ASC and SHA512, LGTM.

Best regards,
Sasisai

Goson zhang  于2021年2月26日周五 上午9:40写道:

> Hi all:
>
> We need your help, can anyone help us to review this release?
>
> The release of this version has lasted for more than a month, and many
> changes have been delayed due to version release issues and cannot be
> merged into the master.
>
> We have restored the "-WIP" label until the bdb relies [1] is resolved :
> currently relies on BDB's code implementation needs to be adjusted, and it
> will take a long time.
>
>
> 1.
>
> https://lists.apache.org/thread.html/r6858f56cb88ea8a279fb8bbce7be06b2230a701af46d4ac79fc08fee%40%3Cgeneral.incubator.apache.org%3E
>
> Thanks!
>
> Yuanbo Liu  于2021年2月22日周一 下午4:19写道:
>
> > Hello Incubator Community,
> >
> > This is a call for a vote to release Apache TubeMQ (Incubating)
> version
> > 0.8.0-incubating RC4
> >
> > The Apache TubeMQ community has voted on and approved a proposal to
> > release
> > Apache TubeMQ (Incubating) version 0.8.0-incubating RC4
> >
> > We now kindly request the Incubator PMC members review and vote on
> this
> > incubator release.
> >
> > TubeMQ community vote thread:
> > •
> >
> >
> https://lists.apache.org/thread.html/rd8ff5969f969f91334cf576b648aa8dbb55194dd55508dc399806053%40%3Cdev.tubemq.apache.org%3E
> >
> > Vote result thread:
> > •
> >
> >
> https://lists.apache.org/thread.html/reb37cce379a2c4d8048266b7899c99f5b988cd3225ad3fb685e4fbf1%40%3Cdev.tubemq.apache.org%3E
> >
> > The release candidate:
> > •
> >
> >
> https://dist.apache.org/repos/dist/dev/incubator/tubemq/0.8.0-incubating-RC4/
> >
> > Git tag for the release:
> > •
> https://github.com/apache/incubator-tubemq/tree/0.8.0-incubating-RC4
> >
> > Release notes:
> > •
> >
> >
> https://github.com/apache/incubator-tubemq/releases/tag/0.8.0-incubating-RC4
> >
> > The artifacts signed with PGP key E8754243E7B3E044, corresponding to
> > yua...@apache.org, that can be found in keys file:
> > • https://dist.apache.org/repos/dist/dev/incubator/tubemq/KEYS
> >
> > The vote will be open for at least 72 hours or until a necessary
> number
> > of votes are reached.
> >
> > Please vote accordingly:
> >
> > [ ] +1 approve
> > [ ] +0 no opinion
> > [ ] -1 disapprove with the reason
> >
> > Thanks,
> > On behalf of Apache TubeMQ (Incubating) community
> >
>