Hi, the migration says
"Support for multiple CamelContexts has been removed and only 1 CamelContext per deployment is supported." The term "deployment" seem loose. My concern here is that in OSGi each bundle has its own CamelContext (e.g. via blueprint configuration), how will that work? - Martin