Github user geomacy commented on a diff in the pull request:
https://github.com/apache/brooklyn-server/pull/672#discussion_r115976553
--- Diff:
core/src/main/java/org/apache/brooklyn/core/mgmt/ha/OsgiManager.java ---
@@ -93,17 +95,19 @@
/* see `Osgis` class for info on starting framework etc */
- protected final ManagementContext mgmt;
- protected final OsgiClassPrefixer osgiClassPrefixer;
- protected Framework framework;
- protected boolean reuseFramework;
+ final ManagementContext mgmt;
+ final OsgiClassPrefixer osgiClassPrefixer;
+ Framework framework;
+
+ private boolean reuseFramework;
private Set<Bundle> bundlesAtStartup;
- protected File osgiCacheDir;
- protected Map<String, ManagedBundle> managedBundles = MutableMap.of();
- protected AtomicInteger numberOfReusableFrameworksCreated = new
AtomicInteger();
-
+ private File osgiCacheDir;
+ Map<String, ManagedBundle> managedBundles = MutableMap.of();
+ Map<VersionedName, String> managedBundlesByNam = MutableMap.of();
--- End diff --
typo `managedBundlesByNam`
---
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.
---