llowinge commented on PR #4099:
URL: https://github.com/apache/camel-quarkus/pull/4099#issuecomment-1251000316

   @ppalaga Problem is as follows. Using
   
   ```
   @EndpointInject(id = "mock:result")
       protected MockEndpoint resultEndpoint;
   
       @Produce(id = "direct:start")
       protected ProducerTemplate template;
    ``` 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.


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

Reply via email to