Skip to content

Conversation

@duncangrant
Copy link
Contributor

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.

}

protected Collection<JcloudsLocationCustomizer> getCustomizers(ConfigBag setup) {
public Collection<JcloudsLocationCustomizer> getCustomizers(ConfigBag setup) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm slightly uncomfortable about this becoming public - but I see why you had to do it, to let it be called by CloudExplorerSupport.java.

@aledsage
Copy link
Contributor

aledsage commented Oct 6, 2016

LGTM; I've submitted duncangrant#1 to add some additional changes in this PR.

@duncangrant can you review that - if you merge it into your branch, then it will appear automatically in this PR.

@aledsage
Copy link
Contributor

aledsage commented Oct 6, 2016

LGTM; once jenkins has confirmed the tests pass, this is good to merge.

duncangrant and others added 2 commits October 6, 2016 14:53
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.
@duncangrant duncangrant force-pushed the fix-customizers-with-config branch from 3134d35 to a5470a8 Compare October 6, 2016 13:53
@asfgit asfgit merged commit a5470a8 into apache:master Oct 6, 2016
asfgit pushed a commit that referenced this pull request Oct 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants