Hi Paul,

Did you use the last 4.3 release? Startup bundles shouldn't be randomized
anymore. For features it is a bit more complicated since it is a tree so
guess order can't really be assumed without side effects (whereas it can
for a flat list of bundles).

Romain Manni-Bucau
@rmannibucau <https://twitter.com/rmannibucau> |  Blog
<https://rmannibucau.metawerx.net/> | Old Blog
<http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> |
LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book
<https://www.packtpub.com/application-development/java-ee-8-high-performance>


Le mer. 5 mai 2021 à 17:07, Paul Stanley <pj.stan...@live.co.uk> a écrit :

> Hi.
>
> When building and running karaf the boot order for the initial set of
> startup bundles is being randomised, within their start levels.  As result
> we are seeing non-deterministic behaviour between development and release
> builds of custom karaf platforms.
>
> Please can you change the karaf.features.core and the karaf.profile.core
> to use LinkedHashMaps and Sets, to preserve the order of bundles as
> discovered in the feature.xml files.
>
> Thanks
> Paul
>
>

Reply via email to