ppalaga commented on PR #4099:
URL: https://github.com/apache/camel-quarkus/pull/4099#issuecomment-1251040474
> fails with java.lang.IllegalArgumentException: uri must be specified and
not empty.. I'm not sure if it is bug in Camel or CQ. But even using deprecated
stuff shouldn't break it IMO. I think if some feature is deprecated + it
doesn't work, it should be removed.
The evaluation of the annotation params happens (or is missing in) in Camel
Quarkus. I'd vote for throwing a better error message (something like
`@org.apache.camel.EndpointInject(uri = "my-component:...") is not supported on
Camel Quarkus. Please replace it with just
@org.apache.camel.EndpointInject("my-component:...")`. We could output a
similar warning for `@Consume`. WDYT?
--
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]