Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
Unknown
Description
It would be good to move RuntimeConfiguration as a plugin to CamelContext so its API is loosly coupled as today CamelContext extends RuntimeConfiguration which is not good.
This would mean there are some API changes that some end users may need to adjust.
from:
camelContext.setAutoStartup(true);
to:
camelContext.getRuntimeConfiguration().setAutoStartup(true);
Attachments
Issue Links
- relates to
-
CAMEL-19382 camel-spring - SpringCamelContext should be SmartLifecycle
- Resolved