jam01 commented on pull request #3908:
URL: https://github.com/apache/camel/pull/3908#issuecomment-643418743


   Oh... Maybe I misunderstood something.
   
   The code already has Spring Boot specific logic:
   
https://github.com/apache/camel/blob/master/tooling/maven/camel-restdsl-openapi-plugin/src/main/java/org/apache/camel/maven/generator/openapi/AbstractGenerateMojo.java#L247
   
https://github.com/apache/camel/blob/master/tooling/maven/camel-restdsl-openapi-plugin/src/main/java/org/apache/camel/maven/generator/openapi/GenerateMojo.java#L153
   
   It adds spring boot camel-servlet-starter when other camel-{component} is 
not found. So it felt appropriate to find existing camel-{component}-starter if 
they were declared
   
https://github.com/apache/camel/blob/master/tooling/maven/camel-restdsl-openapi-plugin/src/main/java/org/apache/camel/maven/generator/openapi/GenerateMojo.java#L106
   
   
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to