The Apache Maven team is pleased to announce the release of
Apache Maven Wagon 3.4.0.

Apache Maven Wagon is a transport abstraction that is used in Mavens
artifact and repository handling code.

You can download the appropriate sources etc. from the download page.

Release Notes – Maven Wagon – Version 3.4.0

  • Bugs:

    • 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
  • Improvements:

    • 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 upgrades:

Enjoy,

  • The Apache Maven team