The Karaf team is pleased to announce the release of Karaf version 2.2.9. Apache Karaf is a small OSGi distribution which provides a ready to use container for server side applications.
This release of Apache Karaf is based off of the 2.2.x series branch, representing an update to Apache Karaf 2.2.8. It contains bug fixes identified in the prior release, and introduces improvements including; An update to fix a NullPointerException when using JDK 6 update 33 or JDK 7 update5, a new JDBC lock implementation for Postgres, a fix for using version with the wrap protocol, and renaming command-watch to watch. Several dependencies were also updated, bringing Felix Framework to 3.2.2, pax-logging to 1.6.9, slf4j to 1.6.6, xbean to 3.11.1, aries proxy to 0.3.1, and a multitude of updates to maven plugins. http://karaf.apache.org/ This release is available from http://karaf.apache.org/index/community/download.html#Karaf2.2.9 and Maven: <dependency> <groupId>org.apache.karaf</groupId> <artifactId>apache-karaf</artifactId> <version>2.2.9</version> </dependency> Release Notes: There are 50 resolved issues included in this release, as such we've documented them on the 2.2.9 release notes page: http://karaf.apache.org/index/community/download/karaf-2.2.9-release.html For those interested in a detailed look at the dependencies in Karaf 2.2.9 you may review the Karaf 2.2.x dependencies table: http://karaf.apache.org/index/documentation/karaf-dependencies/karaf-deps-2.2.x.html Enjoy!
