You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@karaf.apache.org by "Jamie G." <ja...@gmail.com> on 2011/05/01 00:12:33 UTC

[ANN] Karaf version 2.1.5 Released!

The Karaf team is pleased to announce the release of Karaf version 2.1 5.

This release of Apache Karaf is based off of the 2.1.x series branch,
representing an update to Apache Karaf 2.1.4. It contains several bug
fixes identified in the prior release, including; improved Eclipse
console karaf shell output, handling TAB characters in feature
repository to avoid resoultion errors when adding features to repo,
and multiple fixes to the config shell. IMPORTANT: This patch release
also updates the Felix Framework from version 3.0.2 to 3.0.9.

 http://karaf.apache.org/

This release is available from
http://karaf.apache.org/index/community/download/archives.html#Karaf2.1.5 ,
and Maven:

 <dependency>
   <groupId>org.apache.karaf</groupId>
   <artifactId>apache-karaf</artifactId>
   <version>2.1.5</version>
 </dependency>

Release Notes:

** Bug
   * [KARAF-458] - Fix the karaf shell to look nice within Eclipse console
   * [KARAF-472] - features-maven-plugin: TAB-characters in
feature-repository lead to resolution-errors in add-features-to-repo
   * [KARAF-505] - Karaf should ignore the resolver attribute in a
features descriptor
   * [KARAF-506] - The config shell commands offer no way to delete a command
   * [KARAF-507] - The config shell completer does not allow
completion of factory based pids
   * [KARAF-508] - The config:edit create does not allow the creation
of factory configs
   * [KARAF-509] - The config:update command does not save factory
configurations to the correct file
   * [KARAF-515] - Completion error
   * [KARAF-587] - Archetypes iTests don't take the correct command archetypes

** Improvement
   * [KARAF-484] - Upgrade to Felix Framework 3.0.9

Enjoy!

-The Karaf team