Andrea Tarocchi created CAMEL-17480:
---------------------------------------
Summary: be sure that bean wiring support optional properties with
{{?value}} syntax
Key: CAMEL-17480
URL: https://issues.apache.org/jira/browse/CAMEL-17480
Project: Camel
Issue Type: Improvement
Reporter: Andrea Tarocchi
Make sure that bean wiring support something like:
{code:yaml}
flow:
beans:
- name: local-es
type:
"#class:org.apache.camel.component.elasticsearch.ElasticsearchComponent"
properties:
- propname: {{?propvalue}}
{code}
where {{propvalue}} might or might not be present in the properties and should
be set only if present.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)