Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
As part of CAMEL-15105 we decoupled the ExtendedCamelContext from the AbstractCamelContext. This helped us reduce the incidence of type polution problems, cleanup and simplify the code.
However, there's still many cases of cyclic dependencies between these two types. We should move the handling of the internal APIs fully to the extension class.
Attachments
Issue Links
- is cloned by
-
CAMEL-20015 camel-core: cleanup cyclic dependencies in the AbstractExchange
- Open
- is related to
-
CAMEL-15105 camel-core - Extension or getter/setter on ExtendedCamelContext
- Resolved
- relates to
-
CAMEL-20014 camel-core: remove deprecated methods
- Resolved
- links to