This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 49afbffc59254ba9824b7e56501508f00daa50fa Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed May 24 15:08:11 2023 +0200 Bean: Use properties instead of property with key and value - JMS Artemis Sink Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- kamelets/jms-apache-artemis-sink.kamelet.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/kamelets/jms-apache-artemis-sink.kamelet.yaml b/kamelets/jms-apache-artemis-sink.kamelet.yaml index c6a8d430..ce9d69dc 100644 --- a/kamelets/jms-apache-artemis-sink.kamelet.yaml +++ b/kamelets/jms-apache-artemis-sink.kamelet.yaml @@ -60,9 +60,8 @@ spec: beans: - name: connectionFactoryBean type: "#class:org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory" - property: - - key: brokerURL - value: '{{brokerURL}}' + properties: + brokerURL: '{{brokerURL}}' from: uri: "kamelet:source" steps: