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

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.1

  • Bugs:

    • WAGON-591 – Transfer event is not restarted when request is redirected
    • WAGON-592 – Wagon fails when compiled on Java 9+ and run on Java 8 due to JDK API breakage
    • WAGON-594 – http.route.default-proxy config property never passes protocol and port of proxy server
  • Improvements:

    • WAGON-595 – Add configuration property ‘http.protocol.handle-content-compression’
    • WAGON-596 – Add configuration property ‘http.protocol.handle-uri-normalization’
  • Task:

    • WAGON-593 – Remove non-existent cache header

Enjoy,

  • The Apache Maven team