Re: Maven 5 pom extension for agents

2023-11-03 Thread Romain Manni-Bucau
Le ven. 3 nov. 2023 à 20:55, Martin Desruisseaux < martin.desruisse...@geomatys.com> a écrit : > Le 2023-11-03 à 19 h 33, Romain Manni-Bucau a écrit : > > >> putting a dependency on the module-path of a non-JPMS application > >> such as Spring is okay > >> > > Is not ok for me and is a big hidden

Re: Maven 5 pom extension for agents

2023-11-03 Thread Tamás Cservenák
Just 5 cents: Plugins (as "consumer of dependency") would NOT handle with type _directlty_, but the _flags_. So, if you look at this table (a bit outdated): https://gist.github.com/cstamas/4e9bcbef25ce912a90ad1e127b0c5db8 m-compiler-p: handles artifacts flagged with CP, MP, AP m-javadoc-p:

[VOTE] Release Maven Javadoc Plugin version 3.6.2

2023-11-03 Thread Michael Osipov
Hi, We solved 7 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317529=12353815 There are still a couple of issues left in JIRA: https://issues.apache.org/jira/projects/MJAVADOC/issues Staging repo: https://repository.apache.org/content/repositories/maven-2024/

Re: [VOTE] Release Apache Maven Surefire Version 3.2.2

2023-11-03 Thread Tamás Cservenák
+1 On Fri, Nov 3, 2023, 09:46 Slawomir Jaranowski wrote: > Hi, > > We solved 4 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317927=12353764 > > There are still a couple of issues left in JIRA: > >

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

2023-11-03 Thread Tamás Cservenák
Howdy, @Michael Osipov Banner removed already: https://issues.apache.org/jira/browse/MRESOLVER-423 Can you point me at issues and/or PRs? Thanks T On Thu, Nov 2, 2023 at 5:29 PM Michael Osipov wrote: > Am 2023-11-02 um 12:23 schrieb Tamás Cservenák: > > Howdy, > > > > Note: This is a preview

Re: [VOTE] Release Apache Maven Plugin Tools version 3.10.2

2023-11-03 Thread Sylwester Lachiewicz
+1 pt., 3 lis 2023, 07:49 użytkownik Michael Osipov napisał: > Am 2023-11-02 um 23:55 schrieb Slawomir Jaranowski: > > Hi, > > > > We solved 7 issues: > > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317820=12353719 > > > > There are still a couple of issues left in

Re: [VOTE] Release Apache Maven Plugin Tools version 3.10.2

2023-11-03 Thread Tamás Cservenák
+1 On Thu, Nov 2, 2023, 23:56 Slawomir Jaranowski wrote: > Hi, > > We solved 7 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317820=12353719 > > There are still a couple of issues left in JIRA: > >

Re: [VOTE] Release Apache Maven Surefire Version 3.2.2

2023-11-03 Thread Sylwester Lachiewicz
+1 pt., 3 lis 2023, 09:57 użytkownik Tamás Cservenák napisał: > +1 > > On Fri, Nov 3, 2023, 09:46 Slawomir Jaranowski > wrote: > > > Hi, > > > > We solved 4 issues: > > > > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317927=12353764 > > > > There are still a couple of

Re: [VOTE] Release Apache Maven Plugin Tools version 3.10.2

2023-11-03 Thread Michael Osipov
Am 2023-11-02 um 23:55 schrieb Slawomir Jaranowski: Hi, We solved 7 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317820=12353719 There are still a couple of issues left in JIRA:

[VOTE] Release Apache Maven Surefire Version 3.2.2

2023-11-03 Thread Slawomir Jaranowski
Hi, We solved 4 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317927=12353764 There are still a couple of issues left in JIRA:

Re: [VOTE] Release Apache Maven Surefire Version 3.2.2

2023-11-03 Thread Michael Osipov
On 2023/11/03 08:46:34 Slawomir Jaranowski wrote: > Hi, > > We solved 4 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317927=12353764 > > There are still a couple of issues left in JIRA: >

Re: Maven 5 pom extension for agents

2023-11-03 Thread Tamás Cservenák
Howdy, @Romain, it seems it is not only me alone having difficulties to understand your responses, that are almost always rejecting the idea. I asked you to create a counter example (not "recipe" in prose), you did not. When I joined this thread, I said clearly "this is hardly gonna happen in

Re: Maven 5 pom extension for agents

2023-11-03 Thread Tamás Cservenák
Howdy, That said no issue, I will step down from this thread as you request, goal > was just to try to not push in a way which will likely not solve the > original issue and was hurting users by some projects having adopted this > solution (bundle). No, I did NOT ask you to "step down from this

Re: Maven 5 pom extension for agents

2023-11-03 Thread Romain Manni-Bucau
Le ven. 3 nov. 2023 à 16:17, Tamás Cservenák a écrit : > Howdy, > > @Romain, it seems it is not only me alone having difficulties to understand > your responses, that are almost always rejecting the idea. > > I asked you to create a counter example (not "recipe" in prose), you did > not. When I

Re: Maven 5 pom extension for agents

2023-11-03 Thread Martin Desruisseaux
Le 2023-11-03 à 16 h 45, Romain Manni-Bucau a écrit : The detail point you forget is that since this is a partial solution either nobody cares of it today and it will not be adopted more than today (more later on that) or it will break in the future Is the proposal only partial because it

Re: Maven 5 pom extension for agents

2023-11-03 Thread Romain Manni-Bucau
Le ven. 3 nov. 2023 à 17:50, Martin Desruisseaux < martin.desruisse...@geomatys.com> a écrit : > Le 2023-11-03 à 16 h 45, Romain Manni-Bucau a écrit : > > > > The detail point you forget is that since this is a partial solution > > either nobody cares of it today and it will not be adopted more

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

2023-11-03 Thread Michael Osipov
Am 2023-11-03 um 12:02 schrieb Tamás Cservenák: Howdy, @Michael Osipov Banner removed already: https://issues.apache.org/jira/browse/MRESOLVER-423 Can you point me at issues and/or PRs? * MRESOLVER-9 * MRESOLVER-8 * MRESOLVER-12 * MRESOLVER-43 *

Re: Maven 5 pom extension for agents

2023-11-03 Thread Martin Desruisseaux
Le 2023-11-03 à 19 h 33, Romain Manni-Bucau a écrit : putting a dependency on the module-path of a non-JPMS application such as Spring is okay Is not ok for me and is a big hidden bug of current guess logic when not disabled IMHO, we should drop all that guess code probably. The current

Re: [VOTE] Release Maven Javadoc Plugin version 3.6.2

2023-11-03 Thread Sylwester Lachiewicz
+1 pt., 3 lis 2023, 21:43 użytkownik Michael Osipov napisał: > Hi, > > We solved 7 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317529=12353815 > > There are still a couple of issues left in JIRA: > https://issues.apache.org/jira/projects/MJAVADOC/issues > >