Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 01E32200B99 for ; Wed, 5 Oct 2016 23:11:46 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 0088F160ADE; Wed, 5 Oct 2016 21:11:46 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 64020160AC9 for ; Wed, 5 Oct 2016 23:11:45 +0200 (CEST) Received: (qmail 3237 invoked by uid 500); 5 Oct 2016 21:11:44 -0000 Mailing-List: contact dev-help@brooklyn.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@brooklyn.apache.org Delivered-To: mailing list dev@brooklyn.apache.org Received: (qmail 3226 invoked by uid 99); 5 Oct 2016 21:11:44 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Oct 2016 21:11:44 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 2B8A0E04AF; Wed, 5 Oct 2016 21:11:44 +0000 (UTC) From: duncangrant To: dev@brooklyn.apache.org Reply-To: dev@brooklyn.apache.org Message-ID: Subject: [GitHub] brooklyn-server pull request #371: One instance of customizer at each custom... Content-Type: text/plain Date: Wed, 5 Oct 2016 21:11:44 +0000 (UTC) archived-at: Wed, 05 Oct 2016 21:11:46 -0000 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 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 infrastructure@apache.org or file a JIRA ticket with INFRA. ---