The Felix team is pleased to announce the release of Apache Felix Http Service version 2.0.2.
This is an implementation of the Http Service Specification as described in chapter 102 of the OSGi Compendium. It also implement a non-standard extension for registering servlet filters as well as a whiteboard implementation. http://felix.apache.org/site/apache-felix-http-service.html This release is available from http://felix.apache.org/site/downloads.cgiand Maven (see complete artifact list in documentation): <dependency> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.http.bundle</artifactId> <version>2.0.2</version> </dependency> Release Notes: ** Improvement * [FELIX-771] - Jetty 6 is "verbose" on the log * [FELIX-1456] - Contribution: Extended and improved HttpService * [FELIX-1604] - Improve logging for http bundles * [FELIX-1615] - FilterMapping/ServletMapping object to API * [FELIX-1616] - Convert to Java 1.4 compliant code * [FELIX-1640] - Change default port number to 8080 ** New Feature * [FELIX-64] - Create a whiteboard adaptor for the HTTP Service ** Task * [FELIX-1667] - Revise NOTICE and LICENSE files * [FELIX-1668] - Fix OSGi dependencies Enjoy! - The Felix team

