Upcoming Maven Verifier release - 2.0.0-M1

2022-09-19 Thread Slawomir Jaranowski
Hi, I'm preparing for the next release of Maven Verifier. We have cleaned pieces of code, many methods are now deprecated. [1] There are still a couple of issues for 2.0.0 version [2] I want to release the M1 version to allow easier switching for version 2.0.0 which will have removed old method

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