Re: [VOTE] Release Apache Maven Reporting API version 4.0.0-M9

2023-11-17 Thread Guillaume Nodet
The JIRA title indicates doc change only... maybe it should be reworded a bit. Le mer. 15 nov. 2023 à 10:40, Michael Osipov a écrit : > > API change/update and still have to go through formal vote. > > On 2023/11/14 21:32:05 Guillaume Nodet wrote: > > +1 > > > > There's not much in this release,

Re: [VOTE] Release Maven Project Info Reports Plugin version 3.5.0

2023-11-17 Thread Guillaume Nodet
+1 Le ven. 17 nov. 2023 à 22:56, Michael Osipov a écrit : > > Hi, > > we solved 3 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317821&version=12353875 > > There are still a couple of issues left in JIRA: > https://issues.apache.org/jira/projects/MPIR/issues > > Sta

Re: [VOTE] Release Maven Resolver 1.9.17

2023-11-17 Thread Guillaume Nodet
+1 Le sam. 18 nov. 2023 à 00:27, Tamás Cservenák a écrit : > > Howdy, > > Note: Maven Resolver 1.x lineage is in "bugfix only" maintenance mode. > > We solved 4 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320628&version=12353659 > > There are still some issues in

Re: [VOTE] Release Maven Resolver 2.0.0-alpha-2

2023-11-17 Thread Guillaume Nodet
+1 Le mer. 15 nov. 2023 à 16:21, Tamás Cservenák a écrit : > > Howdy, > > Note: This is a second preview release of Resolver 2.0.0, that would allow > any downstream consumers to try it out and adapt. Most of the major issues > were fixed, almost all of the functionality is there (compare JIRA "2

[VOTE] Release Maven Resolver 1.9.17

2023-11-17 Thread Tamás Cservenák
Howdy, Note: Maven Resolver 1.x lineage is in "bugfix only" maintenance mode. We solved 4 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320628&version=12353659 There are still some issues in JIRA: https://issues.apache.org/jira/projects/MRESOLVER/issues Staging repo

Re: [VOTE] Release Maven Resolver 2.0.0-alpha-2

2023-11-17 Thread Tamás Cservenák
Howdy, The "staged site" has been moved to: https://maven.apache.org/resolver-archives/resolver-2.0.0-alpha-2-VOTE/ to make room for 1.9.17 release. Thanks T On Wed, Nov 15, 2023 at 4:17 PM Tamás Cservenák wrote: > Howdy, > > Note: This is a second preview release of Resolver 2.0.0, that woul

[VOTE] Release Maven Project Info Reports Plugin version 3.5.0

2023-11-17 Thread Michael Osipov
Hi, we solved 3 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317821&version=12353875 There are still a couple of issues left in JIRA: https://issues.apache.org/jira/projects/MPIR/issues Staging repo: https://repository.apache.org/content/repositories/maven-2031/ ht

Re: injecting an object for plugin configuration on Maven CLI

2023-11-17 Thread Konrad Windszus
Hi, Only the value classes listed in https://maven.apache.org/guides/mini/guide-configuring-plugins.html#Mapping_Value_Objects support conversion from string. There is nothing built in for complex classes containing multiple values of different types. Konrad > On 17. Nov 2023, at 08:51, Hervé