jamesnetherton commented on issue #4735: URL: https://github.com/apache/camel-quarkus/issues/4735#issuecomment-1497140146
It's related to this change: https://github.com/apache/camel/commit/cc58a9ac1df9d4235b6c6200eb976a75f3566756 The fix is very simple. You just need to append `.class` to the type argument. E.g: ``` from("direct:parameterTypes") .to("bean:parametersBean?method=parameterTypes(String.class)"); ``` -- 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]
