The Felix team is pleased to announce the release of Apache Felix Web Console version 1.2.10
The Apache Felix Web Console is a simple tool to inspect and manage OSGi framework instances using your favourite Web Browser. http://felix.apache.org/site/apache-felix-web-console.html This release is available from http://felix.apache.org/site/downloads.cgi and Maven: <dependency> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.webconsole</artifactId> <version>1.2.10</version> </dependency> Release Notes: ** Bug * [FELIX-1028] - NPE in configuration view when running webconsole with Equinox * [FELIX-1048] - Handle fragment bundles differently than "normal" bundles * [FELIX-1061] - [PATCH] webconsole silently ignores bundles which have no Bundle-SymbolicName header ** Improvement * [FELIX-1042] - [PATCH] Add log service to web console * [FELIX-1049] - Display symbolic name and version in bundle list * [FELIX-1050] - Display complete manifest entry * [FELIX-1139] - Remove fixed width of layout * [FELIX-1143] - Upgrade to Felix Parent POM 1.2.0 Enjoy! -The Felix team
