You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jg...@apache.org on 2014/09/03 00:21:39 UTC

svn commit: r1622144 - /karaf/site/trunk/src/main/webapp/index/community/download/karaf-2.3.7-release.page

Author: jgoodyear
Date: Tue Sep  2 22:21:39 2014
New Revision: 1622144

URL: http://svn.apache.org/r1622144
Log:
[KARAF-3200] Release Apache Karaf 2.3.7. Update web release notes

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

Added: karaf/site/trunk/src/main/webapp/index/community/download/karaf-2.3.7-release.page
URL: http://svn.apache.org/viewvc/karaf/site/trunk/src/main/webapp/index/community/download/karaf-2.3.7-release.page?rev=1622144&view=auto
==============================================================================
--- karaf/site/trunk/src/main/webapp/index/community/download/karaf-2.3.7-release.page (added)
+++ karaf/site/trunk/src/main/webapp/index/community/download/karaf-2.3.7-release.page Tue Sep  2 22:21:39 2014
@@ -0,0 +1,43 @@
+---
+title: Karaf 2.3.7 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.7/manual-2.3.7.html]|[PDF|http://repo1.maven.org/maven2/org/apache/karaf/manual/2.3.7/manual-2.3.7.pdf])
+-- Users Guide ([HTML|http://karaf.apache.org/manual/2.3.7/users-guide/index.html])
+-- Developers Guide ([HTML|http://karaf.apache.org/manual/2.3.7/developers-guide/index.html])
+
+h2. Release Notes - Karaf - Version 2.3.7
+
+This is an update patch for Apache Karaf 2.3.6, containing many bug fixes, dependency updates, and improvements. New features include SyncopeLoginModule, and improved documentation for exposing JAAS BackendEngineFactory services for the login module and configfile override behavoir. This patch contains a high priority bug fix for Windows users experiencing console input issues. For more information on changes present in this patch, please read the below changelog.
+
+h3. Bug
+ * [KARAF-2981|https://issues.apache.org/jira/browse/KARAF-2981] - Karaf shutdown hangs in SshServer.stop()
+ * [KARAF-3093|https://issues.apache.org/jira/browse/KARAF-3093] - ops4j repositories (release/snapshot) break pax-url resolution
+ * [KARAF-3149|https://issues.apache.org/jira/browse/KARAF-3149] - Karaf chooseurl for jclouds is wrong
+ * [KARAF-3154|https://issues.apache.org/jira/browse/KARAF-3154] - Feature repo org.ops4j.pax.cdi-0.7.0 contains broken feature
+ * [KARAF-3158|https://issues.apache.org/jira/browse/KARAF-3158] - Incorrect javax.annotation version for java7
+ * [KARAF-3180|https://issues.apache.org/jira/browse/KARAF-3180] - openwebbeans feature doesn't install
+ * [KARAF-3196|https://issues.apache.org/jira/browse/KARAF-3196] - Export sun.misc package from the system bundle
+ * [KARAF-3197|https://issues.apache.org/jira/browse/KARAF-3197] - Can't type anything in the console on Windows platform
+
+h3. Dependency upgrade
+ * [KARAF-2932|https://issues.apache.org/jira/browse/KARAF-2932] - Upgrade to Felix WebConsole 4.2.2
+ * [KARAF-3156|https://issues.apache.org/jira/browse/KARAF-3156] - Upgrade to Pax CDI 0.8.0
+ * [KARAF-3182|https://issues.apache.org/jira/browse/KARAF-3182] - Upgrade to Felix EventAdmin 1.4.0
+ * [KARAF-3183|https://issues.apache.org/jira/browse/KARAF-3183] - Upgrade to bndlib 2.3.0
+
+h3. Documentation
+ * [KARAF-3167|https://issues.apache.org/jira/browse/KARAF-3167] - Document the configfile override behaviour
+
+
+h3. Improvement
+ * [KARAF-3164|https://issues.apache.org/jira/browse/KARAF-3164] - Document exposing JAAS BackendEngineFactory services for the login module
+ * [KARAF-3166|https://issues.apache.org/jira/browse/KARAF-3166] - Add SyncopeLoginModule (including backend)