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
It seems that defining the OpenAPI version via mp.openapi.extensions.smallrye.openapi does not work with the Maven plugin.
It works fine with other properties like "mp.openapi.extensions.smallrye.duplicateOperationIdBehavior" and "mp.openapi.extensions.smallrye.operationIdStrategy".
To define the value, I need to define the "openApiVersion" config property in pom.xml.
It's maybe linked to the default value being 3.1.0 ?
Thanks !
The text was updated successfully, but these errors were encountered:
Hello,
It seems that defining the OpenAPI version via mp.openapi.extensions.smallrye.openapi does not work with the Maven plugin.
It works fine with other properties like "mp.openapi.extensions.smallrye.duplicateOperationIdBehavior" and "mp.openapi.extensions.smallrye.operationIdStrategy".
To define the value, I need to define the "openApiVersion" config property in pom.xml.
It's maybe linked to the default value being 3.1.0 ?
Thanks !
The text was updated successfully, but these errors were encountered: