Switch the blueprint extender to synchronous mode
-------------------------------------------------
Key: KARAF-1002
URL: https://issues.apache.org/jira/browse/KARAF-1002
Project: Karaf
Issue Type: Improvement
Reporter: Guillaume Nodet
Priority: Minor
Adding the following to {{etc/config.properties}}
{code}
org.apache.aries.blueprint.synchronous=true
{code}
The effect will be that as much blueprint processing as possible will be done
by the blueprint extender synchronously with the bundle starting. In effect,
it reduces the amount of waiting between bundles having dependencies if the
order is correct. The processing can be fully synchronous if all dependencies
are satisfied, meaning that there's no delay between the bundle become STARTED
and the blueprint container being created.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira