The Felix team is pleased to announce the release of Felix Log Service
version 1.2.0 & Log Service Framework Extension 1.0.0

The Felix Log Service implements OSGi Log Service specification at
version 1.4 (R7).
The Felix Log Service Framework Extension is a framework extension
that bootstraps the Log Service (and optionally Felix Logback) when
those are placed on the framework classpath.

 http://felix.apache.org/documentation/subprojects/apache-felix-log.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.log</artifactId>
    <version>1.2.0</version>
  </dependency>

  <dependency>
    <groupId>org.apache.felix</groupId>
    <artifactId>org.apache.felix.log.extension</artifactId>
    <version>1.0.0</version>
  </dependency>

Release Notes: ** Bug
* [FELIX-3581] - org.apache.felix.log.Log instates the thread without
meaningful thread name
* [FELIX-3623] - LogService lock contention under heavy load


** New Feature
* [FELIX-5880] - Add a framework extension fragment which helps load Felix
Log Service and Felix Logback when they are on the framework classpath


** Improvement
* [FELIX-5876] - Update to Log Service Specification 1.4
Enjoy! -The Felix team

Reply via email to