Re: Maven Runtime Metrics System - MNG-6899

2020-05-09 Thread Enrico Olivelli
Robert Maybe I was misunderstood. We need a new repo only for the Metrics API. Maven core (3.7?) provides the noop implementation. Implementations of MetricsProvider will be extensions. I feel it is better that we don't deal with implementations as a first step. I will leave a couple of

Re: JDK 8 Minimum Requirement for Maven Resolver 2.0

2020-05-09 Thread Olivier Lamy
+1 Java8 finally On Sun, 10 May 2020 at 06:13, Sylwester Lachiewicz wrote: > Hi to all, > > based on the previous vote to require Java 8 for Maven Core - I would like > to propose setting the same minimum for Maven Resolver 2.0 > > Maven Resolver is a base component to solve dependencies

Re: JDK 8 Minimum Requirement for Maven Resolver 2.0

2020-05-09 Thread Karl Heinz Marbaise
On 09.05.20 22:13, Sylwester Lachiewicz wrote: Hi to all, based on the previous vote to require Java 8 for Maven Core - I would like to propose setting the same minimum for Maven Resolver 2.0 Maven Resolver is a base component to solve dependencies for Maven. It can also be used separately

Re: JDK 8 Minimum Requirement for Maven Resolver 2.0

2020-05-09 Thread Gary Gregory
+1 non-binding. On Sat, May 9, 2020, 16:13 Sylwester Lachiewicz wrote: > Hi to all, > > based on the previous vote to require Java 8 for Maven Core - I would like > to propose setting the same minimum for Maven Resolver 2.0 > > Maven Resolver is a base component to solve dependencies for Maven.

Re: Maven Runtime Metrics System - MNG-6899

2020-05-09 Thread Robert Scholte
On 9-5-2020 17:58:47, Enrico Olivelli wrote: Robert Il Sab 9 Mag 2020, 10:54 Robert Scholte ha scritto: > Although I'm disappointed there's no spec group for this, having our own > seems indeed the best choice, but here we will likely face similar issues > where the API needs adjustments. > So

Re: JDK 8 Minimum Requirement for Maven Resolver 2.0

2020-05-09 Thread Enrico Olivelli
+1 Enrico Il giorno sab 9 mag 2020 alle ore 22:19 Elliotte Rusty Harold < elh...@ibiblio.org> ha scritto: > It is not true that Java 7 updates are no longer available. Java 7 > updates are available from Oracle for paying customers and from other > vendors such as Azul for everyone. > > My

Re: JDK 8 Minimum Requirement for Maven Resolver 2.0

2020-05-09 Thread Elliotte Rusty Harold
It is not true that Java 7 updates are no longer available. Java 7 updates are available from Oracle for paying customers and from other vendors such as Azul for everyone. My preference is not to move unless there's a clear reason to do so. Are there specific features in Java 8 that would be

JDK 8 Minimum Requirement for Maven Resolver 2.0

2020-05-09 Thread Sylwester Lachiewicz
Hi to all, based on the previous vote to require Java 8 for Maven Core - I would like to propose setting the same minimum for Maven Resolver 2.0 Maven Resolver is a base component to solve dependencies for Maven. It can also be used separately from Maven for other projects. Because Java 7

Re: Maven Runtime Metrics System - MNG-6899

2020-05-09 Thread Enrico Olivelli
Robert Il Sab 9 Mag 2020, 10:54 Robert Scholte ha scritto: > Although I'm disappointed there's no spec group for this, having our own > seems indeed the best choice, but here we will likely face similar issues > where the API needs adjustments. > So lets create the maven-metrics git repository

Re: Maven Runtime Metrics System - MNG-6899

2020-05-09 Thread Romain Manni-Bucau
Le sam. 9 mai 2020 à 10:54, Robert Scholte a écrit : > Although I'm disappointed there's no spec group for this, having our own > seems indeed the best choice, but here we will likely face similar issues > where the API needs adjustments. > So lets create the maven-metrics git repository > > +1

Re: Maven Runtime Metrics System - MNG-6899

2020-05-09 Thread Robert Scholte
Although I'm disappointed there's no spec group for this, having our own seems indeed the best choice, but here we will likely face similar issues where the API needs adjustments. So lets create the maven-metrics git repository There are a few things I want to address: - Consider returning