You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2015/12/21 13:11:01 UTC

[11/12] incubator-brooklyn git commit: This closes #1114

This closes #1114


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

Branch: refs/heads/master
Commit: 5388dbe69039a11c2a0690014dccf71487cedf59
Parents: 9b7ad2e 816f617
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Mon Dec 21 11:43:09 2015 +0000
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Mon Dec 21 11:43:09 2015 +0000

----------------------------------------------------------------------
 .../core/catalog/internal/CatalogUtils.java     |   4 +-
 .../apache/brooklyn/core/config/Sanitizer.java  |   2 +-
 .../core/typereg/BasicBrooklynTypeRegistry.java |   3 +-
 .../enricher/stock/reducer/Reducer.java         |   2 +-
 parent/pom.xml                                  |   2 +-
 .../location/WinRmMachineLocationLiveTest.java  |   3 +-
 usage/downstream-parent/pom.xml                 |  31 +++--
 .../brooklyn/launcher/BrooklynLauncherTest.java |   4 +-
 usage/qa/pom.xml                                |  17 ++-
 .../downstreamparent/DownstreamParentTest.java  |  64 ++++++++++
 .../test/projects/downstream-parent-test/README |   5 +
 .../projects/downstream-parent-test/pom.xml     | 120 +++++++++++++++++++
 .../src/main/java/com/example/HelloEntity.java  |  26 ++++
 .../main/java/com/example/HelloEntityImpl.java  |  31 +++++
 .../src/main/resources/blueprint.yaml           |  19 +++
 .../src/main/resources/catalog.bom              |  33 +++++
 .../brooklyn/test/framework/TestSensorImpl.java |   2 +-
 17 files changed, 346 insertions(+), 22 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/5388dbe6/parent/pom.xml
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/5388dbe6/usage/launcher/src/test/java/org/apache/brooklyn/launcher/BrooklynLauncherTest.java
----------------------------------------------------------------------