Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
As today the way camel resolves properties/configuration is trough the Properties Component which leads to a chicken and egg problem as:
- camel core depends on properties component
- the properties component depends on camel core
We should probably have a proper configuration service part of camel core that can eventually be leveraged by the Properties Component.