Re: [VOTE] Release Maven SCM version 1.11.3

2021-08-10 Thread Sylwester Lachiewicz
+1 śr., 11 sie 2021, 01:34 użytkownik Olivier Lamy napisał: > +1 > > On Sun, 8 Aug 2021 at 08:01, Michael Osipov wrote: > > > Hi, > > > > We solved 11 issues: > > > > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317828=12345187 > > > > There are still a couple of issues

Re: [VOTE] Release Apache Maven version 3.8.2

2021-08-10 Thread Olivier Lamy
did the bisect and found this *➜ **maven-core* *git:(**42c99b45e**)* git bisect good 76d5f0d942f52650d3bdf775b6af42d23d69066b is the first bad commit commit 76d5f0d942f52650d3bdf775b6af42d23d69066b Author: Falko Modler Date: Fri Jun 25 19:28:40 2021 +0200 [MNG-6843] Parallel build

Re: [VOTE] Release Apache Maven version 3.8.2

2021-08-10 Thread Olivier Lamy
interesting this code change in the plugin fix the issue with the staged 3.8.2 https://github.com/jetty-project/h2spec-maven-plugin/commit/a752521d12c59347a0995d01160332af28e3f092 looking at commits log not sure if we touched something related to thread context classloader? On Wed, 11 Aug 2021

Re: [VOTE] Release Maven SCM version 1.11.3

2021-08-10 Thread Olivier Lamy
+1 On Sun, 8 Aug 2021 at 08:01, Michael Osipov wrote: > Hi, > > We solved 11 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317828=12345187 > > There are still a couple of issues left in JIRA: > >

Re: [VOTE] Release Apache Maven version 3.8.2

2021-08-10 Thread Olivier Lamy
found some breaking change. this plugin is not working anymore: https://github.com/jetty-project/h2spec-maven-plugin mvn verify got ClassNotFoundException On Wed, 11 Aug 2021 at 03:50, Falko Modler wrote: > I checked it briefly with Quarkus (almost 1k modules) and I couldn't > really see a

Re: Commandline inheritance

2021-08-10 Thread Tamás Cservenák
A git like behavior sound good for me as well. So install/system-wise < user < project T On Tue, Aug 10, 2021, 08:22 Benjamin Marwell wrote: > I read Michaels message the way like option 6: > > > Since we have only two files: installation and user, I'd expect > that first the installation

Re: [VOTE] Release Apache Maven version 3.8.2

2021-08-10 Thread Falko Modler
I checked it briefly with Quarkus (almost 1k modules) and I couldn't really see a difference. Cheers, Falko - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Re: [VOTE] Release Maven SCM version 1.11.3

2021-08-10 Thread Tamás Cservenák
+1 On Tue, Aug 10, 2021 at 7:46 PM Michael Osipov wrote: > Guys, please vote. > > - > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org > For additional commands, e-mail: dev-h...@maven.apache.org > >

Re: [VOTE] Release Maven SCM version 1.11.3

2021-08-10 Thread Michael Osipov
Guys, please vote. - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Re: Commandline inheritance

2021-08-10 Thread Michael Osipov
Am 2021-08-10 um 08:21 schrieb Benjamin Marwell: I read Michaels message the way like option 6: Since we have only two files: installation and user, I'd expect that first the installation settings are parsed followed by user settings (generic to specific). Installation is more generic

Re: Feature proposal: Dependency deprecation indicators

2021-08-10 Thread Chris Kilding
I have written up a proposal document. All things being equal it would be easier to have these things on GitHub, but if we follow 'the Apache way' I believe the right place for this is in the Proposals section of the wiki

Re: [VOTE] Release Apache Maven version 3.8.2

2021-08-10 Thread Eric Lilja
Thank you for testing a bit more, Dan, I can't see anything particular on my end either, but I don't have access to any really huge builds at the moment, since I'm on vacation All in all, I do however feel comfortable to vote now: +1 (non-binding) - Eric Lilja On Tue, Aug 10, 2021 at 10:29 AM

Re: [VOTE] Release Apache Maven version 3.8.2

2021-08-10 Thread Tibor Digana
+1 On Wed, Aug 4, 2021 at 10:02 PM Michael Osipov wrote: > Hi, > > We solved 68 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922=12349965 > > There are still a couple of issues left in JIRA: > >

Re: [VOTE] Release Apache Maven version 3.8.2

2021-08-10 Thread Dan Tran
Further testing and comparison with current builds, there is no concrete evidence of performance degradation. here is my +1 ( none binding) Sorry about noise -D On Mon, Aug 9, 2021 at 5:13 PM Dan Tran wrote: > Hello, > > I am not able to dedicate the time to do bisecting this issue > > -D

Re: Commandline inheritance

2021-08-10 Thread Benjamin Marwell
I read Michaels message the way like option 6: > Since we have only two files: installation and user, I'd expect that first the installation settings are parsed followed by user settings (generic to specific). Installation is more generic (global) than user. Same for git: it will first parse