Hi Romain, I've been using 4.3.0. I'll give 4.3.2 a go when I get a chance. Cheers Paul
________________________________ From: Romain Manni-Bucau <rmannibu...@gmail.com> Sent: 05 May 2021 16:10 To: dev <dev@karaf.apache.org> Subject: Re: Non-Deterministic startup order 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 > >