-
Bug
-
Resolution: Done
-
Major
-
1.11.0.ER1
-
False
-
False
-
+
-
Undefined
-
---
-
Description
When I set up an application with quarkus.swagger-ui.always-include enabled, swagger-ui must be available. However on Native mode are not available.
example:
{{quarkus.http.root-path=/api
quarkus.swagger-ui.always-include=true }}
- Compile and run your app on native mode and then make the following query:
{{Request method: GET
Request URI: http://test-http-advanced-pablo-test.apps.ocp45.dynamic.quarkus/api/q/swagger-ui
HTTP/1.1 404 Not Found}}
Notes:
- Tested with Rest assurance.
- quarkus.http.root-path is not relevance
Github Ref: https://github.com/quarkusio/quarkus/issues/14911
- is related to
-
QUARKUS-744 Testing - Non application endpoints moved to /q/
- Closed