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 <[email protected]> Sent: Monday, November 28, 2022 8:03:45 PM To: [email protected] <[email protected]> Subject: Re: Is Maven Wagon future-proof? 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 described on https://maven.apache.org/wagon/ > > Simply put, I don't know the roadmap. If Wagon is going to be deprecated, I > can use HttpClient from HttpComponents for Http transport instead. Hi Andrzej, Wagon is definitively *not* deprecated. I am planning to skim a lot in version 4 and move to HttpClient 5. Doing everything manually with HttpClient is just unnecessary pain. Though, I won't pick up before spring next year, if not even summer. M --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
