LOGGER.warn(format("Unable to add features repository %s at startup", repo), e);
}
}
installed = loadMap(props, "features.");
for (Feature f : installed.keySet()) {
callListeners(new FeatureEvent(f, FeatureEvent.EventType.FeatureInstalled, true));
}
bootFeaturesInstalled = Boolean.parseBoolean((String) props.get("bootFeaturesInstalled"));
return true;
} catch (Exception e) {
LOGGER.error("Error loading FeaturesService state", e);