You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/09/09 11:54:38 UTC

[GitHub] [camel-quarkus] davsclaus opened a new issue #1765: camel-quarkus-main - Uses reflection for setting its name

davsclaus opened a new issue #1765:
URL: https://github.com/apache/camel-quarkus/issues/1765


   Notice this in the http-log example
   
   2020-09-09 13:52:20,310 INFO  [org.apa.cam.imp.eng.DefaultBeanIntrospection] (Quarkus Main Thread) Invoked: 1 times (overall) [Method: setProperty, Target: org.apache.camel.quarkus.core.FastCamelContext@5a2266eb, Arguments: [name, quarkus-camel-example-http-log]]
   
   This is with master branch (eg camel 3.5 as of today)


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

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



[GitHub] [camel-quarkus] lburgazzoli commented on issue #1765: camel-quarkus-main - Uses reflection for setting its name

Posted by GitBox <gi...@apache.org>.
lburgazzoli commented on issue #1765:
URL: https://github.com/apache/camel-quarkus/issues/1765#issuecomment-689517483


   it is likely that, will have a look


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

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



[GitHub] [camel-quarkus] lburgazzoli commented on issue #1765: camel-quarkus-main - Uses reflection for setting its name

Posted by GitBox <gi...@apache.org>.
lburgazzoli commented on issue #1765:
URL: https://github.com/apache/camel-quarkus/issues/1765#issuecomment-689565957


   The issue is caused by the fact that the configurer for the ExtendedCamelContext has a wrong factory file which is `org.apache.camel.impl.ExtendedCamelContext` instead of `org.apache.camel.ExtendedCamelContext`
   
   Opened an issue upstream https://issues.apache.org/jira/browse/CAMEL-15518


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

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



[GitHub] [camel-quarkus] jamesnetherton closed issue #1765: camel-quarkus-main - Uses reflection for setting its name

Posted by GitBox <gi...@apache.org>.
jamesnetherton closed issue #1765:
URL: https://github.com/apache/camel-quarkus/issues/1765


   


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

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



[GitHub] [camel-quarkus] davsclaus commented on issue #1765: camel-quarkus-main - Uses reflection for setting its name

Posted by GitBox <gi...@apache.org>.
davsclaus commented on issue #1765:
URL: https://github.com/apache/camel-quarkus/issues/1765#issuecomment-689520977


   (main) Stopping BeanIntrospection which was invoked: 1 times


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

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



[GitHub] [camel-quarkus] davsclaus commented on issue #1765: camel-quarkus-main - Uses reflection for setting its name

Posted by GitBox <gi...@apache.org>.
davsclaus commented on issue #1765:
URL: https://github.com/apache/camel-quarkus/issues/1765#issuecomment-689512550


   So FastCamelContext needs to either have a custom generated configurer or we need to make it an instanceof ExtendedCamelContext which would have configurer out of the box.


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

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



[GitHub] [camel-quarkus] davsclaus commented on issue #1765: camel-quarkus-main - Uses reflection for setting its name

Posted by GitBox <gi...@apache.org>.
davsclaus commented on issue #1765:
URL: https://github.com/apache/camel-quarkus/issues/1765#issuecomment-689516771


   @lburgazzoli there is some fast factory finder resolver that causes it to not find ExtendedCamelContext.class - maybe its due its using FQN name now?


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

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



[GitHub] [camel-quarkus] davsclaus commented on issue #1765: camel-quarkus-main - Uses reflection for setting its name

Posted by GitBox <gi...@apache.org>.
davsclaus commented on issue #1765:
URL: https://github.com/apache/camel-quarkus/issues/1765#issuecomment-689520706


   Okay the example can run native compiled (I guess its because the FastCamelContext is open for reflection)


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

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