jbonofre opened a new pull request, #684: URL: https://github.com/apache/camel-karaf/pull/684
The delegate was not rebuilt when a new TypeConverterLoader service was registered, causing HTTP TypeConverters to be missing when endpoints were eagerly created via to(). This worked with toD() because endpoints are lazily created after all bundles and their TypeConverters are loaded. Now the delegate is invalidated (set to null) on addingService, matching the existing pattern in removedService, so it is rebuilt with all available loaders on next access. This closes #625 -- 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]
