Author: jgoodyear
Date: Tue Apr  3 10:31:43 2012
New Revision: 1308804

URL: http://svn.apache.org/viewvc?rev=1308804&view=rev
Log:
[KARAF-1038] Release Apache Karaf 2.2.6

Add online release notes for karaf 2.2.6.


Added:
    
karaf/site/trunk/src/main/webapp/index/community/download/karaf-2.2.6-release.page

Added: 
karaf/site/trunk/src/main/webapp/index/community/download/karaf-2.2.6-release.page
URL: 
http://svn.apache.org/viewvc/karaf/site/trunk/src/main/webapp/index/community/download/karaf-2.2.6-release.page?rev=1308804&view=auto
==============================================================================
--- 
karaf/site/trunk/src/main/webapp/index/community/download/karaf-2.2.6-release.page
 (added)
+++ 
karaf/site/trunk/src/main/webapp/index/community/download/karaf-2.2.6-release.page
 Tue Apr  3 10:31:43 2012
@@ -0,0 +1,119 @@
+---
+title: Karaf 2.2.6 Release
+page_version: 3
+page_creator: jgoodyear
+page_modifier: jbonofre
+--- pipeline:conf
+h2. Download
+
+Download links can be found in the [Download|/index/community/download.html] 
page.
+
+h2. Documentation
+
+- Manual 
([HTML|http://repo1.maven.org/maven2/org/apache/karaf/manual/2.2.6/manual-2.2.6.html]|[PDF|http://repo1.maven.org/maven2/org/apache/karaf/manual/2.2.6/manual-2.2.6.pdf])
+-- Users Guide 
([HTML|http://karaf.apache.org/manual/2.2.6/users-guide/index.html])
+-- Developers Guide 
([HTML|http://karaf.apache.org/manual/2.2.6/developers-guide/index.html])
+
+h2. Release Notes - Karaf - Version 2.2.6
+
+ This release of Apache Karaf is based off of the 2.2.x series branch, 
representing an update to Apache Karaf 2.2.5. It contains bug fixes identified 
in the prior release, and introduces improvements including; improved Windows, 
AIX, HP-UX, and Solaris support in the service wrapper, three new deployer 
demos showing how to make an OSGi bundle, a features file, and how to wrap a 
third party jar into a bundle, and support for ssh public key authentication 
and agent forwarding. A few new commands also appear in this release including; 
features:status to indicate feature loaded or not, feature:chooseurl to make it 
easy to install well known feature files, and a watch command to allow users to 
watch the output of a karaf command like when using the unix watch mechanism. 
Several dependencies were also updated, bringing Spring to 3.0.7-RELEASE, 
eventadmin to 1.2.14, Apache Pom to version 10, the maven bundle plugin to 
2.3.7, and fileinstall to 3.2.0. For more detail please see the 
 change log below.
+
+h3. Bug
+ * [KARAF-610|https://issues.apache.org/jira/browse/KARAF-610] - Can't input 
the path string completely via karaf shell
+ * [KARAF-669|https://issues.apache.org/jira/browse/KARAF-669] - Dependency 
artifacts should be available on the Maven central repo
+ * [KARAF-675|https://issues.apache.org/jira/browse/KARAF-675] - Longer shell 
commands affect the shell view when using up and down arrows
+ * [KARAF-811|https://issues.apache.org/jira/browse/KARAF-811] - Combination 
of wrap+mvn and instructions doesnt work any more
+ * [KARAF-875|https://issues.apache.org/jira/browse/KARAF-875] - Unable to 
define escape the event designator '!' using '\!'
+ * [KARAF-891|https://issues.apache.org/jira/browse/KARAF-891] - Problem with 
$ charact in wrap:mvn URL
+ * [KARAF-913|https://issues.apache.org/jira/browse/KARAF-913] - Omitted 
@Command on Gogo plugin is hard to debug because of NPE
+ * [KARAF-918|https://issues.apache.org/jira/browse/KARAF-918] - pax-url 
prerequisites for a feature are not respected
+ * [KARAF-953|https://issues.apache.org/jira/browse/KARAF-953] - features.xml 
dropped into deploy BEFORE karaf is started are not recognised
+ * [KARAF-1018|https://issues.apache.org/jira/browse/KARAF-1018] - using 
auto-complete (TAB key) on commands that don't take Arguments/Options throws 
IndexOutOfBoundsException.
+ * [KARAF-1116|https://issues.apache.org/jira/browse/KARAF-1116] - Scripts 
fail at resolving java jdk.
+ * [KARAF-1117|https://issues.apache.org/jira/browse/KARAF-1117] - Log 
messages appear on stdout when the feature http is installed
+ * [KARAF-1121|https://issues.apache.org/jira/browse/KARAF-1121] - Error when 
installing feature camel-cxf : jetty.xml is empty
+ * [KARAF-1122|https://issues.apache.org/jira/browse/KARAF-1122] - Feature 
<configfile/> creates an empty file if the file URL is not resolved
+ * [KARAF-1124|https://issues.apache.org/jira/browse/KARAF-1124] - karaf does 
not work properly with closing brace in the working directory path
+ * [KARAF-1126|https://issues.apache.org/jira/browse/KARAF-1126] - 
features-maven-plugin:validate goal raises a NPE if karafConfig configuration 
is not set
+ * [KARAF-1127|https://issues.apache.org/jira/browse/KARAF-1127] - Boot 
features failed to startup when karaf started from directory with closing 
brace; logs also unavailable
+ * [KARAF-1133|https://issues.apache.org/jira/browse/KARAF-1133] - Error 
executing command 'start' when starting a child instance
+ * [KARAF-1139|https://issues.apache.org/jira/browse/KARAF-1139] - Redeploy 
kar cause installing old feature
+ * [KARAF-1143|https://issues.apache.org/jira/browse/KARAF-1143] - Karaf 
(Config Mbean) can not recognize the features when Karaf installation path 
containing blank space
+ * [KARAF-1144|https://issues.apache.org/jira/browse/KARAF-1144] - When 
running a single remote command through SSH, the SCOPE variable isn't set
+ * [KARAF-1161|https://issues.apache.org/jira/browse/KARAF-1161] - The 
shell:new action does not support the creation of arrays
+ * [KARAF-1164|https://issues.apache.org/jira/browse/KARAF-1164] - Archetypes 
are not valid
+ * [KARAF-1174|https://issues.apache.org/jira/browse/KARAF-1174] - war feature 
cannot be installed after the cxf
+ * [KARAF-1175|https://issues.apache.org/jira/browse/KARAF-1175] - Duplicate 
key exception should be handle locally to avoid to affect the whole MBean
+ * [KARAF-1179|https://issues.apache.org/jira/browse/KARAF-1179] - "dev:watch 
*" doesn't notice new bundles added to the container
+ * [KARAF-1182|https://issues.apache.org/jira/browse/KARAF-1182] - Karaf 
features-maven-plugin always selects lowest version in range
+ * [KARAF-1199|https://issues.apache.org/jira/browse/KARAF-1199] - dev:watch 
command issues "[WATCH]" announcements only to the issuing shell
+ * [KARAF-1212|https://issues.apache.org/jira/browse/KARAF-1212] - NPE during 
update of the FeatureFinder
+ * [KARAF-1215|https://issues.apache.org/jira/browse/KARAF-1215] - Shell 
scripts are incompatible with /bin/sh on Solaris
+ * [KARAF-1216|https://issues.apache.org/jira/browse/KARAF-1216] - 
add-features-to-repo goal does not reclaim file handles fast enough
+ * [KARAF-1220|https://issues.apache.org/jira/browse/KARAF-1220] - 
o.p.karaf.management bundles must stop when its configured keystore is not 
available
+ * [KARAF-1241|https://issues.apache.org/jira/browse/KARAF-1241] - admin 
script does not pass on JAVA_OPTS to instance
+ * [KARAF-1243|https://issues.apache.org/jira/browse/KARAF-1243] - Karaf JMX 
Config MBean behaves in unpredictable ways
+ * [KARAF-1244|https://issues.apache.org/jira/browse/KARAF-1244] - Deployer 
Transformers Supports Manifest Element without A Supporting Schema
+ * [KARAF-1252|https://issues.apache.org/jira/browse/KARAF-1252] - Features 
core bundle should not depend to shell and management bundles
+ * [KARAF-1256|https://issues.apache.org/jira/browse/KARAF-1256] - Archetypes 
should use dynamic variables
+ * [KARAF-1257|https://issues.apache.org/jira/browse/KARAF-1257] - 
Configuration completers should avoid using getConfiguration method of config 
admin
+ * [KARAF-1260|https://issues.apache.org/jira/browse/KARAF-1260] - Karaf 2.2.x 
branch - Console doesn't like it when the console window is to small - no line 
wrapping for commands
+ * [KARAF-1264|https://issues.apache.org/jira/browse/KARAF-1264] - Dump demo 
in Karaf 2.2.x can not resolve package org.apache.karaf.diagnostic.demo package.
+ * [KARAF-1265|https://issues.apache.org/jira/browse/KARAF-1265] - Add AIX, 
HP-UX, Solaris, and "custom" support in the service wrapper
+ * [KARAF-1266|https://issues.apache.org/jira/browse/KARAF-1266] - Minimal 
distribution doesn't start due to missing management bundle
+ * [KARAF-1268|https://issues.apache.org/jira/browse/KARAF-1268] - Allow 
multiple commands in karaf script
+ * [KARAF-1279|https://issues.apache.org/jira/browse/KARAF-1279] - 
IOExceptions used in an incompatible way with Java 5.
+ * [KARAF-1284|https://issues.apache.org/jira/browse/KARAF-1284] - Karaf 
bundle archetype maven bundle plugin configuration is missing "instructions" 
tags.
+ * [KARAF-1298|https://issues.apache.org/jira/browse/KARAF-1298] - dev:watch 
does not work in some cases
+ * [KARAF-1304|https://issues.apache.org/jira/browse/KARAF-1304] - Quick help 
text for features:info command is erroneous
+
+h3. Dependency upgrade
+ * [KARAF-1151|https://issues.apache.org/jira/browse/KARAF-1151] - Upgrade to 
Spring 3.0.7.RELEASE
+ * [KARAF-1154|https://issues.apache.org/jira/browse/KARAF-1154] - Upgrade to 
eventadmin 1.2.14
+ * [KARAF-1155|https://issues.apache.org/jira/browse/KARAF-1155] - Upgrade to 
Apache POM 10
+ * [KARAF-1183|https://issues.apache.org/jira/browse/KARAF-1183] - Upgrade to 
slf4j 1.6.4
+ * [KARAF-1184|https://issues.apache.org/jira/browse/KARAF-1184] - Upgrade to 
JUnit 4.10
+ * [KARAF-1185|https://issues.apache.org/jira/browse/KARAF-1185] - Upgrade to 
Pax Logging 1.6.5
+ * [KARAF-1205|https://issues.apache.org/jira/browse/KARAF-1205] - Upgrade to 
maven-bundle-plugin 2.3.7
+ * [KARAF-1231|https://issues.apache.org/jira/browse/KARAF-1231] - Upgrade to 
EasyMock 3.1
+ * [KARAF-1232|https://issues.apache.org/jira/browse/KARAF-1232] - Upgrade to 
Jasypt 1.9.0
+ * [KARAF-1233|https://issues.apache.org/jira/browse/KARAF-1233] - Upgrade to 
asm 3.3.1
+ * [KARAF-1272|https://issues.apache.org/jira/browse/KARAF-1272] - Upgrade to 
fileinstall 3.2.0
+
+h3. Improvement
+ * [KARAF-693|https://issues.apache.org/jira/browse/KARAF-693] - 
features:addurl raises "Premature end of file" when network is not available
+ * [KARAF-783|https://issues.apache.org/jira/browse/KARAF-783] - Improve 
security docs wrt role policies
+ * [KARAF-916|https://issues.apache.org/jira/browse/KARAF-916] - use 
org.apache.aries.jmx.core instead of org.apache.aries.jmx
+ * [KARAF-970|https://issues.apache.org/jira/browse/KARAF-970] - feature 
<config/> tag doesn't create the cfg file
+ * [KARAF-999|https://issues.apache.org/jira/browse/KARAF-999] - local-repo 
folder shouldn't be used
+ * [KARAF-1010|https://issues.apache.org/jira/browse/KARAF-1010] - Add 64Bit 
ServiceWrapper to karaf
+ * [KARAF-1072|https://issues.apache.org/jira/browse/KARAF-1072] - Provide man 
command as an alias to help
+ * [KARAF-1145|https://issues.apache.org/jira/browse/KARAF-1145] - Upgrade to 
pax-logging 1.6.4
+ * [KARAF-1153|https://issues.apache.org/jira/browse/KARAF-1153] - Jetty 
feature should also install the jetty-websocket bundle
+ * [KARAF-1191|https://issues.apache.org/jira/browse/KARAF-1191] - Switch back 
to millis per default on shell:sleep and introduce -s option
+ * [KARAF-1214|https://issues.apache.org/jira/browse/KARAF-1214] - Improvement 
in Karaf log4j appender docs
+ * [KARAF-1245|https://issues.apache.org/jira/browse/KARAF-1245] - blueprint 
deployer and spring deployer should get started before features.core bundle
+ * [KARAF-1261|https://issues.apache.org/jira/browse/KARAF-1261] - Jaas 
commands should allow you to distinguish between to realms that have the same 
name
+ * [KARAF-1271|https://issues.apache.org/jira/browse/KARAF-1271] - Feature 
service should log in DEBUG instead of INFO
+ * [KARAF-1280|https://issues.apache.org/jira/browse/KARAF-1280] - Add wrap 
third party jar example
+ * [KARAF-1283|https://issues.apache.org/jira/browse/KARAF-1283] - Add a 
simple OSGi bundle demo to deployer examples
+ * [KARAF-1292|https://issues.apache.org/jira/browse/KARAF-1292] - Add a 
feature demo
+ * [KARAF-1295|https://issues.apache.org/jira/browse/KARAF-1295] - serviceUrl 
in org.apache.karaf.management.cfg should use 0.0.0.0 but not localhost
+ * [KARAF-1299|https://issues.apache.org/jira/browse/KARAF-1299] - Make sure 
that all karaf archetype contain a description
+ * [KARAF-1300|https://issues.apache.org/jira/browse/KARAF-1300] - features 
managment should be more robust if customer features descriptor file has 
duplicated feature name
+
+h3. New Feature
+ * [KARAF-32|https://issues.apache.org/jira/browse/KARAF-32] - Support ssh 
public key authentication and agent forwarding
+ * [KARAF-798|https://issues.apache.org/jira/browse/KARAF-798] - Support for 
relocating karaf.history file
+ * [KARAF-1059|https://issues.apache.org/jira/browse/KARAF-1059] - Karaf 
command features:status to indicate feature loaded or not
+ * [KARAF-1132|https://issues.apache.org/jira/browse/KARAF-1132] - Introduce 
new command feature:chooseurl to make it easy to install well known feature 
files
+ * [KARAF-1196|https://issues.apache.org/jira/browse/KARAF-1196] - implement a 
'watch' command so we can watch the output of a karaf command like the unix 
'watch' mechanism
+
+h3. Question
+ * [KARAF-806|https://issues.apache.org/jira/browse/KARAF-806] - 
ProxyLoginModule should actually be on the bootclasspath classpath right?
+
+h3. Task
+ * [KARAF-1274|https://issues.apache.org/jira/browse/KARAF-1274] - Please set 
svn:ignore to all eclipse's project files
+
+h3. Test
+ * [KARAF-1195|https://issues.apache.org/jira/browse/KARAF-1195] - 
FeaturesServiceImplTest intermittently fails on slower machines


Reply via email to