davsclaus opened a new issue, #293: URL: https://github.com/apache/camel-karavan/issues/293
We should see if we can build something similar to Brunos blog post https://quarkus.io/blog/camel-quarkus-effortless-apis/ This requires that we get the openapi maven plugin integrated with camel-jbang or something so karavan can use, or that we run the tool as part of running camel-jbang, meaning that karavan can "know this in advance". Karvan can then have a wizard to import the openapi json spec file, and then you can design the Camel routes what should happen when these rest endpoints are invoked. To run the app then camel-jbang can automatic load the same openapi json spec file, and based on that generate the needed camel route snippets that link the openapi spec to the camel routes via the direct:xxx naming pattern. -- 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. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org