GitHub user aledsage opened a pull request:

    https://github.com/apache/incubator-brooklyn/pull/310

    Allow a UsageListener (i.e. for metering info) to be registered

    @alasdairhodge can you review this please?

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/aledsage/incubator-brooklyn 
feature/metering-listener

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-brooklyn/pull/310.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 #310
    
----
commit e1ab21c8a0d29930f8ee7b34fb875171c5c429ac
Author: Aled Sage <[email protected]>
Date:   2014-11-05T22:44:40Z

    Adds Listener support for usage/metering info

commit 8d488c1b51b05e4027c63fd97e63a86cd7256de5
Author: Aled Sage <[email protected]>
Date:   2014-11-07T19:44:14Z

    TypeCoercions: recursively unpack for List<T>
    
    - e.g. if given “1,2” for type List<Integer>, then first pass will
      coerce to List.of(“1”, “2”), and second pass will coerce to
      List.of(1,2)

commit 3d0771014a0b42c31afd79ac43efa0f7713bf399
Author: Aled Sage <[email protected]>
Date:   2014-11-07T19:44:34Z

    Read UsageListeners from config in brooklyn.properties

----


---
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.
---

Reply via email to