Re: Cutting a release out of branch-4.14

2022-04-06 Thread Nicolò Boschi
I cherry-picked all the commits marked with release-4.14.5 ( https://github.com/apache/bookkeeper/labels/release%2F4.14.5) except for https://github.com/apache/bookkeeper/pull/2790 which requires another review from Andrey. After that, I will start the release process. Nicolò Boschi Il giorno v

Re: Cutting a release out of branch-4.14

2022-04-01 Thread Enrico Olivelli
Il Ven 1 Apr 2022, 03:41 Yong Zhang ha scritto: > Thank you very much! > > Another question about the cherry-pick is, does the cherry-pick step > always handled by who merged the PR? And when a bug fix is merged, > looks like we rarely label to mark release to some minor version? > You can cherr

Re: Cutting a release out of branch-4.14

2022-03-31 Thread Yong Zhang
Thank you very much! Another question about the cherry-pick is, does the cherry-pick step always handled by who merged the PR? And when a bug fix is merged, looks like we rarely label to mark release to some minor version? Yong On Thu, 31 Mar 2022 at 15:10, Enrico Olivelli wrote: > Yong, > > I

Re: Cutting a release out of branch-4.14

2022-03-31 Thread Enrico Olivelli
Yong, Il giorno gio 31 mar 2022 alle ore 08:32 Yong Zhang ha scritto: > > Hi Nicolò Boschi, > > I want to include those PR into the 4.14.5 release > https://github.com/apache/bookkeeper/pull/2642/ Waiting for CI > https://github.com/apache/bookkeeper/pull/3144 Merged and cherry-picked to branc

Re: Cutting a release out of branch-4.14

2022-03-30 Thread Yong Zhang
Hi Nicolò Boschi, I want to include those PR into the 4.14.5 release https://github.com/apache/bookkeeper/pull/2642/ https://github.com/apache/bookkeeper/pull/3144 Thanks! On Thu, 31 Mar 2022 at 06:45, Nicolò Boschi wrote: > I found out that Spotbugs check doesn't pass. > With an unlucky comb

Re: Cutting a release out of branch-4.14

2022-03-30 Thread Nicolò Boschi
I found out that Spotbugs check doesn't pass. With an unlucky combination, the configuration has changed and we only check for warnings with level=High (since when we migrated CI to gradle, I believe it was unintended) The story in short: - Spotbugs on jdk11 has always been disabled - We migrated C

Re: Cutting a release out of branch-4.14

2022-03-30 Thread Enrico Olivelli
Il giorno mer 30 mar 2022 alle ore 13:52 Nicolò Boschi ha scritto: > > I'd love to do that if it's okay for you Sure Thank you Ping me if you need any help Enrico > > Nicolò Boschi > > > Il giorno gio 24 mar 2022 alle ore 09:25 Enrico Olivelli < > eolive...@gmail.com> ha scritto: > > > Hello,

Re: Cutting a release out of branch-4.14

2022-03-30 Thread Nicolò Boschi
I'd love to do that if it's okay for you Nicolò Boschi Il giorno gio 24 mar 2022 alle ore 09:25 Enrico Olivelli < eolive...@gmail.com> ha scritto: > Hello, > we have a fix for a bad bug that may cause data corruption. > https://github.com/apache/bookkeeper/pull/3110 > > I have cherry-picked it

Cutting a release out of branch-4.14

2022-03-24 Thread Enrico Olivelli
Hello, we have a fix for a bad bug that may cause data corruption. https://github.com/apache/bookkeeper/pull/3110 I have cherry-picked it to branch-4.14. Any volunteers for a release ? Enrico