Hi Stefan,
sorry, I missed your message.
By default, the boot features are started in sequence (sync) meaning:
featuresBoot=A,B,C
means first A will be installed, and then, once A is completely
installed, B will be installed, etc
The same applies with stage:
featuresBoot=(A,C),B
so, A will be installed then C, then once A and C are fully installed, B
will be installed.
In async mode, A,B,C will be installed in parallel and the resolver will
try to find the optimal order.
The purpose is to speed up the startup but it's "less" predictable.
Regards
JB
On 31/08/2021 16:00, Stefan Günst wrote:
Hi,
no one can comment ?
Am 18.08.2021 um 17:19 schrieb Stefan Günst <[email protected]>:
Hello,
can anyone explain what this is for/what it does and why it is default = false.
We have situations where it helps to start our distribution without any errors
if we set this to „true“ in org.apache.karaf.features.cfg
Any risk to set it to true?
Stefan