RE: apiHost for swagger documentation

2021-07-08 Thread Grigorii.Ivanov
Hi Claus, I've created a JIRA ticket - https://issues.apache.org/jira/browse/CAMEL-16793# Thanks in advance! -Original Message- From: Claus Ibsen Sent: Thursday, July 8, 2021 8:03 AM To: users@camel.apache.org Subject: Re: apiHost for swagger documentation Hi Can you create a

Re: apiHost for swagger documentation

2021-07-07 Thread Claus Ibsen
> > "servers": [ > { > "url": "/foo" > } > ], ... > > Could you take a look at it? > > -Original Message- > From: Claus Ibsen > Sent: Wednesday, July 7, 2021 4:31 PM > To: users@camel.apach

RE: apiHost for swagger documentation

2021-07-07 Thread Grigorii.Ivanov
- From: Claus Ibsen Sent: Wednesday, July 7, 2021 4:31 PM To: users@camel.apache.org Subject: Re: apiHost for swagger documentation On 3.x try the openapi component instead of swagger On Wed, 7 Jul 2021 at 15.20, wrote: > Well, I've just checked 3.11.0, result is the same Is a

Re: apiHost for swagger documentation

2021-07-07 Thread Claus Ibsen
021 3:54 PM > To: users@camel.apache.org > Subject: RE: apiHost for swagger documentation > > Hi Claus, > We are stuck with 2.23.3, but I have also tried it with 2.25.3, no luck Is > this a bug of 2.x? > > -Original Message- > From: Claus Ibsen > Sent: Wednesd

RE: apiHost for swagger documentation

2021-07-07 Thread Grigorii.Ivanov
Well, I've just checked 3.11.0, result is the same Is apiHost supposed to be used this way? -Original Message- From: Ivanov, Grigorii Sent: Wednesday, July 7, 2021 3:54 PM To: users@camel.apache.org Subject: RE: apiHost for swagger documentation Hi Claus, We are stuck with 2.23.3

RE: apiHost for swagger documentation

2021-07-07 Thread Grigorii.Ivanov
Hi Claus, We are stuck with 2.23.3, but I have also tried it with 2.25.3, no luck Is this a bug of 2.x? -Original Message- From: Claus Ibsen Sent: Wednesday, July 7, 2021 3:47 PM To: users@camel.apache.org Subject: Re: apiHost for swagger documentation What Camel version do you use

Re: apiHost for swagger documentation

2021-07-07 Thread Claus Ibsen
What Camel version do you use? On Wed, Jul 7, 2021 at 2:34 PM wrote: > > > Hi guys, > I found that there is an apiHost option for REST DSL, the documentation > states that it "can be used to override the generated host with this > configured hostname" - > https://camel.apache.org/manual/latest

apiHost for swagger documentation

2021-07-07 Thread Grigorii.Ivanov
Hi guys, I found that there is an apiHost option for REST DSL, the documentation states that it "can be used to override the generated host with this configured hostname" - https://camel.apache.org/manual/latest/rest-dsl.html#_configuring_rest_dsl So I tried to use it like My intention was to