You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Luca Burgazzoli (Jira)" <ji...@apache.org> on 2019/09/05 15:56:00 UTC

[jira] [Created] (CAMEL-13947) Create a configuration service instead of leveraging the properties component

Luca Burgazzoli created CAMEL-13947:
---------------------------------------

             Summary: Create a configuration service instead of leveraging the properties component
                 Key: CAMEL-13947
                 URL: https://issues.apache.org/jira/browse/CAMEL-13947
             Project: Camel
          Issue Type: Improvement
          Components: came-properties, camel-core
            Reporter: Luca Burgazzoli


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.





--
This message was sent by Atlassian Jira
(v8.3.2#803003)