Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
You may set rest-dsl with rest producer and have it with component(undertow) and then assume the producer may use undertow too. But it may detect you have camel-undertow and camel-http on the classpath and both can do rest producer, and it will fail.
We should fallback and use component name if it has been explicit set and use it for producer.
RestUndertowProducerGetTest