Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Warning

The release is currently under vote, so this page is a preview of the release page that will become official when the package is released.

Overview

This release is the first GA release of ServiceMix Kernel. A few bugs and enhancements have been done to the Kernel since the second release candidate. The most two important fixes from a user point of view are SMX4KNL-70 which makes sure the bundles provided in the distribution are used first instead of the ones from the user's local maven repository and SMX4KNL-77 which allows artifacts in the /deploy folder to be started when the needed dependencies have been installed successfully (the previous behavior was to fail if there were missing bundles when the artifact is processed).

...

  • Improvement
    • SMX4KNL-69 - Add installation status for the 'features list' result.
    • SMX4KNL-71 - Export the gshell CommandExecutor in the OSGi registry
    • SMX4KNL-73 - Require work around for blocking in.read() call in ProxyIO for automated testing.
    • SMX4KNL-75 - Modify GShell argument processing to execute multiple commands.
    • SMX4KNL-77 - The deployer should keep a list of installed bundles that failed to start and retry those when new bundles have been resolved
    • SMX4KNL-78 - Small refactoring of the Feature interface

Known issues