You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2020/01/02 21:19:00 UTC

[jira] [Created] (CAMEL-14351) camel-rest - Rest producer may detect multiple rest producer factory

Claus Ibsen created CAMEL-14351:
-----------------------------------

             Summary: camel-rest - Rest producer may detect multiple rest producer factory
                 Key: CAMEL-14351
                 URL: https://issues.apache.org/jira/browse/CAMEL-14351
             Project: Camel
          Issue Type: Improvement
          Components: camel-rest-swagger
            Reporter: Claus Ibsen
             Fix For: 3.1.0


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



--
This message was sent by Atlassian Jira
(v8.3.4#803005)