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

[GitHub] [camel-quarkus] JiriOndrusek opened a new issue, #4735: [camel-main] Foundation: BeanTest.parameterTypes fails with the current Camel main

JiriOndrusek opened a new issue, #4735:
URL: https://github.com/apache/camel-quarkus/issues/4735

   Important!
   
   Test `BeanTest.parameterTypes` is disabled. Failure seems to be caused by the fact that fallback converter does not convert the body to String. Problem was first detected when following issue was fixed in >Camel https://issues.apache.org/jira/browse/CAMEL-15105
   
   
   It seems This issue might be similar as https://issues.apache.org/jira/browse/CAMEL-19160
   


-- 
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.apache.org

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


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

Posted by "JiriOndrusek (via GitHub)" <gi...@apache.org>.
JiriOndrusek commented on issue #4735:
URL: https://github.com/apache/camel-quarkus/issues/4735#issuecomment-1497521534

   Test enabled and fixed applied in `camel-main`


-- 
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


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

Posted by "JiriOndrusek (via GitHub)" <gi...@apache.org>.
JiriOndrusek commented on issue #4735:
URL: https://github.com/apache/camel-quarkus/issues/4735#issuecomment-1497230083

   thanks for the solution, I missed that.


-- 
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


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

Posted by "jamesnetherton (via GitHub)" <gi...@apache.org>.
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


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

Posted by "JiriOndrusek (via GitHub)" <gi...@apache.org>.
JiriOndrusek closed issue #4735: [camel-main] Foundation: BeanTest.parameterTypes  fails with the current Camel main
URL: https://github.com/apache/camel-quarkus/issues/4735


-- 
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