tbouron opened a new pull request #1200:
URL: https://github.com/apache/brooklyn-server/pull/1200


   This looks up a new configuration options called 
`brooklyn.deployment.initializers` (comma separated list). If specified on a 
Brooklyn instance, all deployments will load and execute these initializers. 
Theses classes are expected to be `EntityInitializer`, if an error occur 
(either cast or anything else) then the deployment will fail.
   
   The code will try to:
   1. load the class from the default class loader.
   2. if (1) fails, it will try to load the class from the `TypeRegistry`. This 
is to allow execution of custom initializers that might be installed in the 
catalog later on.
   3. if (1) and (2) fails, then the deployment is aborted.
   
   This PR contains a new initializer that give more information about the 
deployment (who and when currently) but it is not set by default.


-- 
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: dev-unsubscr...@brooklyn.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to