You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

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).

Getting the Distributions

Linux/Mac OS X/Unix Downloads

Windows downloads

The above URLs use redirection

The above URLs use the Apache Mirror system to redirect you to a suitable mirror for your download. Some users have experienced issues with some versions of browsers (e.g. some Safari browsers). If the download doesn't seem to work for you from the above URL then try using FireFox

Release notes

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).
See the change log below for more informations:

  • Bug
    • SMX4KNL-70 - Bundles in /system folder should take precedence over local Maven repository
    • SMX4KNL-79 - When starting the kernel, a log entry states "Can not install feature ''"
    • SMX4KNL-80 - "features list" output has a "version" column but no infos
    • SMX4KNL-81 - The wrapper feature can not be installed out of the box
    • SMX4KNL-82 - The installation state of a feature is not displayed correctly after a restart when using the "features list" command
    • SMX4KNL-83 - When using the wrapper command, ServiceMix Kernel does not start correctly
  • 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

    • SMX4KNL-87 - Problems with batch files on windows
  • No labels