We have a shared service bundle running in our Karaf container and we would like shared bundle to go down last when we are shutting down container.
We would like to know if org.apache.aries.blueprint.preemptiveShutdown = false guaranties shutdown of bundles in start-level order (one with higher start-level will be shutdown first ? )