...
- ANT tasks and Maven2/Maven3 plugin:
- The
cargo:runMOJO and run ANT task now try to stop the container (via shutdown hook) when whenCTRL + Cis pressed (CARGO-1124) - Maven2/Maven3 plugin fixes:
cargo:runnow now deploys all WARs; as the <deployables> element has been centralized (CARGO-1114)- The intreaction between the CARGO Maven2/Maven3 plugin and Maven proxy settings have been reviewed to function in an homogeneous manner (CARGO-1119 and CARGO-1121)
- General fixes:
- The configuration of of
<cargo.servlet.users>does not require a role anymore (CARGO-526) - Container-specific fixes:
- Jetty 7.x and 8.x Remote Deployment now works properly if Jetty-JNDI is active (CARGO-1122 and CARGO-1123)
- Jetty installed local deployer has been fixed to be able of deploying sub-contexts (CARGO-1125)
jboss.server.lib.urlis now correctly handled (CARGO-1110)- WARs can now be deployed on JBoss 7.x and 7.1.x containers' root context (CARGO-1090)
- JBoss 7.x and 7.1.x contains' bind address can now be set to to
0.0.0.0(CARGO-1111) - Tomcat NIO connectors now work properly with CARGO (CARGO-1115)
...