christophd opened a new issue, #1173:
URL: https://github.com/apache/camel-kamelets/issues/1173
I tried to use `@BeanInject` in camel-kamelets-utils in order to autowire
beans that are defined in Kamelet template section. The Kamelet validation
scripts prevents this with `parameter %q is declared in kamelet %q but never
used`
This is because the bean is declared in Kamelet but not used with
`#bean:{{myBean}}` syntax due to @BeanInject.
Is @BeanInject something we want to support? We would need to change the
Kamelet validation tool accordingly
--
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]