WSO2 Carbon Deployment 5.0.0-alpha Release The Carbon team is pleased to announce the release of Carbon Deployment 5.0.0-alpha. Listed below are the features introduced with this release. The Carbon deployment framework that was previously part of carbon-kernel is now maintained separately with this release.
New Features - Carbon Deployment Framework to deploy artifacts - SDK to write artifact deployers and deployment lifecycle listeners - Artifact deployment notifier via JMS Installing as a Carbon Feature You may install carbon-deployment feature to your product by using the following two dependencies. First one provides the core deployment framework, while the second one provides the deployment notifier. <dependency> <groupId>org.wso2.carbon.deployment</groupId> <artifactId>org.wso2.carbon.deployment.engine.feature</artifactId> <version>5.0.0-alpha</version> <type>zip</type> </dependency> <dependency> <groupId>org.wso2.carbon.deployment</groupId> <artifactId>org.wso2.carbon.deployment.notifier.feature</artifactId> <version>5.0.0-alpha</version> <type>zip</type> </dependency> How to Contribute - WSO2 Carbon Deployment code is hosted in github. - The Git repository is https://github.com/wso2/carbon-deployment - Carbon Deployment 5.0.0-alpha release tag is https://github.com/wso2/carbon-deployment/tree/v5.0.0-alpha - Please report issues at Carbon Deployment Jira, https://wso2.org/jira/browse/CDEPLOY Contact Us ​WSO2 Carbon developers​ can be contacted via following mailing lists: - WSO2 Developers List: [email protected] - WSO2 Architecture List: [email protected]
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
