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
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
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
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,
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
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