You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Łukasz Dywicki (JIRA)" <ji...@apache.org> on 2017/10/03 13:17:00 UTC

[jira] [Created] (KARAF-5403) Karaf tooling doesn't keep ordering of features given in configuration

Łukasz Dywicki created KARAF-5403:
-------------------------------------

             Summary: Karaf tooling doesn't keep ordering of features given in configuration
                 Key: KARAF-5403
                 URL: https://issues.apache.org/jira/browse/KARAF-5403
             Project: Karaf
          Issue Type: Bug
          Components: karaf-tooling
    Affects Versions: 4.0.8
            Reporter: Łukasz Dywicki
            Assignee: Łukasz Dywicki


Even if in properly designed modular system order of start list of bundles should not matter (as start level is sorting factor) for maintainability of configurations and ease of use fature order given in maven plugin configurations should be preserved as much as possible.

Currently Karaf Assembly Builder does use hashing collections which do not preserve insertion order leading to randomization of boot features and repositories.

Solving this issue will make potential modification of boot features easier with scripts.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)