Github user geomacy commented on a diff in the pull request:
https://github.com/apache/brooklyn-server/pull/746#discussion_r125905824
--- Diff:
core/src/main/java/org/apache/brooklyn/core/mgmt/ha/OsgiManager.java ---
@@ -372,11 +378,22 @@ public synchronized Bundle
registerBundle(CatalogBundle bundleMetadata) {
// it probably works even if that is true, but we should consider what
to do;
// possibly remove that other capability, so that bundles with BOMs
_have_ to be installed via this method.
--- End diff --
I'd say let's just remove `FEATURE_LOAD_BUNDLE_CATALOG_BOM`; it's `@Beta`
and disabled by default; given this PR I don't see any point in keeping it.
Hopefully then we can get rid of this `legacy` code here and related places.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---