You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Omar Al-Safi (Jira)" <ji...@apache.org> on 2019/11/25 18:10:00 UTC

[jira] [Created] (CAMEL-14218) Property placeholders on component setters fail to replace values

Omar Al-Safi created CAMEL-14218:
------------------------------------

             Summary:  Property placeholders on component setters fail to replace values
                 Key: CAMEL-14218
                 URL: https://issues.apache.org/jira/browse/CAMEL-14218
             Project: Camel
          Issue Type: Bug
            Reporter: Omar Al-Safi


Related to CAMEL-10937, now if we have the same example as CAMEL-10937:

{code}
                KafkaComponent kafka = new KafkaComponent();
                kafka.setBrokers("{{kafka.host}}:{{kafka.port}}");
{code}
Having the properties component injected, looks camel is not resolving the placeholder for these properties. However, since the property binding has been heavily reworked in 3.0.0, I wasn't sure if that is an expected behavior or a bug, perhaps [~davsclaus] you can shed some light here? 
In case it needs to be fixed, I'd like to help out to fix it :). 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)