Codehaus Cargo 1.9.3 is here!
Dear Codehaus Cargo enthusiasts
We are happy to announce Codehaus Cargo 1.9.3, which includes the below improvements:
Core API
[CARGO-1556] - Allow setting the JVM classpath using a
-classpath
or-cp
argument set asGeneralPropertySet.JVMARGS
orGeneralPropertySet.START_JVMARGS
This comes on top of the existing methods for setting an extra classpath or an application classpath, and can be useful if you want to, for example, change the container’s Java loggers and these require specific libraries in the JVM classpath
Containers - Jetty
[CARGO-1554] - Have a user-friendly way of (de)activating Jetty modules
Please note that this is only for Jetty 10.x and onwards - As even Jetty 9.x has different ways of (de)activating its modules between minor versions…
Containers - WildFly
[CARGO-1558] - Add support for WildFly 23.x
To upgrade to this latest version:
Users of the Maven 3 plugin simply need to use the Codehaus Cargo plugin version 1.9.3
Users of the Java API can download the new Uberjar from https://repo.maven.apache.org/maven2/org/codehaus/cargo/cargo-core-uberjar/1.9.3/cargo-core-uberjar-1.9.3.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.9.3/cargo-ant-1.9.3.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.9.3/cargo-daemon-webapp-1.9.3.war and either use the WAR directly as an executable JAR or as a WAR file deployed on another Web container
Enjoy!