You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by sv...@apache.org on 2016/04/06 11:42:43 UTC

[6/6] brooklyn-server git commit: Closes #103

Closes #103

Fix BROOKLYN-249

See more detailed descriptions in each commit message.


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/cce75a10
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/cce75a10
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/cce75a10

Branch: refs/heads/master
Commit: cce75a105aa850044f448a4ba79772a84d1d2d7f
Parents: 17c21d0 48cfa90
Author: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Authored: Wed Apr 6 12:42:20 2016 +0300
Committer: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Committed: Wed Apr 6 12:42:20 2016 +0300

----------------------------------------------------------------------
 camp/camp-brooklyn/pom.xml                      |  13 ++
 .../JcloudsRebindWithExternalConfigTest.java    | 139 +++++++++++++++++++
 .../core/location/LocationConfigUtils.java      |   4 +-
 .../mgmt/rebind/BasicLocationRebindSupport.java |  16 ++-
 .../util/core/config/ResolvingConfigBag.java    |   6 +
 .../core/mgmt/rebind/RebindTestFixture.java     |  11 ++
 .../byon/ByonLocationResolverRebindTest.java    |  69 +++++++++
 .../location/jclouds/JcloudsLocation.java       |   4 +-
 .../jclouds/AbstractJcloudsLiveTest.java        |   2 +-
 .../location/jclouds/JcloudsRebindStubTest.java |  34 +++--
 10 files changed, 277 insertions(+), 21 deletions(-)
----------------------------------------------------------------------