You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2019/07/01 10:09:00 UTC

[jira] [Created] (CAMEL-13709) Properties component - Optimise to not call loadProperties to frequently

Claus Ibsen created CAMEL-13709:
-----------------------------------

             Summary: Properties component - Optimise to not call loadProperties to frequently
                 Key: CAMEL-13709
                 URL: https://issues.apache.org/jira/browse/CAMEL-13709
             Project: Camel
          Issue Type: Improvement
          Components: camel-core
            Reporter: Claus Ibsen
             Fix For: 3.0.0


The camel-properties calls loadProperties to load all the properties. But it tend to do this for each parseUri for custom PropertiesSource and other means which can be optimised.

The cache is based on properties location only.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)