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)

Reply via email to