Author: jgoodyear
Date: Mon Aug 29 13:54:43 2011
New Revision: 1162803

URL: http://svn.apache.org/viewvc?rev=1162803&view=rev
Log:
[KARAF-828] Release Apache Karaf 2.2.3

Update web site release notes.

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

Added: 
karaf/site/trunk/src/main/webapp/index/community/download/karaf-2.2.3-release.page
URL: 
http://svn.apache.org/viewvc/karaf/site/trunk/src/main/webapp/index/community/download/karaf-2.2.3-release.page?rev=1162803&view=auto
==============================================================================
--- 
karaf/site/trunk/src/main/webapp/index/community/download/karaf-2.2.3-release.page
 (added)
+++ 
karaf/site/trunk/src/main/webapp/index/community/download/karaf-2.2.3-release.page
 Mon Aug 29 13:54:43 2011
@@ -0,0 +1,74 @@
+---
+title: Karaf 2.2.3 Release
+page_version: 1
+page_creator: jgoodyear
+page_modifier: jgoodyear
+--- pipeline:conf
+h2. Download
+
+Download links can be found in the [Download] page.
+
+h2. Release Notes - Karaf - Version 2.2.3
+
+This release of Apache Karaf is based off of the 2.2.x series branch, 
representing an update to Apache Karaf 2.2.2. It contains bug fixes identified 
in the prior release, and introduces improvements including; Optional JDK 7 
support, a spring-jms feature, and a macro allowing users to identify the 
contents of a specific config file. Several dependencies were also updated, 
bringing Jetty to version 7.4.5.v20110725, Eclispe Equinox to 
4.6.2.R36x_v20110210, and Pax web to 1.0.6. For more detail please see the 
change log below.
+
+h3. Bug
+ * [KARAF-281|https://issues.apache.org/jira/browse/KARAF-281] - History using 
up arrow does not work on windows
+ * [KARAF-706|https://issues.apache.org/jira/browse/KARAF-706] - variable 
substitution doesn't work for system.properties
+ * [KARAF-712|https://issues.apache.org/jira/browse/KARAF-712] - Karaf's ls 
command does not represent URL objects correctly
+ * [KARAF-718|https://issues.apache.org/jira/browse/KARAF-718] - Grep doesn't 
work when piped from features:listurl
+ * [KARAF-735|https://issues.apache.org/jira/browse/KARAF-735] - 
java.util.NoSuchElementException if issue the first command as an empty command
+ * [KARAF-753|https://issues.apache.org/jira/browse/KARAF-753] - commandlist 
--help points to help for jaas:pending
+ * [KARAF-760|https://issues.apache.org/jira/browse/KARAF-760] - MInor time 
rendering bug
+ * [KARAF-766|https://issues.apache.org/jira/browse/KARAF-766] - Wrong help 
for features:install
+ * [KARAF-769|https://issues.apache.org/jira/browse/KARAF-769] - Update NOTICE 
file to mention JSW
+ * [KARAF-776|https://issues.apache.org/jira/browse/KARAF-776] - jclouds 
features require OSS Sonatype repository
+ * [KARAF-796|https://issues.apache.org/jira/browse/KARAF-796] - Editing Pax 
Web Configuration Via Karaf Console
+ * [KARAF-800|https://issues.apache.org/jira/browse/KARAF-800] - karaf does 
not start when using java7
+ * [KARAF-809|https://issues.apache.org/jira/browse/KARAF-809] - MainStartTest 
fails on WinXP
+ * [KARAF-815|https://issues.apache.org/jira/browse/KARAF-815] - Generic the 
Karaf manual link
+ * [KARAF-820|https://issues.apache.org/jira/browse/KARAF-820] - Karaf 
client.bat swallows commands to be passed to the Karaf instance
+ * [KARAF-824|https://issues.apache.org/jira/browse/KARAF-824] - Web demo 
folder in 2.2.2 release is missing content and README.txt has bugs
+ * [KARAF-826|https://issues.apache.org/jira/browse/KARAF-826] - 
KarArtifactInstaller should look for "features" classifier in place of "feature"
+ * [KARAF-827|https://issues.apache.org/jira/browse/KARAF-827] - Karaf Web 
deployer (Pax-Web) always tries to deploy the deploy/README file
+
+.h3 Dependency upgrade
+ * [KARAF-757|https://issues.apache.org/jira/browse/KARAF-757] - upgrade to 
jetty 7.4.4.v20110707
+ * [KARAF-768|https://issues.apache.org/jira/browse/KARAF-768] - Upgrade to 
Eclipse Equinox 3.6.2.R36x_v20110210
+ * [KARAF-775|https://issues.apache.org/jira/browse/KARAF-775] - upgrade to 
pax web 1.0.5
+ * [KARAF-789|https://issues.apache.org/jira/browse/KARAF-789] - Upgrade jetty 
to 7.4.5.v20110725
+ * [KARAF-790|https://issues.apache.org/jira/browse/KARAF-790] - Upgrade 
paxurl to 1.2.8
+ * [KARAF-792|https://issues.apache.org/jira/browse/KARAF-792] - Upgrade 
pax-runner to 1.6.2
+ * [KARAF-833|https://issues.apache.org/jira/browse/KARAF-833] - Upgrade to 
Pax Web 1.0.6
+ * [KARAF-834|https://issues.apache.org/jira/browse/KARAF-834] - Upgrade to 
Spring 3.0.6 - in std. features.xml
+
+.h3 Improvement
+ * [KARAF-645|https://issues.apache.org/jira/browse/KARAF-645] - Add a flag to 
suppress --help Option output on
+ * [KARAF-667|https://issues.apache.org/jira/browse/KARAF-667] - Improve error 
message when OBR resolution fails due to invalid URLs
+ * [KARAF-698|https://issues.apache.org/jira/browse/KARAF-698] - Technical 
edits to User's Guide
+ * [KARAF-699|https://issues.apache.org/jira/browse/KARAF-699] - Grammar fixes 
to source code files
+ * [KARAF-700|https://issues.apache.org/jira/browse/KARAF-700] - Updates to 
developer's guide
+ * [KARAF-722|https://issues.apache.org/jira/browse/KARAF-722] - throw more 
meaningful exception but not NPE when the BUNDLE_SYMBOLICNAME is null
+ * [KARAF-729|https://issues.apache.org/jira/browse/KARAF-729] - Karaf Maven 
Plugin source code cleanup
+ * [KARAF-733|https://issues.apache.org/jira/browse/KARAF-733] - Doc fixes to 
the quick start guide and overview page
+ * [KARAF-752|https://issues.apache.org/jira/browse/KARAF-752] - Editorial 
fixes to the assemblies/ configuration files
+ * [KARAF-755|https://issues.apache.org/jira/browse/KARAF-755] - Recommended 
improvements to help commands
+ * [KARAF-764|https://issues.apache.org/jira/browse/KARAF-764] - Correct links 
to ops4j in documentation
+ * [KARAF-784|https://issues.apache.org/jira/browse/KARAF-784] - Add date in 
the default Karaf log
+ * [KARAF-795|https://issues.apache.org/jira/browse/KARAF-795] - Kar builder 
uses a different version for easymock then the rest of the project
+ * [KARAF-802|https://issues.apache.org/jira/browse/KARAF-802] - Upgrade mail 
bundle version to 1.4.4.
+ * [KARAF-803|https://issues.apache.org/jira/browse/KARAF-803] - Add JDK7 
compile support to 2.2.x source build
+ * [KARAF-807|https://issues.apache.org/jira/browse/KARAF-807] - Add a 
features name to the karaf-cellar features.xml
+ * [KARAF-808|https://issues.apache.org/jira/browse/KARAF-808] - Remove author 
attribute tags from Karaf source code
+ * [KARAF-813|https://issues.apache.org/jira/browse/KARAF-813] - Install Pax 
URL OBR with the OBR feature
+ * [KARAF-817|https://issues.apache.org/jira/browse/KARAF-817] - Allow to set 
Karaf window name via parameter
+ * [KARAF-818|https://issues.apache.org/jira/browse/KARAF-818] - Allow 
JAVA_MAX_MEM, JAVA_PERM_MEM, JAVA_MIN_MEM, JAVA_MAX_PERM_MEM the same way as 
for linux startup file
+ * [KARAF-829|https://issues.apache.org/jira/browse/KARAF-829] - Support of 
Java 7
+ * [KARAF-840|https://issues.apache.org/jira/browse/KARAF-840] - specify 
javax.annotation packages version to 1.1.0 for jre-1.6 as Annotation 1.1 Spec 
is used for Java 6
+
+.h3 New Feature
+ * [KARAF-696|https://issues.apache.org/jira/browse/KARAF-696] - Add a macro 
allowing users to identify the contents of a specific config file.
+ * [KARAF-835|https://issues.apache.org/jira/browse/KARAF-835] - Provide a 
spring-jms feature
+
+.h3 Task
+ * [KARAF-673|https://issues.apache.org/jira/browse/KARAF-673] - Page 
failover.html contains invalid configuration properties


Reply via email to