RSS
An RSS feed is available.
News
Dear CARGO enthusiasts
We are happy to present to you CARGO version 1.4.13. This version comes with the below bug fixes and improvements:
- Core:
- Changed the Existing Local Configurations / Local Containers so they attempt redeployment of deployables (and not simple deployment) [CARGO-1303]
- Containers - Jetty:
- Fixed the
RuntimeException: Error scanning file
when deploying to an embedded Jetty 9.x container [CARGO-1309]
- Fixed the
- Containers - Tomcat:
- Tomcat 6.x, Tomcat 7.x and Tomcat 8.x containers now all also have their embedded versions available [CARGO-1300]
- Containers - TomEE:
- Added remote deployment capabilities to TomEE 1.x [CARGO-1286]
- Added deployment of Java EE resources (such as EARs) to TomEE 1.x [CARGO-1288]
- Containers - WebSphere:
- System properties are now correctly passed to the WebSphere 8.5.x container [CARGO-1285]
- The WebSphere 8.5.x deployer should takes into account the server name [CARGO-1301]
- The WebSphere 8.5.x container now sets the PATH properly by itself [CARGO-1302]
- Extensions - Cargo Daemon when used via the Maven2/Maven3 plugin:
- The
daemon-start
goal now respects thepingUrl
[CARGO-1304]
- The
To try it out:
- Users of the Maven2/Maven3 plugin simply need to use the CARGO plugin version 1.4.13
- Users of the Java API can download the new Uberjar from http://repo1.maven.org/maven2/org/codehaus/cargo/cargo-core-uberjar/1.4.13/cargo-core-uberjar-1.4.13.jar
- Similarly, users of the ANT tasks can download the new ANT tasks from http://repo1.maven.org/maven2/org/codehaus/cargo/cargo-ant/1.4.13/cargo-ant-1.4.13.jar
- Finally, the ones who want to see the Cargo Daemon can get it from http://repo1.maven.org/maven2/org/codehaus/cargo/cargo-daemon-webapp/1.4.13/cargo-daemon-webapp-1.4.13.war and can try the instructions on http://cargo.codehaus.org/Cargo+Daemon
We hope you enjoy this new version of CARGO!
Dear CARGO enthusiasts
CARGO's first version for 2015, version 1.4.12, is now ready! This version comes with the below bug fixes and improvements:
- Core API:
- When starting containers on Java 8, the warning
ignoring option PermSize=48m; support was removed in 8.0
doesn't appear anymore [CARGO-1294] AbstractDeployer.stop(Deployable, DeployableMonitor)
now callsstop(Deployable)
as it should [CARGO-1296]- A bug where starting a stopped module over JSR88 has been fixed [CARGO-1295]
- The timeout of the
AbstractJsr88Deployer
is now configurable [CARGO-1299]
- When starting containers on Java 8, the warning
- Containers:
- The access denied message when re- and undeploying on Tomcat 7 and 8 has been fixed [CARGO-1298]
- The GlassFish remote deployer now supports the
target
parameter [CARGO-1291] - The WebSphere admin commands now use
-conntype NONE
, which means the WebSphere deployers do not require the container to be started anymore [CARGO-1297]
- Extensions:
- The Cargo ANT tasks'
start
/run
/stop
commands now take into account ping URLs [CARGO-1293] - The CARGO Daemon now support for XML replacements [CARGO-1289]
- The Cargo ANT tasks'
To try it out:
- Users of the Maven2/Maven3 plugin simply need to use the CARGO plugin version 1.4.12
- Users of the Java API can download the new Uberjar from http://repo1.maven.org/maven2/org/codehaus/cargo/cargo-core-uberjar/1.4.12/cargo-core-uberjar-1.4.12.jar
- Similarly, users of the ANT tasks can download the new ANT tasks from http://repo1.maven.org/maven2/org/codehaus/cargo/cargo-ant/1.4.12/cargo-ant-1.4.12.jar
- Finally, the ones who want to see the Cargo Daemon can get it from http://repo1.maven.org/maven2/org/codehaus/cargo/cargo-daemon-webapp/1.4.12/cargo-daemon-webapp-1.4.12.war and can try the instructions on http://cargo.codehaus.org/Cargo+Daemon
We hope you enjoy this new version of CARGO!
Dear CARGO enthusiasts
Say hello to CARGO's last version for 2014, version 1.4.11! This version comes with some interesting new features:
- We added support for Apache TomEE 1.x [CARGO-1194 and CARGO-1282], with support for deploying of EARs and EJBs on it [CARGO-1287].
- The WebSphere 8.5.x container can now set classloading strategy for deployments [CARGO-1284]
- Jetty and Tomcat containers now support extra classpath for each WAR [CARGO-1283]
To try it out:
- Users of the Maven2/Maven3 plugin simply need to use the CARGO plugin version 1.4.11
- Users of the Java API can download the new Uberjar from http://repo1.maven.org/maven2/org/codehaus/cargo/cargo-core-uberjar/1.4.11/cargo-core-uberjar-1.4.11.jar
- Similarly, users of the ANT tasks can download the new ANT tasks from http://repo1.maven.org/maven2/org/codehaus/cargo/cargo-ant/1.4.11/cargo-ant-1.4.11.jar
- Finally, the ones who want to see the Cargo Daemon can get it from http://repo1.maven.org/maven2/org/codehaus/cargo/cargo-daemon-webapp/1.4.11/cargo-daemon-webapp-1.4.11.war and can try the instructions on http://cargo.codehaus.org/Cargo+Daemon
We hope you enjoy this new version of CARGO, and wish you all the joy, happiness and success in this new year (yes, we are a bit early here)!
Dear CARGO enthusiasts
CARGO 1.4.10 is now available - with this time only two bug fixes and two new features:
- Bug fixes:
- [CARGO-1277] - Cannot release CARGO on JDK 8
- [CARGO-1279] - The default deployable created by the Maven2/Maven3 plugin ignores the
<finalName>
- Improvements:
- [CARGO-1281] - Allow binding Tomcat
<Connector>
to bind to specific address - [CARGO-1275] - Add support for DIGEST authentication to remote HTTP deployments on Tomcat
- [CARGO-1281] - Allow binding Tomcat
To try it out:
- Users of the Maven2/Maven3 plugin simply need to use the CARGO plugin version 1.4.10
- Users of the Java API can download the new Uberjar from http://repo1.maven.org/maven2/org/codehaus/cargo/cargo-core-uberjar/1.4.10/cargo-core-uberjar-1.4.10.jar
- Similarly, users of the ANT tasks can download the new ANT tasks from http://repo1.maven.org/maven2/org/codehaus/cargo/cargo-ant/1.4.10/cargo-ant-1.4.10.jar
- Finally, the ones who want to see the Cargo Daemon can get it from http://repo1.maven.org/maven2/org/codehaus/cargo/cargo-daemon-webapp/1.4.10/cargo-daemon-webapp-1.4.10.war and can try the instructions on http://cargo.codehaus.org/Cargo+Daemon
Enjoy!
Dear CARGO enthusiasts
Here comes our mid summer release The release notes this time are pretty small:
- Improvements and new features:
- The Cargo Daemon can now be used from ANT tasks [CARGO-1261]
- JBoss 7.4 (EAP 6.3) is now supported [CARGO-1274]
- Support for
jdbc-connection-pool
withdatasource-classname
as an alternative todriver-classname
in GlassFish [CARGO-1259]
- Bug fixes:
- Websphere 8.5 on Windows 7 64bit - failure to start / stop [CARGO-1269]
- Starting Tomcat 7 with Cargo logs warning on
emptySessionPath
[CARGO-1271] - Starting Tomcat 7 with Cargo generates warnings on not existing folders in classloader path [CARGO-1272]
To try it out:
- Users of the Maven2/Maven3 plugin simply need to use the CARGO plugin version 1.4.9
- Users of the Java API can download the new Uberjar from http://repo1.maven.org/maven2/org/codehaus/cargo/cargo-core-uberjar/1.4.9/cargo-core-uberjar-1.4.9.jar
- Similarly, users of the ANT tasks can download the new ANT tasks from http://repo1.maven.org/maven2/org/codehaus/cargo/cargo-ant/1.4.9/cargo-ant-1.4.9.jar
- Finally, the ones who want to see the Cargo Daemon can get it from http://repo1.maven.org/maven2/org/codehaus/cargo/cargo-daemon-webapp/1.4.9/cargo-daemon-webapp-1.4.9.war and can try the instructions on http://cargo.codehaus.org/Cargo+Daemon
Enjoy!