- Avoid masking exceptions thrown in build.gradle - Issue 29.
- Some of the container-specific task property classes did not implement TaskProperty - Issue 27.
- Expose convention property for setting the RMI port - Issue 21.
- Provides support for configuration files - Issue 14.
- The ZIP URL installer convention property wasn't set correctly for the default local container implementation.
- Checking if all properties are set for the ZIP URL installer closure before applying it.
- Refactored duplicated code for setting the convention properties of a local container.
- Support for ZIP artifact installer - Issue 15.
- Upgrade to Gradle Wrapper 1.0.
- Use Groovy @Slf4j annotation for logging.
- Fixed minor bug in documentation and code about setting local container-specific properties.
- Provide convention properties for Cargo and container log files.
- Allow deployment of multiple artifacts - Issue 9. Note: This slightly changes the structure of the convention properties. Please check the documentation!
- Support for JVM arguments in local containers.
- Support for configuration properties specific to local container product.
- The deployable artifact can either be a WAR or an EAR file. Note: This release requires your project to run with Gradle >= 1.0-m4.
- Upgrade to Gradle Wrapper 1.0-m6.
- Exposed local run task introduced in Cargo 1.1.1. The plugin does not favor the deprecation
of the
waitconvention property. It got removed completely. Please usecargoRunLocalorcargoStartLocaldepending on your use case. - Note: This release requires you to use Cargo >= 1.1.1.
- Added property for setting
cargo.protocolto remote container tasks.
- Initial release.