Re: Camel OpenAPI 3.0 support

2021-12-30 Thread Rajith Muditha Attapattu
Thank you Steve for the clarification. Moving to 3.14 which is the latest LTS version is an option we are considering. So it's definitely a good suggestion from you. Thank you! On Thu, Dec 30, 2021 at 6:06 PM Steve973 wrote: > Hi, Rajith. I noticed you said that you are using camel 3.4.4, and t

Re: Camel OpenAPI 3.0 support

2021-12-30 Thread Steve973
Hi, Rajith. I noticed you said that you are using camel 3.4.4, and the springdoc-starter was introduced in 3.14, so that might not work for you if you do not wish to upgrade. But there are some improvements to the openapi stuff, in general, in 3.14, so maybe it would be worth trying, if it is an

Re: Camel OpenAPI 3.0 support

2021-12-30 Thread Rajith Muditha Attapattu
Hey Steve, how would it grab the info defined via the REST DSL? On Thu, Dec 30, 2021 at 4:19 PM Steve973 wrote: > Hello. Have you tried the springdoc starter instead? > > On Thu, Dec 30, 2021 at 1:15 PM Rajith Muditha Attapattu < > rajit...@gmail.com> > wrote: > > > Hey Folks > > > > I'm using

Re: Camel OpenAPI 3.0 support

2021-12-30 Thread Steve973
Hello. Have you tried the springdoc starter instead? On Thu, Dec 30, 2021 at 1:15 PM Rajith Muditha Attapattu wrote: > Hey Folks > > I'm using Camel 3.4.4 in a project that currently uses the camel swagger > component to generate the swagger 2.0 docs accessible via /api-doc path. > (With the c

Camel OpenAPI 3.0 support

2021-12-30 Thread Rajith Muditha Attapattu
Hey Folks I'm using Camel 3.4.4 in a project that currently uses the camel swagger component to generate the swagger 2.0 docs accessible via /api-doc path. (With the current setup we noticed, the value of .id() is ignored when the spec is generated and the operationId is set to verb1, verb2 ...et