Hi, I'd like to release a new version of the ServiceDiagnostics webconsole plugin. This new version features better integration with the webconsole architecture, proper handling of service properties and detection of circular dependencies between services across dependency frameworks. It's also lighter as it doesn't embed the scala library anymore.
A sample launcher with the required dependencies can be found here: http://svn.apache.org/repos/asf/felix/trunk/webconsole-plugins/servicediagnostics/run.sh Changes from 0.1.1 to 0.2.0 --------------------------- ** Bug * [FELIX-3764] servicediagnostics plugin does not append the correct context path info to it's javascript files * [FELIX-3767] servicediagnostics plugin should properly handle service properties ** Improvement * complete rewrite * [FELIX-3768] servicediagnostics plugin should detect circular dependencies * doesn't embedd scala, json or jquery anymore ** Backward compatibility * broken: plugin API changed There are still some outstanding issues: https://issues.apache.org/jira/browse/FELIX-3769 (I'll change to the new plugin directory structure when it's released) Staging repository: https://repository.apache.org/content/repositories/orgapachefelix-098/ https://repository.apache.org/content/repositories/orgapachefelix-093/ (parent pom) You can usethis UNIX script to download the release and verify the signatures: http://svn.apache.org/repos/asf/felix/trunk/check_staged_release.sh Usage: sh check_staged_release.sh [YOUR REPOSITORY ID] /tmp/felix-staging Please vote to approvethis release: [ ] +1 Approve the release [ ] -1 Veto the release (please provide specific comments) This vote will be openfor 72 hours. Best regards, Arjun
