Em ter., 9 de abr. de 2024 às 13:50, Mikael Andersson Wigander <[email protected]> escreveu: > > I have a Quarkus Camel application which exposes a REST interface. > I have followed the process of adding the dependencies and created the > definition but I can not get anything in the Quarkus Swagger UI.
you can get this example https://github.com/apache/camel-quarkus-examples/tree/main/rest-json and add the dependencies org.apache.camel.quarkus:camel-quarkus-openapi-java io.quarkus:quarkus-smallrye-openapi and curl localhost:8080/q/openapi Then you can adjust your project to the example -- Claudio Miranda [email protected] http://www.claudius.com.br
