Re: [VOTE] Release Apache Maven JLink Plugin version 3.0.0

2020-11-18 Thread Benjamin Marwell
Now changing to -1 as this will fail on Java 8 + toolchain, but the site does not mention this. This is clearly visible from the integration test I added in PR 16. On Wed, 18 Nov 2020, 21:59 Robert Scholte, wrote: > +1 > > On 11-11-2020 23:14:51, Karl Heinz Marbaise wrote: > Hi, > > We solve

Re: [VOTE] Release Apache Maven JLink Plugin version 3.0.0

2020-11-18 Thread Robert Scholte
+1 On 11-11-2020 23:14:51, Karl Heinz Marbaise wrote: Hi, We solved 37 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12321432&version=12343851 There are still a couple of issues left in JIRA: https://issues.apache.org/jira/issues/?jql=project%20%3D%20MJLINK%20AND%20re

Talk: Bootstrapping the Java Ecosystem

2020-11-18 Thread Björn Höfling
Dear Maven Developers, more than 4 years ago I naively asked you on how to build Maven from sources without using Maven. If you are interested in a declarative, bootstrappable, reproducible and effectively executable answer to this question, Julien Lepiller recorded a video on how he bootstrapped

Re: [VOTE] Release Apache Maven JLink Plugin version 3.0.0

2020-11-18 Thread Benjamin Marwell
Hello Karl Heinz, I am chaning my vote to 0 (neutral / non binding). Reason: I wrote an integration test which uses JDK8 and a Toolchain. There seems to be a clash of asm dependencies. As using maven with JDK/JRE8 and a toolchain is unlikely, I will stand neutral here. The cause is being investig