Apache Maven Wagon 3.3.1 Released
The Apache Maven team is pleased to announce the release of
Apache Maven Wagon 3.3.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.3.1
Bugs:
- WAGON-538 – Basic authentication fails if the password contains non-ASCII characters
- WAGON-543 – wagon-ssh download hangs
Improvements:
- WAGON-537 – Maven transfer speed of large artifacts is slow due to unsuitable buffer strategy
- WAGON-539 – Explicitly register only supported auth schemes
- WAGON-540 – Switch to modern-day encoding (UTF-8) of auth credentials
Task:
- WAGON-544 – Work around JSch issue #122
Enjoy,
- The Apache Maven team