Re: [VOTE] Release Maven Dependency Plugin version 3.4.0

2022-11-28 Thread Sylwester Lachiewicz
+1 niedz., 27 lis 2022, 19:21 użytkownik Michael Osipov napisał: > Am 2022-11-26 um 22:40 schrieb Michael Osipov: > > Hi, > > > > We solved 21 issues: > > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317227=12351068 > > > > There are still a couple of issues left in

Re: [VOTE] Release Apache Maven Doxia Sitetools version 2.0.0-M4

2022-11-28 Thread Karl Heinz Marbaise
Hi, +1 from me. Kind regards Karl Heinz Marbaise On 26.11.22 16:52, Michael Osipov wrote: Hi, we solved 10 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317320=12352134 There are still a couple of issues left in JIRA:

Re: [VOTE] Release Maven Dependency Plugin version 3.4.0

2022-11-28 Thread Karl Heinz Marbaise
Hi +1 from me. Kind regards Karl Heinz Marbaise On 26.11.22 22:40, Michael Osipov wrote: Hi, We solved 21 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317227=12351068 There are still a couple of issues left in JIRA:

Re: [VOTE] Release Maven Dependency Plugin version 3.4.0

2022-11-28 Thread Slawomir Jaranowski
+1 sob., 26 lis 2022 o 22:40 Michael Osipov napisał(a): > Hi, > > We solved 21 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317227=12351068 > > There are still a couple of issues left in JIRA: > https://issues.apache.org/jira/projects/MDEP/issues > > Staging

Re: [VOTE] Release Apache Maven Doxia Sitetools version 2.0.0-M4

2022-11-28 Thread Slawomir Jaranowski
+1 sob., 26 lis 2022 o 16:52 Michael Osipov napisał(a): > Hi, > > we solved 10 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317320=12352134 > > There are still a couple of issues left in JIRA: > >

Re: [VOTE] Release Maven Dependency Plugin version 3.4.0

2022-11-28 Thread Herve Boutemy
+1 Reproducible Builds ok: reference done with JDK 8 on Windows Regards, Hervé On 2022/11/26 21:40:46 Michael Osipov wrote: > Hi, > > We solved 21 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317227=12351068 > > There are still a couple of issues left in JIRA:

Re: [VOTE] Release Apache Maven Doxia Sitetools version 2.0.0-M4

2022-11-28 Thread Herve Boutemy
+1 Reproducible Builds ok: reference done with JDK 8 on Windows Regards, Hervé On 2022/11/26 15:52:08 Michael Osipov wrote: > Hi, > > we solved 10 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317320=12352134 > > There are still a couple of issues left in JIRA:

Re: Is Maven Wagon future-proof?

2022-11-28 Thread Andrzej
Hi Michael, Thanks for the answer. I've actually started working on an implementation using HttpClient5 and it's going smooth so far. But I'll use Wagon now :) Thanks again and best regards, Andrzej From: Michael Osipov Sent: Monday, November 28, 2022

Re: Is Maven Wagon future-proof?

2022-11-28 Thread Michael Osipov
Am 2022-11-28 um 11:52 schrieb Andrzej: Hello, I'm busy removing the maven-compat dependencies from versions-maven-plugin and WagonManager seems to be the last of them. I'm wondering now how future-proof it would be to use Wagon without WagonManager, i.e. simply using the current API as

Is TransporterFactory and Transporters public API?

2022-11-28 Thread A.J. Jarmoniuk
Howdy, I'd like to replace WagonManager from maven-compat in Versions Maven Plugin with a Transporter from Maven Resolver/aether. Question is -- is Transporter and TransporterFactory public API? Or, as it's SPI, so I guess it's probably for Resolver's internal consumption. Looking forward for

Is Maven Wagon future-proof?

2022-11-28 Thread Andrzej
Hello, I'm busy removing the maven-compat dependencies from versions-maven-plugin and WagonManager seems to be the last of them. I'm wondering now how future-proof it would be to use Wagon without WagonManager, i.e. simply using the current API as described on https://maven.apache.org/wagon/