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 f07efeb This closes #1176
new 74f61cf Added decorateWithHierarchySpecTag(..) method to be used to
create spec tags when deployign blueprints
new aa95afa Merge branch 'spec-hierarchy-tag' of
github.com:iuliana/brooklyn-server into spec-hierarchy-tag
new daba0bb added customizable summary
new 54aa018 Merge branch 'spec-hierarchy-tag' of
github.com:iuliana/brooklyn-server into spec-hierarchy-tag
new 150bee1 Merge branch 'master' into spec-hierarchy-tag
new 6938a98 Added option to populate the display name with the spec name
if missing
new e184653 Merge branch 'spec-hierarchy-tag' of
github.com:iuliana/brooklyn-server into spec-hierarchy-tag
new 0a33ad6 Added API impl
new d0d8fdf Merge branch 'spec-hierarchy-tag' of
github.com:iuliana/brooklyn-server into spec-hierarchy-tag
new 1a2be8d Made sure there are not plans with duplicate summaries
new 79b1a83 Added support for SpecTags and creation for types when added
to the catalog
new db93ff8 Added argument for custom summary
new 77c23ea Merge branch 'spec-hierarchy-tag' of
github.com:iuliana/brooklyn-server into spec-hierarchy-tag
new fbd7391 Fixed tests and implementation to support other map tags
new 1c8e7ef This closes #1175
new daf623c fix unneeded (and unavail for me) imports re LDAP
new 9221c54 fix test
The 17 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 | 5 ++
.../spi/creation/CampTypePlanTransformer.java | 4 +-
.../CatalogYamlEntityOsgiTypeRegistryTest.java | 33 +++++++-
.../brooklyn/catalog/CatalogYamlEntityTest.java | 8 ++
.../catalog/internal/BasicBrooklynCatalog.java | 1 +
.../apache/brooklyn/core/mgmt/BrooklynTags.java | 94 ++++++++++++++++++++++
.../core/typereg/AbstractTypePlanTransformer.java | 22 +++++
.../typereg/JavaClassNameTypePlanTransformer.java | 2 +-
.../brooklyn/core/typereg/RegisteredTypes.java | 18 ++++-
.../internal/StaticTypePlanTransformer.java | 6 +-
.../typereg/ExampleXmlTypePlanTransformer.java | 8 +-
.../org/apache/brooklyn/rest/api/EntityApi.java | 12 +++
.../brooklyn/rest/resources/EntityResource.java | 8 ++
.../security/provider/LdapSecurityProvider.java | 14 +---
.../rest/resources/EntityResourceTest.java | 1 +
15 files changed, 213 insertions(+), 23 deletions(-)