aldettinger commented on code in PR #4125: URL: https://github.com/apache/camel-quarkus/pull/4125#discussion_r977510441
########## docs/modules/ROOT/pages/reference/extensions/rest-openapi.adoc: ########## @@ -44,3 +44,26 @@ Or add the coordinates to your existing project: ifeval::[{doc-show-user-guide-link} == true] Check the xref:user-guide/index.adoc[User guide] for more information about writing Camel Quarkus applications. endif::[] + +[id="extensions-rest-openapi-usage"] +== Usage +[id="extensions-usage-required-dependencies"] +=== Required Dependencies + +A `RestProducerFactory` implementation must be available when using the rest-openapi extension. The currently known extensions are: + +* camel-quarkus-http +* camel-quarkus-netty-http + +Maven users will need to add the following dependency to their `pom.xml` for this component: Review Comment: Could some users think that the dependency to http is to always be added ? Maybe: ``` One this two extensions must be added manually. For instance, a maven users could add : ``` -- 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 For queries about this service, please contact Infrastructure at: us...@infra.apache.org