RSS
An RSS feed is available.
News
Dear Codehaus Cargo enthusiasts
After a couple months of silence, we are happy to announce that a new version of Codehaus Cargo, 1.4.16, is now ready. It comes with many bugfixes and small improvements:
- Build procedure
- [CARGO-1330] - Clean the maven-javadoc-plugin configuration
- Cargo Daemon
- [CARGO-1333] - Update documentation: XML replacement does work with the Cargo Daemon
- Core
- [CARGO-1336] - Cargo does not fail correctly when the downloaded ZIP file is broken
- Containers - JBoss / WildFly
- [CARGO-1339] - Make the JBoss (or WildFly deployer) not rename the deployable file name if the WAR has a
jboss-web.xml
with a context defined in it
- [CARGO-1339] - Make the JBoss (or WildFly deployer) not rename the deployable file name if the WAR has a
- Containers - Tomcat
- [CARGO-1334] - Avoid WARNING "attribute
resolveHosts
no longer supported" in Tomcat 7.x and 8.x
- [CARGO-1337] - Avoid WARNING messages when shutting down the Tomcat container
- [CARGO-1334] - Avoid WARNING "attribute
- Containers - WebLogic
- [CARGO-1338] - WebLogic 12.1.x throws error when creating duplicate user group
- Users of the Maven2/Maven3 plugin simply need to use the Codehaus Cargo plugin version 1.4.16
- Users of the Java API can download the new Uberjar from http://repo1.maven.org/maven2/org/codehaus/cargo/cargo-core-uberjar/1.4.16/cargo-core-uberjar-1.4.16.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.16/cargo-ant-1.4.16.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.16/cargo-daemon-webapp-1.4.16.war and can try the instructions on https://codehaus-cargo.github.io/cargo/Cargo+Daemon.html
Enjoy!
Dear Codehaus Cargo enthusiasts
The new version of Codehaus Cargo, 1.4.15, is now ready! It comes with many bugfixes, improvements and new features:
- Containers - JBoss
- [CARGO-1322] - Add recent JBoss DTDs
- Containers - Tomcat
- [CARGO-1325] - Add nonce support for the
TomcatManager
- [CARGO-1325] - Add nonce support for the
- Contaners - WebLogic
- [CARGO-1317] - Add support for setting
admin
username and password - [CARGO-1316] - Adding JMS Resource support for WebLogic container
- [CARGO-1323] - Impossible to create default WebLogic domain on Windows
- [CARGO-1321] - Loose coupling between
WebLogic121xWlstInstalledLocalContainer
andWebLogic121xWlstStandaloneLocalConfiguration
- [CARGO-1326] -
NullPointerException
when skipped<cargo.servlet.users>
tag - [CARGO-1320] - Support for adding needed WebLogic JMS resources if they aren't defined in
properties
- [CARGO-1324] - WebLogic JMS resources - missing
id
- [CARGO-1327] - WebLogic startup time improvement
- [CARGO-1317] - Add support for setting
- Containers - WildFly
- [CARGO-1329] - Add support for WildFly 9.x
- Users of the Maven2/Maven3 plugin simply need to use the Codehaus Cargo plugin version 1.4.15
- Users of the Java API can download the new Uberjar from http://repo1.maven.org/maven2/org/codehaus/cargo/cargo-core-uberjar/1.4.15/cargo-core-uberjar-1.4.15.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.15/cargo-ant-1.4.15.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.15/cargo-daemon-webapp-1.4.15.war and can try the instructions on https://codehaus-cargo.github.io/cargo/Cargo+Daemon.html
Enjoy!
Dear Codehaus Cargo enthusiasts
As you might have heard, Codehaus is getting shut down. Obviously, it would be a pity to lose Cargo, so we took action to ensure its continuity:
- We have moved our Web site, and with the move also added an amazing new feature: You can finally search in the site
Try it out on https://codehaus-cargo.github.io/
- The Codehaus Cargo mailing lists are now on Google Groups
- We moved out issues tracker to the Codehaus Cargo JIRA on Atlassian
We are also happy to present to you Codehaus Cargo's new version, 1.4.14. This version updates all references and pages to the new Web site, and comes with a small number of bug fixes and improvements:
- [CARGO-1251] - Replace
weblogic.Admin
withweblogic.WLST
- [CARGO-1312] -
CargoDaemonServlet
should load on startup - [CARGO-1313] - Add support for JBoss
virtual-host
statements - [CARGO-1315] - The
undeploy
command of the Jetty remote deployer doesn't work for WARs outside thewebapps
folder
To try it out:
- Users of the Maven2/Maven3 plugin simply need to use the Codehaus Cargo plugin version 1.4.14
- Users of the Java API can download the new Uberjar from http://repo1.maven.org/maven2/org/codehaus/cargo/cargo-core-uberjar/1.4.14/cargo-core-uberjar-1.4.14.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.14/cargo-ant-1.4.14.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.14/cargo-daemon-webapp-1.4.14.war and can try the instructions on https://codehaus-cargo.github.io/cargo/Cargo+Daemon.html
We hope you enjoy our new features on our Web site, and of course also this new version of Codehaus Cargo!
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!