Codehaus Cargo 1.10.11 is here!
Dear Codehaus Cargo enthusiasts
As 2023 is coming to an end, we are happy to announce one last version of Codehaus Cargo, which comes with the below improvements and fixes:
Core:
[CARGO-1619] Auto-stop container if starting fails
Containers - Jetty:
[CARGO-1617] Jetty Remote Deployer ceased functioning with newer Jetty 9.4 versions
[CARGO-1512] Make the Cargo Jetty Deployer compatible with the Jetty Remote Deployer from the Eclipse Jetty project
Containers - Tomcat:
[CARGO-1621] Add support for adding JARs into
WEB-INF/lib
orWEB-INF/classes
Extensions - Cargo Daemon:
[CARGO-1618] Enable (simple) password protection for the Cargo Daemon self-executable
Extensions - Maven 3 plugin:
[CARGO-1620] Add a parameter
cargo.maven.useLogCategoryPrefix
to Maven plugin
Please note that we also made this new feature the default, so logs are smaller
To upgrade to this latest version:
Users of the Maven 3 plugin simply need to use the Codehaus Cargo plugin version 1.10.11
Users of the Java API can download the new Uberjar from https://repo.maven.apache.org/maven2/org/codehaus/cargo/cargo-core-uberjar/1.10.11/cargo-core-uberjar-1.10.11.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.10.11/cargo-ant-1.10.11.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.10.11/cargo-daemon-webapp-1.10.11.war and either use the WAR directly as an executable JAR or as a WAR file deployed on another Web container
Enjoy!