Blocker problem for 4.15 release ? Gradle build problems - Revert to Maven ?

2022-03-21 Thread Enrico Olivelli
I see that the source tarball has a wrong name in current master I filed this issue, I believe it is a problem for a release https://github.com/apache/bookkeeper/issues/3129 I am also facing other problems with the Gradle build here https://github.com/apache/bookkeeper/pull/3084 I am not able to

Re: [ANNOUNCE] Andrey Yegorov joins the Apache BookKeeper PMC!

2022-03-21 Thread Andrey Yegorov
Thank you! On Fri, Mar 18, 2022 at 3:44 PM Henry Saputra wrote: > Woot! Congrats, Andrey! > > On Fri, Mar 18, 2022 at 12:28 PM Enrico Olivelli > wrote: > > > I am happy to announce that Andrey Yegorov joined today the Apache > > BookKeeper PMC ! > > > > If you are curious and you want to know m

Re: Blocker problem for 4.15 release ? Gradle build problems - Revert to Maven ?

2022-03-21 Thread Andrey Yegorov
+1. My attempts to dry run the release with gradle didn't succeed so far. We still have one PR pending for the release 4.15 https://github.com/apache/bookkeeper/pull/3110 but I think we'll have high chance of success if we go with maven for 4.15. I can try restoring the deleted maven build + fix

Re: Blocker problem for 4.15 release ? Gradle build problems - Revert to Maven ?

2022-03-21 Thread Yong Zhang
+1. Next time when we migrate to the Gradle, I think we may need to keep both Maven and Gradle for a while, until the Gradle build is stable, then we remove the Maven build. On Tue, 22 Mar 2022 at 00:41, Andrey Yegorov wrote: > +1. > > My attempts to dry run the release with gradle didn't succe

Re: Blocker problem for 4.15 release ? Gradle build problems - Revert to Maven ?

2022-03-21 Thread Andrey Yegorov
Please review: https://github.com/apache/bookkeeper/pull/3130 It is easier to review change-by-change than all files. It builds locally but I haven't run the tests. I probably missed something related to CI. On Mon, Mar 21, 2022 at 5:42 PM Yong Zhang wrote: > +1. > > Next time when we migrate