The Karaf team is pleased to announce the release of Karaf version 2.2.1. This release of Apache Karaf is based off of the 2.2.x series branch, representing an update to Apache Karaf 2.2.0. It contains bug fixes identified in the prior release, and introduces improvements including; updates to pax-logging, pax-runner, pax-web, jetty, and felix versions. The config commands have has been updated, and kar features are now in features-maven-plugin.
http://karaf.apache.org/ This release is available from http://karaf.apache.org/index/community/download.html#Karaf2.2.1 and Maven: <dependency> <groupId>org.apache.karaf</groupId> <artifactId>apache-karaf</artifactId> <version>2.2.1</version> </dependency> Release Notes: There are 82 resolved issues included in this release, as such we've documented them on the 2.2.1 release notes page: http://karaf.apache.org/index/community/download/karaf-2.2.1-release.html Enjoy! -The Apache Karaf team.
