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