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 20865200BC0 for ; Tue, 15 Nov 2016 11:36:09 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 1F1A8160B03; Tue, 15 Nov 2016 10:36:09 +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 619CB160B02 for ; Tue, 15 Nov 2016 11:36:08 +0100 (CET) Received: (qmail 44244 invoked by uid 500); 15 Nov 2016 10:36:07 -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 44233 invoked by uid 99); 15 Nov 2016 10:36:07 -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; Tue, 15 Nov 2016 10:36:07 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 48589E08B3; Tue, 15 Nov 2016 10:36:07 +0000 (UTC) From: sjcorbett To: dev@brooklyn.apache.org Reply-To: dev@brooklyn.apache.org Message-ID: Subject: [GitHub] brooklyn-server pull request #439: Add Suppliers.incrementingSupplier Content-Type: text/plain Date: Tue, 15 Nov 2016 10:36:07 +0000 (UTC) archived-at: Tue, 15 Nov 2016 10:36:09 -0000 GitHub user sjcorbett opened a pull request: https://github.com/apache/brooklyn-server/pull/439 Add Suppliers.incrementingSupplier A simple useful class. I have a pull request coming for brooklyn-library that makes proper use of this. You can merge this pull request into a Git repository by running: $ git pull https://github.com/sjcorbett/brooklyn-server incrementing-supplier Alternatively you can review and apply these changes as the patch at: https://github.com/apache/brooklyn-server/pull/439.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 #439 ---- commit a14b7c31f5ea62d4690c877dc960be23cd7df4c9 Author: Sam Corbett Date: 2016-11-15T10:34:27Z Add Suppliers.incrementingSupplier ---- --- 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. ---