Request for Enhancement: Dependency Overrides

2021-08-06 Thread Enno Thieleke
Hello, I've been using Maven for 10+ years now. It's great and I still prefer it over similar tools. Recently I encountered a scenario where it would have been nice to be able to simply "override" a dependency. For example by specifying _somehow_ that (in my case) commons-logging should be jcl-

Re: [VOTE] Release Apache Maven version 3.8.2

2021-08-06 Thread Falko Modler
Hi all, it wouldn't surprise me if it was that ThreadLocal quickfix from my PR. I think everyone agrees that it is a bandaid solution but well, correctness and stability over (some) speed, IMO. It would be nice to limit this workaround to only when aggregating goals are involved but that seems

Re: [VOTE] Release Apache Maven version 3.8.2

2021-08-06 Thread Olivier Lamy
+1 include some interesting fixes Thanks to take care of this! On Thu, 5 Aug 2021 at 06:02, Michael Osipov wrote: > Hi, > > We solved 68 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&version=12349965 > > There are still a couple of issues left in JIRA: > >

Re: [VOTE] Release Apache Maven version 3.8.2

2021-08-06 Thread Michael Osipov
Am 2021-08-04 um 22:02 schrieb Michael Osipov: Hi, We solved 68 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&version=12349965 There are still a couple of issues left in JIRA: https://issues.apache.org/jira/issues/?jql=project%20%3D%20MNG%20AND%20resolutio

Re: [VOTE] Release Apache Maven version 3.8.2

2021-08-06 Thread Michael Osipov
Dan, thank you very much for testing. Do you think you could bisect to the commit which introduced the 10% overhead? Maybe it is really the classpath concurrency issue which has been addressed by Falko Modler. Also can you try Maven from master and see whether you can reproduce the 10%? Mi