Hey everyone, I spent few days working on webconsole and did some changes. Now osgi module is splitted into few: - framework (overview page) - log - LogService - config - ConfigurationAdmin - event - EventAdmin - bundle - uses only a org.osgi.core - blueprint - adds support for blueprint
I also introduced some small SCR support module which shows an decoration on bundles list. This plugin uses a Felix SCR implementation to detect bundles with scr components. Also it uses SCR to register extensions in service registry. Later I will work on authorization to let limit access to only given part of console (eg bundles/without karaf administration). I am in mid of changes of Karaf module - it will be also splitted into two - features and admin service. I hope that after these changes webconsole migration will be much easier. Best regards, Lukasz
