Re: java version for jlink plugin

2020-02-19 Thread Robert Scholte
plexus-java is a multi-release jar, Java 7 compatible. So there's no issue. Robert  On 19-2-2020 13:36:46, Romain Manni-Bucau wrote: Should we rediscuss moving to j8 as baseline? Le mer. 19 févr. 2020 à 13:01, Elliotte Rusty Harold a écrit : > Java 7 is the version for most (all?) of the Maven

Re: java version for jlink plugin

2020-02-19 Thread Romain Manni-Bucau
Should we rediscuss moving to j8 as baseline? Le mer. 19 févr. 2020 à 13:01, Elliotte Rusty Harold a écrit : > Java 7 is the version for most (all?) of the Maven project. It would > be a bit confusing to have a special exception for this. I'm also a > bit worried compiling this plugin for Java

Re: java version for jlink plugin

2020-02-19 Thread Elliotte Rusty Harold
Java 7 is the version for most (all?) of the Maven project. It would be a bit confusing to have a special exception for this. I'm also a bit worried compiling this plugin for Java 9 might cause problems when it's included in a pom.xml that also supports Java 7. E.g. some weird scenario where a bui

Re: java version for jlink plugin

2020-02-18 Thread Olivier Lamy
yup it's only a cli generator/executor and this upgrade is not really mandatory. but it just doesn't make much sense for me to be java7 as the goal is to execute a cli which is only available >=9 :) On Wed, 19 Feb 2020 at 17:53, Romain Manni-Bucau wrote: > If upgrading helps I dont see how it c

Re: java version for jlink plugin

2020-02-18 Thread Romain Manni-Bucau
If upgrading helps I dont see how it could hurt but I see it as a process executor so shouldnt be important, no? Le mer. 19 févr. 2020 à 08:39, Olivier Lamy a écrit : > Hi > I was looking at jlink plugin and trying it. > I'm using java11 and got issues because of this.. > Easy fix is upgrading p

java version for jlink plugin

2020-02-18 Thread Olivier Lamy
Hi I was looking at jlink plugin and trying it. I'm using java11 and got issues because of this.. Easy fix is upgrading plexus-java version But I noticed java for jlink plugin is java7. As jlink has been released with java9 I wonder if this java7 minimum really makes sense? cheers -- Olivier Lam