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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]