This is an automated email from the ASF dual-hosted git repository.
heneveld pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git.
from c32a56e This closes #1116
new 4c7e366 add tests for search path on children
new faf9396 add to an entity spec search path bundles where it is used by
reference
new cf1c70b This closes #1117
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../api/internal/AbstractBrooklynObjectSpec.java | 24 ++--
.../apache/brooklyn/api/objs/BrooklynObject.java | 14 ++-
.../BrooklynComponentTemplateResolver.java | 18 ++-
.../camp/brooklyn/spi/creation/CampResolver.java | 91 +++++++++------
.../CatalogOsgiVersionMoreEntityRebindTest.java | 5 +
.../catalog/CatalogOsgiYamlEntityTest.java | 128 ++++++++++++++++++++-
.../CatalogYamlEntityOsgiTypeRegistryTest.java | 29 ++++-
.../brooklyn/catalog/CatalogYamlEntityTest.java | 18 ++-
.../catalog/internal/BasicBrooklynCatalog.java | 6 +-
.../core/catalog/internal/CatalogUtils.java | 7 +-
.../org/apache/brooklyn/core/entity/Dumper.java | 4 +-
.../brooklyn/core/mgmt/EntityManagementUtils.java | 26 ++++-
.../brooklyn/core/mgmt/rebind/RebindIteration.java | 12 ++
.../core/mgmt/osgi/OsgiStandaloneTest.java | 1 +
14 files changed, 311 insertions(+), 72 deletions(-)