jbonofre opened a new pull request, #690: URL: https://github.com/apache/camel-karaf/pull/690
OsgiDefaultCamelContext was calling init() in its constructor, but BlueprintCamelContext was updated to use build() in Camel 3.2. This mismatch caused routes not to be added to the context in some circumstances. Align OsgiDefaultCamelContext with BlueprintCamelContext by calling build() instead of init(). Also add unit tests for OsgiDefaultCamelContext covering lifecycle states, route addition, start/stop, and the build vs init behavior. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
