Re: [RESULT] [VOTE] Release Apache Maven Daemon 0.8.1

2022-09-21 Thread Olivier Lamy
As far I can see mvnd is available in brew etc,,, but nothing has been done for the official Apache (Maven) channels. Any plan to send an email about mvnd to announce@ ? (you can find target lists at the end of this page [1])) More generally any plan to add information about it here https://maven.a

Re: [VOTE] Release Apache Maven Daemon 0.8.1

2022-09-19 Thread Konrad Windszus
Sounds good to me, I will watch for release candidate 0.8.2 then... Thanks. Konrad > On 19. Sep 2022, at 16:08, Guillaume Nodet wrote: > > I'd be more confident if everything was raised to the same level. > I propose to close this vote and cut another release later this week with the > upgrade

[RESULT] [VOTE] Release Apache Maven Daemon 0.8.1

2022-09-19 Thread Guillaume Nodet
Closing this vote with 4 +1s. Cheers Guillaume Le jeu. 8 sept. 2022 à 15:13, Guillaume Nodet a écrit : > I've staged a candidate release at > https://dist.apache.org/repos/dist/dev/maven/mvnd/0.8.1/ > > The changelog is available at > > https://github.com/apache/maven-mvnd/blob/master/CHANGEL

Re: [VOTE] Release Apache Maven Daemon 0.8.1

2022-09-19 Thread Guillaume Nodet
I'd be more confident if everything was raised to the same level. I propose to close this vote and cut another release later this week with the upgrade to GraalVM 2.22.0, the color output fix from @cstamas and the additional tar.gz distributions that have been asked. Le lun. 19 sept. 2022 à 14:52,

Re: [VOTE] Release Apache Maven Daemon 0.8.1

2022-09-19 Thread Konrad Windszus
Hi Guillaume, There is no Aarch64 support in https://github.com/graalvm/graalvm-ce-builds/releases/tag/vm-21.3.0. Only since 22.1 (https://www.graalvm.org/release-notes/22_1/#platform-updates) Apple Silicon is supported. I raised already https://github.com/apache/maven-mvnd/pull/689 to update th

Re: [VOTE] Release Apache Maven Daemon 0.8.1

2022-09-19 Thread Guillaume Nodet
Sorry for the delay. I think that would benefit a lot of users. You'd have to get the 0.8.1 tag and build the release with GraalVM 21.3.0 + JDK 17 using the following command: ./mvnw clean verify -Pnative -Dmrm=false -B -ntp -e -DskipTests Let me know if you have any questions... Cheers, Guil

Re: [VOTE] Release Apache Maven Daemon 0.8.1

2022-09-13 Thread Konrad Windszus
I can offer to manually build a Mac OS aarch64 binary and push it to the dist folder. WDYT? Konrad On 2022/09/08 13:13:28 Guillaume Nodet wrote: > I've staged a candidate release at > https://dist.apache.org/repos/dist/dev/maven/mvnd/0.8.1/ > > The changelog is available at > > https://githu

Re: [VOTE] Release Apache Maven Daemon 0.8.1

2022-09-12 Thread Olivier Lamy
+1 On Thu, 8 Sep 2022 at 11:14 pm, Guillaume Nodet wrote: > I've staged a candidate release at > https://dist.apache.org/repos/dist/dev/maven/mvnd/0.8.1/ > > The changelog is available at > > > https://github.com/apache/maven-mvnd/blob/master/CHANGELOG.md#081-2022-09-08 > > Please review and v

Re: [VOTE] Release Apache Maven Daemon 0.8.1

2022-09-12 Thread Romain Manni-Bucau
+1 Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Github | LinkedIn | Book

Re: [VOTE] Release Apache Maven Daemon 0.8.1

2022-09-12 Thread Hervé Boutemy
+1 works for me Reproducible Builds is not ok: reference was done on *nix with JDK 17 (for source), but provisio plugin used to generate os-specific archives does not respect Reproducible Builds configuration => TBD for next release Regards, Hervé Le jeudi 8 septembre 2022, 15:13:28 CEST Guil

Re: [VOTE] Release Apache Maven Daemon 0.8.1

2022-09-08 Thread Tamás Cservenák
+1 Looks good to me, inspected Linux zip content, used it on some projects, worked OK Tested on Linux Fedora 36 w/ Java 17 Temurin and several Maven projects... One minor bug detected: https://github.com/apache/maven-mvnd/issues/685 T On Thu, Sep 8, 2022 at 3:13 PM Guillaume Nodet wrote: > I

[VOTE] Release Apache Maven Daemon 0.8.1

2022-09-08 Thread Guillaume Nodet
I've staged a candidate release at https://dist.apache.org/repos/dist/dev/maven/mvnd/0.8.1/ The changelog is available at https://github.com/apache/maven-mvnd/blob/master/CHANGELOG.md#081-2022-09-08 Please review and vote ! Guillaume Nodet