jamesnetherton commented on PR #4144: URL: https://github.com/apache/camel-quarkus/pull/4144#issuecomment-1260701292
> This PR introduce a second route in tests: Are the 2 routes testing exactly the same scenario ? Sort of. One case uses the `from("endpont-bean-id")` / `to(endpont-bean-id")` idiom. The other case explicitly specifies the `ref` scheme like `from("ref:endpont-bean-id")` / `to(ref:endpont-bean-id")`. > Also, we switch from requestBody+direct to sendBody+direct+seda: Is the purpose to test a kind of subtlety of the ref component? Not really - we just need to test routing with `from` & `to` so figured it was a simple enough way of doing that. -- 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-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org