20:10:37 INFO [io.quarkus] Quarkus 0.18.0 started in 2.789s. Listening on: http://[::]:8080
20:10:37 INFO [io.quarkus] Installed features: [cdi, resteasy, resteasy-jsonb, scheduler, smallrye-openapi]
quarkus.swagger-ui.always-include=true
--
You received this message because you are subscribed to the Google Groups "Quarkus Development mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to quarkus-dev...@googlegroups.com.
Visit this group at https://groups.google.com/group/quarkus-dev.
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/6f7e0241-dffb-4357-9ae7-f217b72333c7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
Swagger UI is off b y default when you start Quarkus with java -jar or from the native executable. It is enable when you run from quarkus;devyou can force Swagger UI to show up even in production by usingquarkus.swagger-ui.always-include=true
On Tue, Jul 2, 2019 at 3:02 AM Stuart Douglas <stuart....@gmail.com> wrote:
Have you added the swagger-ui extension?--Stuart
On Tuesday, 2 July 2019 09:15:04 UTC+10, Filippe Spolti wrote:Hi all, have anyone face the issue below as well?I was using Quarkus 0.16.1 with smallrye-openapi extensions , everything was working normally, but after updating Quarkus to 0.17.0 or 0.18.0, it has stopped to work.20:10:37 INFO [io.quarkus] Quarkus 0.18.0 started in 2.789s. Listening on: http://[::]:8080
20:10:37 INFO [io.quarkus] Installed features: [cdi, resteasy, resteasy-jsonb, scheduler, smallrye-openapi]RESTEASY003210: Could not find resource for full path: http://localhost:8080/swagger-ui
You received this message because you are subscribed to the Google Groups "Quarkus Development mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to quark...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to quarkus-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/753e4d3a-ec05-40ba-8bc7-434ab9dc58c8%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to quark...@googlegroups.com.
Do you mind stepping into the debugger to give us some help.
I'd start with https://github.com/quarkusio/quarkus/blob/master/extensions/swagger-ui/deployment/src/main/java/io/quarkus/swaggerui/deployment/SwaggerUiProcessor.java
https://github.com/quarkusio/quarkus/blob/master/extensions/swagger-ui/runtime/src/main/java/io/quarkus/swaggerui/runtime/SwaggerUiRecorder.java#L12
and https://github.com/quarkusio/quarkus/blob/master/extensions/swagger-ui/runtime/src/main/java/io/quarkus/swaggerui/runtime/SwaggerUiServletExtension.java#L48
(reading the resource dir values to see if there is something fishy.
Emmanuel
To unsubscribe from this group and stop receiving emails from it, send an email to quarkus-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/e39346c3-e00a-41dd-9e65-6f6094e2ba03%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/CEFB9FDD-2B67-4C2B-92D5-E78F8CFC1B71%40redhat.com.