Codehaus Cargo 1.7.14 is here!
Dear Codehaus Cargo enthusiasts
We are happy to announce Codehaus Cargo 1.7.14, a version packed with extended support for new versions of containers, and some bug fixes:
Core
[CARGO-1521] - The
ZipUrlInstaller
sends incorrectAccept
headers, which some Web servers reject with an HTTP 406 error
Containers - Jetty
[CARGO-1511] - Document the
JettyPropertySet.DEPLOYER_URL
property
Containers - Tomcat
[CARGO-1519] - Unable to perform a remote redeployment of non-ROOT app with version suffix to Tomcat containers with versioning support when an old version exists
Containers - WildFly
[CARGO-1518] - Add support for WildFly 20.x
This version also includes the below fix, which was fixed as part of Codehaus Cargo 1.7.13 (a version that we chose not to announce):
[CARGO-1517] - The WebLogic 12.2.x container doesn't work with WebLogic 12.2.1.4.0
To try it out:
Users of the Maven 2 / Maven 3 plugin simply need to use the Codehaus Cargo plugin version 1.7.14
Users of the Java API can download the new Uberjar from https://repo.maven.apache.org/maven2/org/codehaus/cargo/cargo-core-uberjar/1.7.14/cargo-core-uberjar-1.7.14.jar
Similarly, users of the ANT tasks can download the new ANT tasks from https://repo.maven.apache.org/maven2/org/codehaus/cargo/cargo-ant/1.7.14/cargo-ant-1.7.14.jar
Finally, the ones who want to see the Cargo Daemon can get it from https://repo.maven.apache.org/maven2/org/codehaus/cargo/cargo-daemon-webapp/1.7.14/cargo-daemon-webapp-1.7.14.war and either use the WAR directly as an executable JAR or as a WAR file deployed on another Web container
Enjoy!