[RESULT] [VOTE] Release Apache Maven Daemon 0.8.0 (2nd try)

2022-05-11 Thread Guillaume Nodet
Closing this vote with 5 binding +1s and 1 non-binding +1. I'll publish the release on the final location [1] if possible (or I'll ask someone if needed) and will then try to update the various packagers (homebrew, choco, sdkman...) updating the release instructions if necessary. Cheers, Guillaume

Re: [VOTE] Release Apache Maven Daemon 0.8.0 (2nd try)

2022-05-10 Thread Guillaume Nodet
+1 (non binding...) Le mer. 4 mai 2022 à 14:39, Guillaume Nodet a écrit : > I've staged a candidate release at > https://dist.apache.org/repos/dist/dev/maven/mvnd/0.8.0/ > > The changelog is available at > > https://github.com/apache/maven-mvnd/blob/master/CHANGELOG.md#080-2022-05-04 > > I've

Re: [VOTE] Release Apache Maven Daemon 0.8.0 (2nd try)

2022-05-08 Thread Tamás Cservenák
+1 On Wed, May 4, 2022 at 2:39 PM Guillaume Nodet wrote: > I've staged a candidate release at > https://dist.apache.org/repos/dist/dev/maven/mvnd/0.8.0/ > > The changelog is available at > > > https://github.com/apache/maven-mvnd/blob/master/CHANGELOG.md#080-2022-05-04 > > I've fixed a bunch o

Re: [VOTE] Release Apache Maven Daemon 0.8.0 (2nd try)

2022-05-08 Thread Jason van Zyl
+1 jvz > On May 4, 2022, at 8:39 AM, Guillaume Nodet wrote: > > I've staged a candidate release at > https://dist.apache.org/repos/dist/dev/maven/mvnd/0.8.0/ > > The changelog is available at > > https://github.com/apache/maven-mvnd/blob/master/CHANGELOG.md#080-2022-05-04 > > I've fixed a

Re: [VOTE] Release Apache Maven Daemon 0.8.0 (2nd try)

2022-05-08 Thread Romain Manni-Bucau
+1 Le dim. 8 mai 2022 à 17:51, Jason van Zyl a écrit : > Guillaume, > > I tried mvnd with: > > - https://github.com/takari/takari-lifecycle > - https://github.com/jvanzyl/provisio > - Maven > - a project using jenv exec with Quarkus/Picocli/Graal > > All seem to work fine, and as expected. > > T

Re: [VOTE] Release Apache Maven Daemon 0.8.0 (2nd try)

2022-05-08 Thread Jason van Zyl
Guillaume, I tried mvnd with: - https://github.com/takari/takari-lifecycle - https://github.com/jvanzyl/provisio - Maven - a project using jenv exec with Quarkus/Picocli/Graal All seem to work fine, and as expected. The output is certainly better than the normal Maven output, but I still find

Re: [VOTE] Release Apache Maven Daemon 0.8.0 (2nd try)

2022-05-06 Thread Hervé BOUTEMY
+1 it worked on a few tests: really nice I was able to rebuild everything from source distribution: - the source distribution: I provided a PR to fix missing executable flags - the libmvndnative from native: there is only the Linux x86 binary that does not results in the same as the cached bin

Re: [VOTE] Release Apache Maven Daemon 0.8.0 (2nd try)

2022-05-05 Thread Olivier Lamy
+1 minor comments I made some testing and got such intermittent failures but definitely some race conditions and I cannot reproduce with every build (maybe a known issue?): [ERROR] Failed to execute goal org.asciidoctor:asciidoctor-maven-plugin:2.2.2:process-asciidoc (operations-guide) on proj

[VOTE] Release Apache Maven Daemon 0.8.0 (2nd try)

2022-05-04 Thread Guillaume Nodet
I've staged a candidate release at https://dist.apache.org/repos/dist/dev/maven/mvnd/0.8.0/ The changelog is available at https://github.com/apache/maven-mvnd/blob/master/CHANGELOG.md#080-2022-05-04 I've fixed a bunch of issues regarding the native libraries and reproducible builds. This is th

Re: [VOTE] Release Apache Maven Daemon 0.8.0

2022-05-02 Thread Guillaume Nodet
Thx, I'll fix the missing "build directory" and I'll have a look at other issues if I can fix them easily. Le lun. 2 mai 2022 à 00:47, Hervé BOUTEMY a écrit : > finally, I tried to build from Git: > - I was able to rebuild libmvndnative.*, which is one of the tricks for > this > release > - I wa

Re: [VOTE] Release Apache Maven Daemon 0.8.0

2022-05-01 Thread Hervé BOUTEMY
finally, I tried to build from Git: - I was able to rebuild libmvndnative.*, which is one of the tricks for this release - I was also able to build locally the GraalVM native images (discovered the "gu install native-image" command) PR created to fix the issue for building from the source releas

Re: [VOTE] Release Apache Maven Daemon 0.8.0

2022-04-30 Thread Hervé BOUTEMY
sorry, I'll have to give a binding -1 the source archive can't be built: [ERROR] Failed to execute goal net.revelc.code.formatter:formatter-maven-plugin:2.15.0:format (format) on project mvnd-build-maven-plugin: Cannot find config file [/tmp/mvnd-0.8.0/build/eclipse-formatter-config.xml] -> [He

[VOTE] Release Apache Maven Daemon 0.8.0

2022-04-29 Thread Guillaume Nodet
I've staged a candidate release at https://dist.apache.org/repos/dist/dev/maven/mvnd/0.8.0/ The changelog is available at https://github.com/apache/maven-mvnd/blob/master/CHANGELOG.md#080-2022-04-29 This is the first attempt at releasing Mvnd since its move into the Maven project, so a thoroug