Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
webconsole-4.0.0
-
None
Description
The class of the config manager plugin changed from org.apache.felix.webconsole.internal.compendium.ConfigManager
to
org.apache.felix.webconsole.internal.configuration.ConfigManager
while this is an implementation detail, it is unfortunately also used to disable plugins through a configuration for the OsgiManager.
If now a configuration is available for the OSGiManager which lists enabled plugins including the old class name, updating the web console will lead to disabling the config manager plugin
Easiest fix would be to revert the name change