You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "jamesnetherton (via GitHub)" <gi...@apache.org> on 2023/04/05 08:50:10 UTC

[GitHub] [camel-quarkus] jamesnetherton commented on issue #4735: [camel-main] Foundation: BeanTest.parameterTypes fails with the current Camel main

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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org