GitHub user aledsage opened a pull request:

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

    Various minor fixes

    

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

    $ git pull https://github.com/aledsage/incubator-brooklyn various-20141114

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

    https://github.com/apache/incubator-brooklyn/pull/336.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 #336
    
----
commit 79b2cac02edf21e3ada14f62c122dd091d797f1f
Author: Aled Sage <[email protected]>
Date:   2014-11-15T23:39:02Z

    Fix Entities.waitForServiceUp to avoid NPE
    
    - Never return null for repeater’s `until`; always return TRUE or FALSE.
      Otherwise it will NPE.

commit d49a51365f2e4f1ce19b90119085a371b299b504
Author: Aled Sage <[email protected]>
Date:   2014-11-15T23:39:19Z

    Tidy EntityTransientCopyInternal

commit 0167ea93270b85139aad6277b7d98de1acfcd13f
Author: Aled Sage <[email protected]>
Date:   2014-11-15T23:40:00Z

    BrooklynLauncherTest: use LocalManagementContextForTests
    
    - speeds up the test slightly

commit 5f1a70e8bf1d08f9af0933372375ffc59d503773
Author: Aled Sage <[email protected]>
Date:   2014-11-15T23:48:00Z

    DynamicMultiGroup: fix+test removing empty bucket
    
    - Previously gave ConcurrentModificationException when removing,
      iterating over Sets.difference, because that set is a live-view
      rather than a copy.

----


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