Github user ahgittin commented on a diff in the pull request:

    https://github.com/apache/brooklyn-server/pull/746#discussion_r127675345
  
    --- Diff: 
core/src/main/java/org/apache/brooklyn/core/mgmt/ha/OsgiManager.java ---
    @@ -372,33 +376,46 @@ 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.
         // (load order gets confusing with auto-scanning...)
    -    public List<? extends CatalogItem<?,?>> loadCatalogBom(Bundle bundle) {
    -        return MutableList.copyOf(loadCatalogBom(mgmt, bundle));
    +    public List<? extends CatalogItem<?,?>> loadCatalogBomLegacy(Bundle 
bundle) {
    --- End diff --
    
    removed


---
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.
---

Reply via email to