Re: [RESULT] [VOTE] Release Apache Maven 3.9.3

2023-06-26 Thread Karl Heinz Marbaise
Hi, On 26.06.23 15:48, Karl Heinz Marbaise wrote: Hi, On 26.06.23 12:53, Tamás Cservenák wrote: Howdy, The vote has passed with the following result: +1b: Romain, Henning, Karl Heinz Missing:  * Slawomir Jaranowski  * Tamás Cservanák and also missed: * Guillaume Nodet Kind regards Kar

Re: [RESULT] [VOTE] Release Apache Maven 3.9.3

2023-06-26 Thread Karl Heinz Marbaise
Hi, On 26.06.23 12:53, Tamás Cservenák wrote: Howdy, The vote has passed with the following result: +1b: Romain, Henning, Karl Heinz Missing: * Slawomir Jaranowski * Tamás Cservanák Also please CC post on private pmc list. Kind regards Karl Heinz +2nb: Delany PMC quorum: reached I wil

Re: [RESULT] [VOTE] Release Apache Maven 3.9.3

2023-06-26 Thread Tamás Cservenák
A slight correction re votes (and my mistake: Henning is not PMC): +1b: Romain, Karl Heinz, Slawek and Guillaume +1nb: Delany, Henning On Mon, Jun 26, 2023 at 12:53 PM Tamás Cservenák wrote: > Howdy, > > The vote has passed with the following result: > > +1b: Romain, Henning, Karl Heinz > +2nb:

Re: [VOTE] Release Apache Maven 3.9.3

2023-06-26 Thread Guillaume Nodet
+1 Le ven. 23 juin 2023 à 15:34, Tamás Cservenák a écrit : > Howdy, > > We solved 22 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&version=12353255 > > There are still a couple of issues left in JIRA: > > https://issues.apache.org/jira/issues/?jql=project%

Re: [VOTE] Release Apache Maven 3.9.3

2023-06-26 Thread Slawomir Jaranowski
+1 pt., 23 cze 2023 o 15:34 Tamás Cservenák napisał(a): > Howdy, > > We solved 22 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&version=12353255 > > There are still a couple of issues left in JIRA: > > https://issues.apache.org/jira/issues/?jql=project%20%

Re: [VOTE] Release Apache Maven 3.9.3

2023-06-26 Thread Tamás Cservenák
And just as an afterthought... This is clear example of "good outcome" of plugin warning, see this issue: https://github.com/jacoco/jacoco/issues/1435 If these would NOT be shown by default to users, I assume this issue would never be reported either. T On Mon, Jun 26, 2023 at 12:47 PM Tamás C

[RESULT] [VOTE] Release Apache Maven 3.9.3

2023-06-26 Thread Tamás Cservenák
Howdy, The vote has passed with the following result: +1b: Romain, Henning, Karl Heinz +2nb: Delany PMC quorum: reached I will promote the artifacts to the central repo, the source release ZIP file and add this release to the board report. Thanks T

Re: [VOTE] Release Apache Maven 3.9.3

2023-06-26 Thread Tamás Cservenák
Howdy, created https://issues.apache.org/jira/browse/MNG-7826 as it seems that: * jacoco 0.8.10 is "bad" in this respect (FTR is fixed but not yet released, see JIRA issue), * validation report by Maven 3.9.2 is correct, * while Maven 3.9.3 misses to report it This is not a deal-breaker, but seem

Re: [VOTE] Release Apache Maven 3.9.3

2023-06-25 Thread Karl Heinz Marbaise
Hi, difference between Maven 3.9.2, getting the following output: (mvn clean verify): [INFO] BUILD SUCCESS [INFO] [INFO] Total time: 2.397 s [INFO] Finished at: 2023-06-25T11:48:38+02:00 [INFO]

Re: [VOTE] Release Apache Maven 3.9.3

2023-06-24 Thread Delany
+1 On Fri, 23 Jun 2023 at 15:34, Tamás Cservenák wrote: > Howdy, > > We solved 22 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&version=12353255 > > There are still a couple of issues left in JIRA: > > https://issues.apache.org/jira/issues/?jql=project%20%

Re: [VOTE] Release Apache Maven 3.9.3

2023-06-23 Thread Henning Schmiedehausen
Seems to work fine in my pipelines. +1 The changed behavior for plugin validation should be documented; just reading the release notes gives no clear indication what changed. -h (I can haz wrapper plugin and mvnd as well plz?) On Fri, Jun 23, 2023 at 6:34 AM Tamás Cservenák wrote: > Howdy, >

Re: [VOTE] Release Apache Maven 3.9.3

2023-06-23 Thread Romain Manni-Bucau
+1 Le ven. 23 juin 2023 à 16:08, Tamás Cservenák a écrit : > Yup, it would be nice to backport it, agreed. > > But this is a release [VOTE] thread, it would be better to spawn different > threads for proposals like this, and leave this thread for voting :) > > Thanka > T > > On Fri, Jun 23, 2023

Re: [VOTE] Release Apache Maven 3.9.3

2023-06-23 Thread Tamás Cservenák
Yup, it would be nice to backport it, agreed. But this is a release [VOTE] thread, it would be better to spawn different threads for proposals like this, and leave this thread for voting :) Thanka T On Fri, Jun 23, 2023 at 4:05 PM Elliotte Rusty Harold wrote: > It would also be nice to get > h

Re: [VOTE] Release Apache Maven 3.9.3

2023-06-23 Thread Elliotte Rusty Harold
It would also be nice to get https://issues.apache.org/jira/browse/MNG-7714 backported into 3.9.x assuming I'm correct that it's currently only fixed on the 4.x branch. On Fri, Jun 23, 2023 at 9:34 AM Tamás Cservenák wrote: > > Howdy, > > We solved 22 issues: > https://issues.apache.org/jira/secu

Re: [VOTE] Release Apache Maven 3.9.3

2023-06-23 Thread Tamás Cservenák
Howdy, Maven carries (does not use) guava 31.1 as dependency of guice. No code (including Guice) uses the CVE affected File related classes. Also, guava is NOT exposed to plugins either. Hence, I think we are fine. HTH Tamas On Fri, Jun 23, 2023 at 3:55 PM Elliotte Rusty Harold wrote: > There

Re: [VOTE] Release Apache Maven 3.9.3

2023-06-23 Thread Elliotte Rusty Harold
There seems to be a recent security fix in Guava in 32.0.0 which broke other things, so 32.0.1 is recommended. I'm not sure if any of this affects Maven, but it's probably good to get this in. On Fri, Jun 23, 2023 at 9:34 AM Tamás Cservenák wrote: > > Howdy, > > We solved 22 issues: > https://iss

[VOTE] Release Apache Maven 3.9.3

2023-06-23 Thread Tamás Cservenák
Howdy, We solved 22 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&version=12353255 There are still a couple of issues left in JIRA: https://issues.apache.org/jira/issues/?jql=project%20%3D%20MNG%20AND%20resolution%20%3D%20Unresolved Staging repo: https://repos