I'm running Camel in Karaf 4.0.7. I'm about to upgrade from Camel 2.17.2 to
Camel 2.18.0.

CamelContextFactory is in package org.apache.camel.osgi.

In Camel 2.17.2 this class resided in component camel-spring which exported
this package.

In Camel 2.18.0 this class instead resides in component camel-spring-dm
which does not export this package.

I have code that is now broken since it uses the CamelContextFactory class.

Is this change intentional? Am I not supposed to use CamelContextFactory?
If so, is there a workaround? (Copy/paste code from Camel 2.17.2?)

/Bengt

Reply via email to