davsclaus commented on pull request #6930: URL: https://github.com/apache/camel/pull/6930#issuecomment-1036000719
This requires changes to camel-kamelets where we should rename `property` to `properties` in their template local beans. The kamelets to fix are ``` aws-redshift-sink.kamelet.yaml: property: aws-redshift-source.kamelet.yaml: property: jms-amqp-10-sink.kamelet.yaml: property: jms-amqp-10-source.kamelet.yaml: property: jms-apache-artemis-sink.kamelet.yaml: property: jms-apache-artemis-source.kamelet.yaml: property: mariadb-sink.kamelet.yaml: property: mariadb-source.kamelet.yaml: property: mysql-sink.kamelet.yaml: property: mysql-source.kamelet.yaml: property: postgresql-sink.kamelet.yaml: property: postgresql-source.kamelet.yaml: property: sqlserver-sink.kamelet.yaml: property: sqlserver-source.kamelet.yaml: property: ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
