The Karaf team is pleased to announce the release of Karaf version 2.2.4. 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.3. It contains bug fixes identified in the prior release, and introduces improvements including; significant improvements to KAR support, and new MBeans (such as Dev, HTTP, Log, OBR, Bundles, Services and System). Several dependencies were also updated, bringing Apache Felix Gogo to version 0.10.0, and Pax Web to 1.0.7. http://karaf.apache.org/ This release is available from http://karaf.apache.org/index/community/download.html#Karaf2.2.4 and Maven: <dependency> <groupId>org.apache.karaf</groupId> <artifactId>apache-karaf</artifactId> <version>2.2.4</version> </dependency> Release Notes: There are 44 resolved issues included in this release, as such we've documented them on the 2.2.4 release notes page: http://karaf.apache.org/index/community/download/karaf-2.2.4-release.html Enjoy! -The Apache Karaf team.
