lburgazzoli commented on pull request #1344:
URL: https://github.com/apache/camel-quarkus/pull/1344#issuecomment-644600206


   > What happens if the user app relies on configuration of 
components/languages/data-formats through properties AND camel-quarkus-main is 
not in class path? I think this will be a common source of app developer 
frustration. It would be nice if the error message could at least suggest to 
add camel-quarkus-main to CP.
   
   I'm not sure if I would log an error message i.e. assuming you have:
   
   ```
   camel.component.slack.token = abc
   ```
   
   Then the following code would be perfectly fine with or without camel-main:
   
   ```java
   from("slack:room:?token={{camel.component.slack.token}}")
   ```


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to