[
https://issues.apache.org/jira/browse/KARAF-5403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16203325#comment-16203325
]
ASF subversion and git services commented on KARAF-5403:
--------------------------------------------------------
Commit 51f34067365d72fd853b85ff8b8fd858326871d3 in karaf's branch
refs/heads/karaf-4.0.x from [~splatch]
[ https://git-wip-us.apache.org/repos/asf?p=karaf.git;h=51f3406 ]
KARAF-5403 Fix for loosing order of features given in tooling configuration.
> 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)