The Apache Maven team is pleased to announce the release of the Apache
Maven Wagon, version 3.4.0.
https://maven.apache.org/wagon/
Release Notes - Maven Wagon - Version 3.4.0
** Bug
* [WAGON-568] - Fail to deploy on Sonatype OSS since Maven 3.5.4
* [WAGON-573] - EntityUtils.consumeQuietly() never called on
non-2xx status codes
* [WAGON-576] - Retry handler docs are possibly wrong
* [WAGON-582] - HttpMethodConfiguration#copy() performs a shallow
copy only
** Improvement
* [WAGON-570] - Use RedirectStrategy from HttpClient rather than a
custom approach
* [WAGON-580] - Improve and unify exception messages by status code
types throughout HTTP providers
* [WAGON-585] - maven.wagon.http.ssl features documentation is
incomplete
* [WAGON-586] - make build Reproducible
* [WAGON-588] - Handle 404 and 410 consistently in HTTP-based Wagon
providers
** Task
* [WAGON-579] - Handle SC_UNAUTHORIZED and
SC_PROXY_AUTHENTICATION_REQUIRED in all methods
** Dependency upgrade
* [WAGON-577] - Upgrade HttpCore to 4.4.13
* [WAGON-578] - Upgrade HttpClient to 4.5.11
* [WAGON-581] - Upgrade HttpClient to 4.5.12
* [WAGON-589] - Upgrade Maven Shade Plugin to 3.2.3
Enjoy,
-The Apache Maven team