davsclaus commented on PR #20436: URL: https://github.com/apache/camel/pull/20436#issuecomment-3656190740
So the bigger issue is that we mistakenly misused `hasCustomAnnoation=true` when the parameter is just an Exchange / CamelContext etc and this then gets priority when selecting methods and as such appeared as working. However by name that is wrong as its not a custom annotation - its just a known parameter type. So either a fix is to go back and misuse again or add logic to let camel-bean understand its a known parameter and deal with this specially. -- 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]
