valdar opened a new issue #704: URL: https://github.com/apache/camel-kamelets/issues/704
after https://issues.apache.org/jira/browse/CAMEL-17479 is released we can change : ```yaml beans: - name: local-es type: "#class:org.apache.camel.component.elasticsearch.ElasticsearchComponent" properties: user: "{{user:dummy}}" password: "{{password:dummy}}" ``` into: ```yaml beans: - name: local-es type: "#class:org.apache.camel.component.elasticsearch.ElasticsearchComponent" properties: user: "{{?user}}" password: "{{?password}}" ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org