GitHub user duncangrant opened a pull request:
https://github.com/apache/brooklyn-server/pull/371
One instance of customizer at each customize step
Change so that getCustomizers is only called once during provisioning.
This ensures that only a single instance of a customizer configured
with DSL will be called. This means that state can be kept between
steps.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/duncangrant/brooklyn-server
fix-customizers-with-config
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/brooklyn-server/pull/371.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #371
----
commit 071537c9ddd2959252c9ea3dc2647620e7299ef0
Author: Duncan Grant <[email protected]>
Date: 2016-10-04T15:26:29Z
One instance of customizer at each customize step
Change so that getCustomizers is only called once during provisioning.
This ensures that only a single instance of a customizer configured
with DSL will be called. This means that state can be kept between
steps.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---