The Karaf team is pleased to announce the release of Karaf version 2.1 6. This release of Apache Karaf is based off of the 2.1.x series branch, representing an update to Apache Karaf 2.1.5 and the last planned patch to the 2.1.x branch. It contains a few small bug fixes and improvements, including; updated branding-console documentation, a new warning on osgi:shutdown to avoid inadvertently shutting down the container, and a correction to the Oracle JDBC locking mechanism behavior when the locking table is empty.
http://karaf.apache.org/ This release is available from http://karaf.apache.org/index/community/download/archives.html#Karaf2.1.6 , and Maven: <dependency> <groupId>org.apache.karaf</groupId> <artifactId>apache-karaf</artifactId> <version>2.1.6</version> </dependency> Release Notes: ** Bug * [KARAF-637] Update branding-console documentation to include the changes to custom.properties * [KARAF-655] Remove http://repository.ops4j.org/maven2 from org.apache.karaf.management.cfg * [KARAF-689] Karaf instance can wrongly obtain a lock when the locking table is empty on a Oracle DB ** Improvement * [KARAF-603] Add 'karaf-framework' feature to describe core Karaf bundles * [KARAF-614] Add warning to osgi:shutdown to avoid inadvertently shutting down the container Enjoy! -The Karaf team
