register(org.osgi.framework.hooks.bundle.FindHook.class, digraph.getBundleFindHook());
register(org.osgi.framework.hooks.bundle.EventHook.class, digraph.getBundleEventHook());
register(org.osgi.framework.hooks.service.FindHook.class, digraph.getServiceFindHook());
register(org.osgi.framework.hooks.service.EventHook.class, digraph.getServiceEventHook());
register(RegionDigraph.class, digraph);
digraphMBean = new StandardManageableRegionDigraph(digraph, "org.apache.karaf", bundleContext);
digraphMBean.registerMBean();
FeatureFinder featureFinder = new FeatureFinder();
Hashtable<String, Object> props = new Hashtable<>();