Re: [VOTE] Release Maven Wagon version 3.4.2

2020-11-27 Thread Olivier Lamy
+1 On Thu, 26 Nov 2020 at 06:47, Michael Osipov wrote: > Hi, > > We solved 3 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318122=12348348 > > There are still a couple of issues left in JIRA: > >

Re: [VOTE] Release Maven Wagon version 3.4.2

2020-11-27 Thread Tamás Cservenák
+1 On Fri, Nov 27, 2020 at 2:15 PM Michael Osipov wrote: > Am 2020-11-25 um 21:47 schrieb Michael Osipov: > > Hi, > > > > We solved 3 issues: > > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318122=12348348 > > > > > > There are still a couple of issues left in JIRA: > >

Re: [VOTE] Release Maven Wagon version 3.4.2

2020-11-27 Thread Michael Osipov
Am 2020-11-25 um 21:47 schrieb Michael Osipov: Hi, We solved 3 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318122=12348348 There are still a couple of issues left in JIRA:

Re: [DISCUSS] Next release should a pre Maven 4.0.0

2020-11-27 Thread Michael Osipov
Please provide two PRs: 1. Update all references from 3.7.0 to 4.0.0 in core 2. Update all references from 3.7.0 to 4.0.0 in ITs Am 2020-11-26 um 19:42 schrieb Robert Scholte: Based on the responses it looks like most agree on moving forward to Maven 4. Regarding the concerns of Karl Heinz I

JDK 16 Early Access build 26 is now available

2020-11-27 Thread Rory O'Donnell
Hi Robert , OpenJDK 16 Early Access build 26**is now available at http://jdk.java.net/16 * These early-access , open-source builds are provided under the o GNU General Public License, version 2, with the Classpath Exception . *

Re: [MAVEN-ALL] Restrict imports or API usage by enforcer plugins / other plugins

2020-11-27 Thread Sandra Parsick
Thanks, Ben, for the email. I would like to add, that such automatic check would make it easier for newbie contributor like me to follow code standard of the project. Regards, Sandra Am 27.11.20 um 10:29 schrieb Benjamin Marwell: > Hello everyone, > > MJLINK-PR19 [1] removes some plexus

[MAVEN-ALL] Restrict imports or API usage by enforcer plugins / other plugins

2020-11-27 Thread Benjamin Marwell
Hello everyone, MJLINK-PR19 [1] removes some plexus imports. In the PR discussion the idea came up to add an enforcer rule to this or even other plugins which forbids imports, e.g. to plexus. There is also a weaker version, the forbidden-api checker [2] can check for specific method calls, e.g.