Re: [VOTE] Release Apache Maven version 3.8.2

2021-08-22 Thread Romain Manni-Bucau
+1 to revert this threadlocal thing in a 3.8.3 Breaks too silently mojo and is hard to track and technically it is solvable on our side. Le lun. 23 août 2021 à 08:29, Slawomir Jaranowski a écrit : > Hi, > > I think that https://issues.apache.org/jira/browse/MNG-7215 is also > important, it break

Re: [VOTE] Release Apache Maven version 3.8.2

2021-08-22 Thread Slawomir Jaranowski
Hi, I think that https://issues.apache.org/jira/browse/MNG-7215 is also important, it breaks the build maven site for projects ... Please don't extend the manual process ... nowadays we have everything to do automatically, every (or most of) plugin has IT tests ... so we need just to run its n

Re: [VOTE] Release Apache Maven version 3.8.2

2021-08-22 Thread Falko Modler
Unfortunately, this commit introduced another, more severe regression: https://issues.apache.org/jira/browse/MNG-7220 I was able to fix it already: https://github.com/apache/maven/pull/527 IMO, this warrants a timely 3.8.3 release. WDYT? PS: If there are no automated tests of the standard Mave