slachiewicz commented on issue #651: URL: https://github.com/apache/maven-wagon/issues/651#issuecomment-5225728554
Still open, and the "it is deprecated anyway" answer does not currently apply. Wagon 4.0.0, where the provider page says this goes away, has never been released — `master` is `4.0.0-M1-SNAPSHOT` with no tag, the last release is 3.5.3, and `wagon-3.x` is `3.5.4-SNAPSHOT` and still maintained. Anyone deploying over FTPS today is on 3.5.x with nowhere else to go. For anyone picking this up: `wagon-ftp` wraps `commons-net`, and FTPS support there is `FTPSClient` rather than the `FTPClient` the provider currently uses, so this is a matter of selecting and configuring a different client rather than implementing encryption. The provider is not bundled with any Maven distribution, so a change here only affects builds that add it explicitly, which makes it comparatively low-risk to attempt. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
