zan-mateusz opened a new pull request #288: URL: https://github.com/apache/brooklyn-ui/pull/288
For support of both camp and tosca types at the same time: Previously: camp type had a post processor applied to it, that translated it to tosca API to process the deployment on the server side received the tosca 1.3 template with format as tosca13 server translate the template back to camp and deploys the application Above is unnecessary conversion back and forward and also has some side effects (such as an unnecessary delete effector). With the change: if using camp type, we don't apply post processors API sends a camp template to the server -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
