You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
OpenApi ignores the quarkus.resteasy.path-Property for constructing of openapi.yaml. So, when you set the property, all of the paths generated in the openapi-specification are missing it.
Describe the bug
OpenApi ignores the quarkus.resteasy.path-Property for constructing of openapi.yaml. So, when you set the property, all of the paths generated in the openapi-specification are missing it.
Expected behavior
The yaml should look like this:
Actual behavior
The yaml looks like this
To Reproduce
Project to reproduce:
openapi-path-demo.zip
Configuration
Additional context
I know that you don´t want openapi to be dependent on quarkus-resteasy as described in #8407, but I in my opinion the path
sould be used if it is specified.
A solution to that could be to add the path again in https://github.com/quarkusio/quarkus/blob/master/extensions/smallrye-openapi/deployment/src/main/java/io/quarkus/smallrye/openapi/deployment/RESTEasyExtension.java but this time without using the ResteasyJaxrsConfigBuildItem, so you are not dependend on quarkus-resteasy.
The text was updated successfully, but these errors were encountered: