We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
When a property is used that was added in OpenAPI 3.1, it should not be included when an OpenAPI 3.0 document is created.
Steps to Reproduce
In the application, use an OpenAPI annotation only supported in OpenAPI 3.1:
@Info(summary = "foo")
In the server.xml, configure output in OpenAPI 3.0:
<mpOpenAPI openAPIVersion="3.0"/>
In http://localhost:9080/openapi, observe that the info.summary property is present, making the OpenAPI 3.0 document invalid.
http://localhost:9080/openapi
info.summary
Expected behavior
The info.summary property should not be included in the output.
Diagnostic information:
mpOpenAPI-4.0
Additional context Add any other context about the problem here.
Upstream issue: smallrye/smallrye-open-api#2105
The text was updated successfully, but these errors were encountered:
Azquelt
Successfully merging a pull request may close this issue.
Describe the bug
When a property is used that was added in OpenAPI 3.1, it should not be included when an OpenAPI 3.0 document is created.
Steps to Reproduce
In the application, use an OpenAPI annotation only supported in OpenAPI 3.1:
In the server.xml, configure output in OpenAPI 3.0:
In
http://localhost:9080/openapi
, observe that theinfo.summary
property is present, making the OpenAPI 3.0 document invalid.Expected behavior
The
info.summary
property should not be included in the output.Diagnostic information:
mpOpenAPI-4.0
Additional context
Add any other context about the problem here.
Upstream issue: smallrye/smallrye-open-api#2105
The text was updated successfully, but these errors were encountered: