Author: jgoodyear
Date: Thu Apr 10 11:03:05 2014
New Revision: 1586270
URL: http://svn.apache.org/r1586270
Log:
[KARAF-2897] and [KARAF-707] update online release notes
Added:
karaf/site/trunk/src/main/webapp/index/community/download/karaf-2.3.5-release.page
Modified:
karaf/site/trunk/src/main/webapp/index/community/download/karaf-3.0.1-release.page
Added:
karaf/site/trunk/src/main/webapp/index/community/download/karaf-2.3.5-release.page
URL:
http://svn.apache.org/viewvc/karaf/site/trunk/src/main/webapp/index/community/download/karaf-2.3.5-release.page?rev=1586270&view=auto
==============================================================================
---
karaf/site/trunk/src/main/webapp/index/community/download/karaf-2.3.5-release.page
(added)
+++
karaf/site/trunk/src/main/webapp/index/community/download/karaf-2.3.5-release.page
Thu Apr 10 11:03:05 2014
@@ -0,0 +1,64 @@
+---
+title: Karaf 2.3.5 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.3.5/manual-2.3.5.html]|[PDF|http://repo1.maven.org/maven2/org/apache/karaf/manual/2.3.5/manual-2.3.5.pdf])
+-- Users Guide
([HTML|http://karaf.apache.org/manual/2.3.5/users-guide/index.html])
+-- Developers Guide
([HTML|http://karaf.apache.org/manual/2.3.5/developers-guide/index.html])
+
+h2. Release Notes - Karaf - Version 2.3.5
+
+ This is an update patch for Apache Karaf 2.3.4, containing many bug fixes,
dependency updates, and improvements. New feature highlights include:
monitoring etc/user.properties with Felix fileInstall, and adding MSSQL
datasource type. It is recommended that users update their deployment after
reviewing the changelog below.
+
+h3. Bug
+ * [KARAF-1074|https://issues.apache.org/jira/browse/KARAF-1074] -
features-maven-plugin collects wrong artifacts
+ * [KARAF-1075|https://issues.apache.org/jira/browse/KARAF-1075] - pid is set
as the factorypid when creating a factory configuration instance from the
feature file
+ * [KARAF-1146|https://issues.apache.org/jira/browse/KARAF-1146] -
features-maven-plugin collects wrong artifacts
+ * [KARAF-2391|https://issues.apache.org/jira/browse/KARAF-2391] - Add generic
capabilities provided by the framework
+ * [KARAF-2674|https://issues.apache.org/jira/browse/KARAF-2674] - Provide
Spring 4.0.2.RELEASE_1 feature
+ * [KARAF-2781|https://issues.apache.org/jira/browse/KARAF-2781] - Enable rat
profile by default
+ * [KARAF-2785|https://issues.apache.org/jira/browse/KARAF-2785] - First line
of sorted input not printed in sort command
+ * [KARAF-2797|https://issues.apache.org/jira/browse/KARAF-2797] - Allow
FeaturesService to specify options during feature uninstallation
+ * [KARAF-2798|https://issues.apache.org/jira/browse/KARAF-2798] - jdbc:create
-i -t HSQL installs wrong db-engine
+ * [KARAF-2799|https://issues.apache.org/jira/browse/KARAF-2799] - shutdown
(-f) does not work
+ * [KARAF-2806|https://issues.apache.org/jira/browse/KARAF-2806] - The
bundle:watch commands fails when updating o.a.k.bundle.core bundle
+ * [KARAF-2819|https://issues.apache.org/jira/browse/KARAF-2819] -
datasource-xxx.xml contains wrong password after jdbc:create
+ * [KARAF-2820|https://issues.apache.org/jira/browse/KARAF-2820] -
features-maven-plugin:add-features-to-repo adds wrong transitive feature version
+ * [KARAF-2821|https://issues.apache.org/jira/browse/KARAF-2821] -
features-maven-plugin:add-features-to-repo is broken in 2.3.5-SNAPSHOT
+ * [KARAF-2826|https://issues.apache.org/jira/browse/KARAF-2826] - Upgrade to
Pax Web 1.1.17
+ * [KARAF-2837|https://issues.apache.org/jira/browse/KARAF-2837] - The
config.properties in features-maven-plugin is out-of-data.
+ * [KARAF-2838|https://issues.apache.org/jira/browse/KARAF-2838] -
features-maven-plugin:add-features-to-repo can't compare SNAPSHOT versions in
2.3.5-SNAPSHOT
+ * [KARAF-2840|https://issues.apache.org/jira/browse/KARAF-2840] - Creating
child container using admin service should use KARAF_OPTS
+ * [KARAF-2880|https://issues.apache.org/jira/browse/KARAF-2880] - jms:*
commands don't consume messages
+ * [KARAF-2898|https://issues.apache.org/jira/browse/KARAF-2898] - Maven
feature validation did not accept WAR bundle (WAB) artifacts.
+
+h3. Dependency upgrade
+ * [KARAF-2769|https://issues.apache.org/jira/browse/KARAF-2769] - Upgrade to
Pax CDI 0.7.0
+ * [KARAF-2853|https://issues.apache.org/jira/browse/KARAF-2853] - Upgrade to
Apache POM 14
+ * [KARAF-2867|https://issues.apache.org/jira/browse/KARAF-2867] - Upgrade to
Pax Web 1.1.17
+ * [KARAF-2869|https://issues.apache.org/jira/browse/KARAF-2869] - Upgrade to
Pax CDI 0.7.0
+
+h3. Improvement
+ * [KARAF-2623|https://issues.apache.org/jira/browse/KARAF-2623] - Karaf
client script only returns a non zero status if there is exception
+ * [KARAF-2638|https://issues.apache.org/jira/browse/KARAF-2638] - Speed up
karaf startup a bit by setting the specs timeout to 0
+ * [KARAF-2791|https://issues.apache.org/jira/browse/KARAF-2791] -
AddFeaturesToRepoMojo should support read version from dependency features
+ * [KARAF-2801|https://issues.apache.org/jira/browse/KARAF-2801] - Fix
camel-extras features repository URL
+ * [KARAF-2808|https://issues.apache.org/jira/browse/KARAF-2808] - Child
containers should be able to have additional libs on the classpath
+ * [KARAF-2832|https://issues.apache.org/jira/browse/KARAF-2832] - Fix
exception when using the features-maven-plugin with non osgi compliant features
version
+ * [KARAF-2842|https://issues.apache.org/jira/browse/KARAF-2842] - Add an
option to feature:install to install the bundles without starting it
+ * [KARAF-2870|https://issues.apache.org/jira/browse/KARAF-2870] - Karaf
Enterprise: Backport Hibernate 4.x to Karaf 2.3.x
+
+h3. New Feature
+ * [KARAF-2760|https://issues.apache.org/jira/browse/KARAF-2760] - monitor
etc/user.properties change with felix FileInstaller
+ * [KARAF-2848|https://issues.apache.org/jira/browse/KARAF-2848] - Add MSSQL
datasource type
+
+h3. Task
+ * [KARAF-2767|https://issues.apache.org/jira/browse/KARAF-2767] - Update to
commons-fileupload 1.3.1
Modified:
karaf/site/trunk/src/main/webapp/index/community/download/karaf-3.0.1-release.page
URL:
http://svn.apache.org/viewvc/karaf/site/trunk/src/main/webapp/index/community/download/karaf-3.0.1-release.page?rev=1586270&r1=1586269&r2=1586270&view=diff
==============================================================================
---
karaf/site/trunk/src/main/webapp/index/community/download/karaf-3.0.1-release.page
(original)
+++
karaf/site/trunk/src/main/webapp/index/community/download/karaf-3.0.1-release.page
Thu Apr 10 11:03:05 2014
@@ -21,10 +21,9 @@ h2. Documentation
h2. Release Notes - Karaf - Version 3.0.1
+ This is an update patch for Apache Karaf 3.0.0, containing many bug fixes,
dependency updates, and improvements. New feature highlights include: the
addition of Pax CDI to Karaf enterprise feature, monitoring etc/user.properties
with Felix fileInstall, and adding MSSQL datasource type. It is recommended
that users update their deployment after reviewing the changelog below.
- For more detail please see the change log below.
-
-** Bug
+h3. Bug
* [KARAF-482|https://issues.apache.org/jira/browse/KARAF-482] - Maven 3
archetypes itests issue
* [KARAF-1074|https://issues.apache.org/jira/browse/KARAF-1074] -
features-maven-plugin collects wrong artifacts
* [KARAF-1075|https://issues.apache.org/jira/browse/KARAF-1075] - pid is set
as the factorypid when creating a factory configuration instance from the
feature file
@@ -89,7 +88,7 @@ h2. Release Notes - Karaf - Version 3.0.
* [KARAF-2851|https://issues.apache.org/jira/browse/KARAF-2851] - The
FeaturesService can sometime loose the repository list
* [KARAF-2880|https://issues.apache.org/jira/browse/KARAF-2880] - jms:*
commands don't consume messages
-** Dependency upgrade
+h3. Dependency upgrade
* [KARAF-2081|https://issues.apache.org/jira/browse/KARAF-2081] - Upgrade to
JUnit 4.11
* [KARAF-2643|https://issues.apache.org/jira/browse/KARAF-2643] - Upgrade to
Felix FileInstall 3.2.8
* [KARAF-2644|https://issues.apache.org/jira/browse/KARAF-2644] - Upgrade to
Felix Utils 1.4.2
@@ -129,7 +128,7 @@ h2. Release Notes - Karaf - Version 3.0.
* [KARAF-2869|https://issues.apache.org/jira/browse/KARAF-2869] - Upgrade to
Pax CDI 0.7.0
* [KARAF-2893|https://issues.apache.org/jira/browse/KARAF-2893] - Upgrade to
Pax Web 3.1.0
-** Improvement
+h3. Improvement
* [KARAF-452|https://issues.apache.org/jira/browse/KARAF-452] - Support
bundle id ranges, symbolic name/version, and regex in shell start/stop etc
commands
* [KARAF-711|https://issues.apache.org/jira/browse/KARAF-711] - Add
documentation how to update Karaf
* [KARAF-1223|https://issues.apache.org/jira/browse/KARAF-1223] - Support
mvn:* urls in karaf-maven-plugin:features-create-kar
@@ -168,14 +167,14 @@ h2. Release Notes - Karaf - Version 3.0.
* [KARAF-2857|https://issues.apache.org/jira/browse/KARAF-2857] - Add Solaris
x86_64 support to wrapper
* [KARAF-2883|https://issues.apache.org/jira/browse/KARAF-2883] - Use better
version range in Spring features
-** New Feature
+h3. New Feature
* [KARAF-2658|https://issues.apache.org/jira/browse/KARAF-2658] - Include Pax
CDI 0.6.0 repository in Karaf enterprise features
* [KARAF-2760|https://issues.apache.org/jira/browse/KARAF-2760] - monitor
etc/user.properties change with felix FileInstaller
* [KARAF-2848|https://issues.apache.org/jira/browse/KARAF-2848] - Add MSSQL
datasource type
-** Task
+h3. Task
* [KARAF-2767|https://issues.apache.org/jira/browse/KARAF-2767] - Update to
commons-fileupload 1.3.1
* [KARAF-2844|https://issues.apache.org/jira/browse/KARAF-2844] - Sync
skipTests and invoker.skip
-** Test
+h3. Test
* [KARAF-2680|https://issues.apache.org/jira/browse/KARAF-2680] - Add new
itests