Re: [DISCUSS] Maven 3.7.0

2019-10-03 Thread Romain Manni-Bucau
Le jeu. 3 oct. 2019 à 21:23, Tibor Digana a écrit : > >> any previous jdk is not maintained > > Romain I was not talking about yes/no J8. > I was talking about J8 sources. > Not about dead J7 and Oracle support of J7. > > Not sure if the Maven devs would be able to use J8. Important is "how". >

Re: [DISCUSS] Maven 3.7.0

2019-10-03 Thread Tibor Digana
>> any previous jdk is not maintained Romain I was not talking about yes/no J8. I was talking about J8 sources. Not about dead J7 and Oracle support of J7. Not sure if the Maven devs would be able to use J8. Important is "how". Therefore the Wiki should help them "how". >> We can still get

Re: [DISCUSS] Maven 3.7.0

2019-10-03 Thread Romain Manni-Bucau
Le jeu. 3 oct. 2019 à 20:22, Tibor Digana a écrit : > The topic related to TLS is only related to runtime, means JDK, which is > under the control of the particular user or CI. > I guess the user can easily find the answer: > >

Re: [DISCUSS] Maven 3.7.0

2019-10-03 Thread Tibor Digana
The topic related to TLS is only related to runtime, means JDK, which is under the control of the particular user or CI. I guess the user can easily find the answer: https://stackoverflow.com/questions/50824789/why-am-i-getting-received-fatal-alert-protocol-version-or-peer-not-authentic The thing

Re: [DISCUSS] Maven 3.7.0

2019-10-03 Thread Stephen Connolly
On Thu, 3 Oct 2019 at 16:49, Karl Heinz Marbaise wrote: > Hi, > > On 03.10.19 17:03, Tibor Digana wrote: > > This is not very serious discussion since we saw users on our mailing > > list who said that he is using Java 1.6 compiler and JDK7 in Maven. > > Would that change anything? Using JDK 8

Re: [DISCUSS] Maven 3.7.0

2019-10-03 Thread Karl Heinz Marbaise
Hi, On 03.10.19 17:03, Tibor Digana wrote: This is not very serious discussion since we saw users on our mailing list who said that he is using Java 1.6 compiler and JDK7 in Maven. Would that change anything? Using JDK 8 for Maven and using JDK 6 for compiling/test... Serious discussion

Re: [DISCUSS] Maven 3.7.0

2019-10-03 Thread Emmanuel Bourg
Le 03/10/2019 à 16:54, Karl Heinz Marbaise a écrit : > Hm.. first Java 7 is out for eight years now (2011) (End of live) and > has no public updates for security/bug fixes etc. since 2015 RedHat still maintains OpenJDK 7 until June 2020 [1]. Emmanuel Bourg [1]

Re: [DISCUSS] Maven 3.7.0

2019-10-03 Thread Gary Gregory
Java 8 as a min is fine by me FWIW. Gary On Thu, Oct 3, 2019 at 11:07 AM Tibor Digana wrote: > Sorry my important typo " I would have a problem with Java 1.8 ". > Correction " I would NOT have a problem with Java 1.8 " > > On Thu, Oct 3, 2019 at 5:03 PM Tibor Digana > wrote: > > > This is not

Re: [DISCUSS] Maven 3.7.0

2019-10-03 Thread Tibor Digana
Sorry my important typo " I would have a problem with Java 1.8 ". Correction " I would NOT have a problem with Java 1.8 " On Thu, Oct 3, 2019 at 5:03 PM Tibor Digana wrote: > This is not very serious discussion since we saw users on our mailing list > who said that he is using Java 1.6 compiler

Re: Proposal: maven release lifecycle

2019-10-03 Thread Karl Heinz Marbaise
Hi, first thanks... I have several question regarding your blog post ... Apart from beeing not accurate in some part I miss one very important thing: What is the real problem when doing a release via release plugin etc. which works well (I haven't said that it could be improved)... I want to

Re: [DISCUSS] Maven 3.7.0

2019-10-03 Thread Tibor Digana
This is not very serious discussion since we saw users on our mailing list who said that he is using Java 1.6 compiler and JDK7 in Maven. Serious discussion would uncover pros/cons and impact analysis. I would have a problem with Java 1.8 in target and source code but I have problem that we

Re: [DISCUSS] Maven 3.7.0

2019-10-03 Thread Karl Heinz Marbaise
Hi, On 03.10.19 14:36, Elliotte Rusty Harold wrote: Theoretically that would work. In practice though, every project I've seen convert to Java 8 rapidly starts adding lambdas that make the code more obfuscated for no good reason and soon introduces hard dependencies on Java 8, intentionally or

Re: [DISCUSS] Maven 3.7.0

2019-10-03 Thread Karl Heinz Marbaise
On 03.10.19 14:15, Elliotte Rusty Harold wrote: Strong -1 on Java 8 as the minimum version. Google Cloud Platform has lots of products and customers that still require Java 7. If Maven requires Java 8, we'd have to stick to the latest of whichever release does support Java 7 for at least a year

Re: [DISCUSS] Maven 3.7.0

2019-10-03 Thread Paul Hammant
Who codes for 18 months before discovering that qa/prod are not compatible, anymore? Especially if Google ship a use-this-Pom starter. On Thu, Oct 3, 2019 at 1:44 PM Elliotte Rusty Harold wrote: > Theoretically that would work. In practice though, every project I've > seen convert to Java 8

Re: [DISCUSS] Maven 3.7.0

2019-10-03 Thread Elliotte Rusty Harold
Theoretically that would work. In practice though, every project I've seen convert to Java 8 rapidly starts adding lambdas that make the code more obfuscated for no good reason and soon introduces hard dependencies on Java 8, intentionally or otherwise. At a bare minimum, a CI environment that

Re: [DISCUSS] Maven 3.7.0

2019-10-03 Thread Paul Hammant
Would jdk 8 for maven itself and a target of 7 for the compiler (etc) for maven-using projects be ok? On Thu, Oct 3, 2019 at 1:15 PM Elliotte Rusty Harold wrote: > Strong -1 on Java 8 as the minimum version. Google Cloud Platform has > lots of products and customers that still require Java 7.

Re: [DISCUSS] Maven 3.7.0

2019-10-03 Thread Elliotte Rusty Harold
Strong -1 on Java 8 as the minimum version. Google Cloud Platform has lots of products and customers that still require Java 7. If Maven requires Java 8, we'd have to stick to the latest of whichever release does support Java 7 for at least a year and I'm guessing longer. On Sat, Sep 28, 2019 at