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 2017/03/09 15:46:00 UTC

[5/5] brooklyn-server git commit: Closes #573

Closes #573

Do not runtime-inherit catalog item in the spec to fix config key list problem

fixes https://issues.apache.org/jira/browse/BROOKLYN-445 and failing tests included here

means catalog BOMs should be written such that any entity/policy/etc which wants to access resources in the bundle is defined as its own item


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

Branch: refs/heads/master
Commit: 025a3d82ddbb9a440c9510892d6da2a1b6bae660
Parents: 40af35c 4033060
Author: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Authored: Thu Mar 9 17:45:44 2017 +0200
Committer: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Committed: Thu Mar 9 17:45:44 2017 +0200

----------------------------------------------------------------------
 .../internal/AbstractBrooklynObjectSpec.java    |  10 +-
 .../camp/brooklyn/ConfigParametersYamlTest.java |  97 +++++++++++++++
 .../catalog/CatalogOsgiLibraryTest.java         | 119 +++++++++++++++++++
 .../core/catalog/internal/CatalogUtils.java     |   1 +
 .../apache/brooklyn/core/entity/Entities.java   |   4 +
 .../core/objs/AbstractBrooklynObject.java       |  19 +--
 .../core/objs/proxy/InternalEntityFactory.java  |  10 +-
 .../brooklyn/util/core/ClassLoaderUtils.java    |  33 +++--
 rest/rest-server/pom.xml                        |   6 +
 .../BrooklynRestApiLauncherTestFixture.java     |   2 +-
 .../entity/RedisClusterIntegrationTest.java     | 109 +++++++++++++++++
 11 files changed, 387 insertions(+), 23 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/025a3d82/core/src/main/java/org/apache/brooklyn/core/entity/Entities.java
----------------------------------------------------------------------