You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by GitBox <gi...@apache.org> on 2019/01/10 10:51:01 UTC

[GitHub] lburgazzoli opened a new issue #323: support for openapi/swagger

lburgazzoli opened a new issue #323: support for openapi/swagger 
URL: https://github.com/apache/camel-k/issues/323
 
 
   We should be able to automatically generate the rest-dsl from a swagger/openapi spec
   
       kamel run --openapi ${path-to-spec} my-route.groovy
   
   Under the hood the operator will:
   
   - generates the rest-dsl in xml format
   - attach the generated dsl as a source of the integration
   - on redeploy (i.e. dev mode) the spec has to be checked for changes, if no changes are detected there's no need to re-generate the rest dsl
    

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services