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 2022/11/17 11:09:55 UTC

[GitHub] [camel-quarkus] ppalaga opened a new issue, #4281: Change the "Add camel-foo jar" message to "Add camel-quarkus-foo" jar.

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

   Camel Quarkus users should get a Camel Quarkus specific issue instead of the generic Camel one (which is mostly a bad advice) 


-- 
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] ppalaga commented on issue #4281: Change the "Add camel-foo jar" message to "Add camel-quarkus-foo" jar.

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

   Yes


-- 
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] zhfeng commented on issue #4281: Change the "Add camel-foo jar" message to "Add camel-quarkus-foo" jar.

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

   So it might be similar issue in camel-spring-boot to suggest adding `org.apache.camel.springboot:camel-foo-starter` ? It should be configurable for different runtime underly.


-- 
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] ppalaga commented on issue #4281: Change the "Add camel-foo jar" message to "Add camel-quarkus-foo" jar.

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

   > Where do you want to have this message changed ?
   
   Frankly speaking, I do not know. It is probably set somewhere in Camel core. So we perhaps need to make it configurable there. 
   Steps to reproduce are: add a route using a Camel component that is not in a class path:
   
   ```
   from("direct:test")
     .to("foo")
   ```
   
   The application should should fail to start suggesting to add `camel-foo` to class path. We want it to suggest adding `org.apache.camel.quarkus:camel-quarkus:foo` instead.
   
   


-- 
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] zbendhiba commented on issue #4281: Change the "Add camel-foo jar" message to "Add camel-quarkus-foo" jar.

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

   So, my understanding is this is the error message we have when we start a Quarkus app with a camel extension that is not present in the dependencies. Is that correct?
   


-- 
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] zhfeng commented on issue #4281: Change the "Add camel-foo jar" message to "Add camel-quarkus-foo" jar.

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

   It seems that we need to make some changes with https://github.com/apache/camel/blob/main/core/camel-api/src/main/java/org/apache/camel/NoSuchEndpointException.java#L28-L29


-- 
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] zbendhiba commented on issue #4281: Change the "Add camel-foo jar" message to "Add camel-quarkus-foo" jar.

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

   Hello @ppalaga, Could you be more specific for this issue? Where do you want to have this message changed ?


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