Quarkus/Smallrye OpenAPI info properties not working #49111
Replies: 3 comments 1 reply
-
/cc @EricWittmann (openapi), @Ladicek (smallrye), @MikeEdgar (openapi), @jmartisk (smallrye), @phillip-kruger (openapi,smallrye), @radcortez (smallrye) |
Beta Was this translation helpful? Give feedback.
-
I found the same results where the |
Beta Was this translation helpful? Give feedback.
-
To use After this, it works as expected. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm playing around with Quarkus and am looking at its OpenAPI implementation. Most of it works fine, but the
quarkus.smallrye-openapi.info*
properties such asinfo-title
do not work. That is, regardless of what values I set them to, those values do not show up in either the JSON/YAML or the UI. If I instead use annotations (@OpenAPIDefinition
and@Info
) then these OpenAPI properties do show up in both locations. Example project is at https://github.com/spartanhooah/game-exampleIt seems this is only an issue if I use yml for my application properties like
If I instead use a
.properties
file, it works:Beta Was this translation helpful? Give feedback.
All reactions