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 2011/02/14 23:26:10 UTC

svn commit: r1070686 - /karaf/branches/karaf-2.2.x/RELEASE-NOTES

Author: jgoodyear
Date: Mon Feb 14 22:26:10 2011
New Revision: 1070686

URL: http://svn.apache.org/viewvc?rev=1070686&view=rev
Log:
[KARAF-272] Update Release Notes in kit and online.

Added notes from 2.1.0 -> 2.1.3 kits to this release-notes file.

Modified:
    karaf/branches/karaf-2.2.x/RELEASE-NOTES

Modified: karaf/branches/karaf-2.2.x/RELEASE-NOTES
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.2.x/RELEASE-NOTES?rev=1070686&r1=1070685&r2=1070686&view=diff
==============================================================================
--- karaf/branches/karaf-2.2.x/RELEASE-NOTES (original)
+++ karaf/branches/karaf-2.2.x/RELEASE-NOTES Mon Feb 14 22:26:10 2011
@@ -15,6 +15,208 @@
  * limitations under the License.
  */
 
+
+
+                    Apache Karaf 2.1.3
+                    ==================
+
+  Overview
+  --------
+
+  This release of Apache Karaf is based off of the 2.1.x series branch, representing an update to Apache Karaf 2.1.2. It contains several bug fixes identified in the prior release, and updates the versions of SLF4j, pax-url-mvn, spring, and pax-exam. For more detail please see the change log below.
+
+  Changelog
+  ---------
+
+** Bug
+    * [KARAF-244] - features-maven-plugin does not work with maven 3
+    * [KARAF-282] - The shell:exec does not always capture the whole output
+    * [KARAF-292] - Maven filtering issue for Windows batch files in kit
+    * [KARAF-299] - [patch] miscellaneous cleanups
+    * [KARAF-300] - Incorrect behavior of backspace/delete keys in web console Gogo plugin
+    * [KARAF-304] - Startup problems: javax.naming.NoInitialContextException: Unable to determine caller'sBundleContext
+    * [KARAF-313] - feature.xml is not read correct if it contains linebreaks
+    * [KARAF-319] - Pom hierarchy error
+    * [KARAF-321] - karaf shell script does not work with mingw and whitespaces in path
+    * [KARAF-326] - eclipse:eclipse importing error
+    * [KARAF-327] - Graceful shutdown of Windows service, revisited
+    * [KARAF-331] - Failure to execute script against Karaf sshd. 
+    * [KARAF-344] - Deploying a new JAAS config requires to restart the framework
+    * [KARAF-347] - org.ops4j.pax.url.mvn.cfg contains incorrect comment on last property
+    * [KARAF-357] - shell.bat won't start with NoClassDefFoundError and NPE
+    * [KARAF-358] - When the feature service calls refresh(), it should wait for the refresh to happen before returning
+    * [KARAF-360] - Empty comment in some config files
+
+** Improvement
+    * [KARAF-314] - feature-maven-plugin does not fail if component couldn't be found
+    * [KARAF-320] - Missing svn:ignores
+    * [KARAF-329] - improve test-util methods
+    * [KARAF-349] - Upgrade to SLF4j 1.5.8
+
+** Task
+    * [KARAF-333] - Update karaf to use pax-url-mvn ver 1.2.4
+    * [KARAF-345] - upgrade to spring 3.0.5.RELEASE
+    * [KARAF-351] - Upgrade to pax-exam 1.2.3
+
+
+                    Apache Karaf 2.1.2
+                    ==================
+
+  Overview
+  --------
+
+  This release of Apache Karaf is based off of the 2.1.x series branch, representing an update to Apache Karaf 2.1.1. It contains several bug fixes identified in the prior release, and updates the pax-url version. For more detail please see the change log below.
+
+  Changelog
+  ---------
+
+** Bug
+    * [KARAF-270] - karaf-service scripts tries to create "data" directory in wrong location 
+    * [KARAF-273] - java.lang.NullPointerException: Inflater has been closed
+    * [KARAF-277] - The bin/client script does not work anymore
+    * [KARAF-262] - The command admin create new instance cannot create good script in bash language on cygwin
+    * [KARAF-284] - Remove snapshot dependency on org.apache.karaf.shell.console in archetypes/command/src/main/resources/archetype-resources/pom.xml
+    * [KARAF-285] - The bin/shell script should not read the input stream when a command is passed
+    * [KARAF-286] - When running in the plain shell console (using bin/shell), tab completion prints lots of exceptions
+    * [KARAF-292] - Maven filtering issue for Windows batch file in kit.
+
+** Task
+    * [KARAF-276] - upgrade to pax-url 1.2.1
+
+
+                    Apache Karaf 2.1.1
+                    ==================
+
+  Overview
+  --------
+
+  This release of Apache Karaf is based off of the 2.1.x series branch, representing an update to Apache Karaf 2.1.0. It contains multiple bug fixes, while introducing a minimal number of changes to dependencies from our last release. For more detail please see the change log below.
+
+  Changelog
+  ---------
+
+** Sub-task
+    * KARAF-269 - Update jetty bundle version in main karaf 2.1.1 pom.
+
+** Bug
+    * KARAF-17 - ANSI support not properly initialized when creating an Karaf instances from WebConsole or JMX
+    * KARAF-156 - command dev:dynamic-import does not work
+    * KARAF-221 - When starting a bare karaf, a single bundle is displayed when using osgi:list, we should display none
+    * KARAF-232 - validate goal of features-maven-plugin should support wrap jar
+    * KARAF-238 - SLF4J Duplicate bindings warning when using Equinox
+    * KARAF-239 - Equinox Framework Extensions
+    * KARAF-261 - Cannot run command admin on cygwin.
+    * KARAF-265 - add-features-to-repo goal of features-maven-plugin should support wrap jar with additional instructions
+    * KARAF-268 - When installing a bundle from a feature with blancks before / after the bundle url, those bundles are not loaded on restart (on felix)
+
+** Improvement
+    * KARAF-234 - validate goal of features-maven-plugin should support spring/blueprint/feature protocol prefix
+    * KARAF-247 - Add J2SE-1.2 to org.osgi.framework.executionenvironment
+    * KARAF-263 - Upgrade to Spring 3.0.4.RELEASE
+    * KARAF-264 - Upgrade to Jetty 6.1.25
+
+** New Feature
+    * KARAF-225 - FeaturesService should publish OSGi events
+
+
+                    Apache Karaf 2.1.0
+                    ==================
+
+  Overview
+  --------
+
+   New to this release of Apache Karaf is a JAAS Database Login Module, a way to store
+ passwords in a secured way, a mechanism that allows a karaf application to distinguish 
+ between UserPrincipal and RolePrincipal without depending from the Karaf JAAS Module. 
+   The shell console has been enhanced to be available in a plain non-OSGi environment and
+ smart tab completion has been improved, along with various commands. 
+   We have also resolved a number of outstanding issues, and improved support on OS X and 
+ IBM Java based systems. For more detail please see the change log below.
+
+  Changelog
+  ---------
+
+ The following list shows the bug fixes and enhancements included in this release:
+
+** Bug
+    * [KARAF-13] - javax.annotation not exported
+    * [KARAF-19] - Exception in pax-web when shutting down karaf
+    * [KARAF-125] - Webconsole can't concat strings?
+    * [KARAF-133] - NPE when installing a bundle with a MANIFEST.MF not in the first entry of the zip
+    * [KARAF-134] - The sort command does not work when trying to sort on the last field
+    * [KARAF-136] - should override equals method for FeaturesListener to handle the proxy compared to wrapped object case
+    * [KARAF-137] - IOException on web demo when trying to connect through SSH
+    * [KARAF-138] - WarDeploymentListener: checks for manifest osgi entries but fails if no manifest is found
+    * [KARAF-142] - NPE at org.apache.felix.webconsole.internal.servlet.OsgiManager.service - karaf started in server mode
+    * [KARAF-143] - Setting "karaf.instances" system property has no effect
+    * [KARAF-145] - Reading Properties like karaf.framework should be trimmed before reusage
+    * [KARAF-150] - Config admin contains 2 configurations for SSH port in Karaf
+    * [KARAF-162] - need exactly specify the import jline package version for webconsole.gogo
+    * [KARAF-167] - Creating a new config using the shell commands lead to a FileNotFoundException instead of the file being created
+    * [KARAF-169] - Do not use the ClassPath manifest header for the karaf client jar
+    * [KARAF-178] - When the karaf runtime is launched under JSW, the bin/client script fails to connect
+    * [KARAF-189] - Java endorsed dirs on AIX (IBM JVM)
+    * [KARAF-190] - karaf-wrapper.conf is incorrect
+    * [KARAF-199] - WarDeploymentListener: doesn't handle the default Webapp-Context correct on a Windows System
+    * [KARAF-204] - Ctrl+D needs to be followed by another character to be recognized (at least when using the karaf client)
+    * [KARAF-206] - The converter used for converting commands arguments and options can't convert objects to String
+
+** Improvement
+    * [KARAF-106] - Provide a more minimal / static disitrbution of karaf
+    * [KARAF-130] - Allow a repository URL to be added to feature repository URL list even though it is an invalid one
+    * [KARAF-135] - The package:export command should have more option to control the output
+    * [KARAF-139] - Add a Shell Console branding demo
+    * [KARAF-140] - Modifying properties and saving them via the Config Console removes comments in the original file
+    * [KARAF-141] - Tests should be able to be run without any internet connections
+    * [KARAF-146] - osgi:list should only print out 'system' bundles above a certain level, by default, this should be 50, but it should be configurable
+    * [KARAF-148] - features:listUrl should print the repository names as well as the Url. 
+    * [KARAF-152] - when using the @Argument annotation, if there is no name specified it would be nice to reuse the name of the field, rather than use VAL
+    * [KARAF-155] - optional @Argument values (and I guess @Option values) can have default values which could be displayed in the help screen by reflecting into the value and finding non-zero/null values
+    * [KARAF-157] - [PATH] minor patch to make it easier to reuse the Karaf command line console from outside Karaf specialising the user and application
+    * [KARAF-158] - better display of errors when running a non-osgi command line outside of the shell
+    * [KARAF-159] - when a bad command is typed (e.g. invalid command, argument, option) we should use some kind of syntax highlighting for the name of the command/argument/option in the error message
+    * [KARAF-161] - provide an easy implementation of "public static void main(String[] args)" for a single command (i.e. for non-shells)
+    * [KARAF-163] - Generate Features XML should handle artifact types
+    * [KARAF-164] - Allow sub classes of Main to override the META-INF path used to discover commands
+    * [KARAF-168] - Upgrade to latest Felix framework
+    * [KARAF-170] - Main --help should behave like Main someCommand --help and list all the possible sub commands when outside of OSGi
+    * [KARAF-171] - provide a default "help" sub command in shells used outside of OSGi
+    * [KARAF-173] - Make it easier to configure the Karaf Main shell by subclassing.
+    * [KARAF-174] - tab completion of sub commands not working in the non-osgi shell
+    * [KARAF-175] - Upgrade to Java Service Wrapper 3.2.3
+    * [KARAF-176] - Improve integration to provide a clean shutdown when running as a service
+    * [KARAF-177] - Support 64 bits platforms for Java Service Wrapper on OS X
+    * [KARAF-181] - Allow the cmdhelp maven plugin to generate output in confluence format
+    * [KARAF-182] - Upgrade to Aries 0.2-incubating
+    * [KARAF-184] - Enhance the dev:framework command to display or set the OSGi framework name
+    * [KARAF-185] - Have a 'clean' parameter on the main shell script to clean the working folder
+    * [KARAF-186] - Upgrade to pax-logging 1.5.3
+    * [KARAF-187] - The completers do not work when several commands are on the same line separated by a column or pipe
+    * [KARAF-191] - Create a Karaf Util module gathering all util classes
+    * [KARAF-192] - Completion does not work on options, or even on arguments if an option is specified
+    * [KARAF-193] - It should be possible to load a Command description from a text file
+    * [KARAF-196] - Improve the output of osgi:headers command
+    * [KARAF-198] - Remove dependency upon org.slf4j.helpers.MessageFormatter
+    * [KARAF-200] - Upgrade to latest pax-runner and pax-exam
+    * [KARAF-202] - Create la alias in shell.init.script
+    * [KARAF-207] - The webconsole feature should not depend on the admin bundles
+    * [KARAF-208] - when reusing the karaf shell outside of OSGi where there's only one shell scope, it would be nice to avoid prefixing the command names with the scope or with "*:" which is confusing
+    * [KARAF-210] - Allow to specific context-path when installing a war file using the war url handler
+
+** New Feature
+    * [KARAF-26] - have restart clean command/API
+    * [KARAF-144] - Allow using the console and commands outside of OSGi
+    * [KARAF-147] - We should have a features:listVersions command that lists all the known versions of a feature
+    * [KARAF-149] - Add a features:removeRepository command
+    * [KARAF-166] - Allow subclasses of org.apache.karaf.shell.console.Main to be used as sub shells
+    * [KARAF-172] - Implement a mechanism that would allow a karaf application to distingush between UserPrincipal & RolePrincipal without depending from Karaf JAAS Modules
+    * [KARAF-180] - JAAS Database Login Module
+    * [KARAF-212] - provide a simple annotation, say,@CompleterValues which can be used on methods on an action to provide a list of available values for an argument for tab completion
+
+** Task
+    * [KARAF-40] - Create a maven archetype for creating shell commands
+
+
                     Apache Karaf 2.0.0
                     ==================
 
@@ -489,4 +691,4 @@
      * [SMX4KNL-162] - The default jaas realm uses the config admin to store clear password
      * [SMX4KNL-164] - features/removeUrl does not remove the repository
      * [SMX4KNL-165] - Initial provisioning using features is very slow especially when using snapshots
-     * [SMX4KNL-170] - Unknown protoc
\ No newline at end of file
+     * [SMX4KNL-170] - Unknown protoc