Closes #100 Support removal of catalog entries from bundle BOM when the bundle is stopped.
This change follows on from https://github.com/apache/brooklyn-server/pull/80. With this change any catalog members that were added by scanning the bundle's catalog.bom when the bundle started will be removed upon stopping the bundle. Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/06f68e13 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/06f68e13 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/06f68e13 Branch: refs/heads/master Commit: 06f68e134b24f3e6a93601dbbd0e9603862f3c05 Parents: a9f9df4 47421cb Author: Svetoslav Neykov <[email protected]> Authored: Mon Apr 11 12:01:47 2016 +0300 Committer: Svetoslav Neykov <[email protected]> Committed: Mon Apr 11 12:01:47 2016 +0300 ---------------------------------------------------------------------- .../catalog/internal/CatalogBomScanner.java | 98 ++++++++++++-------- .../resources/OSGI-INF/blueprint/blueprint.xml | 50 +++++----- 2 files changed, 82 insertions(+), 66 deletions(-) ----------------------------------------------------------------------
