Support for springdoc-openapi annotations in quarkus-smallrye-openapi #40328
Labels
area/openapi
area/smallrye
area/spring
Issues relating to the Spring integration
kind/enhancement
New feature or request
Milestone
Description
Quarkus offers a Spring Web compatibility layer to facilitate migrations and quarkus-smallrye-openapi will generate openapi documentation for Spring controllers: https://quarkus.io/guides/openapi-swaggerui#expose-openapi-specifications
Apparently springdoc-openapi annotations like
@ParameterObject
(https://springdoc.org/#how-can-i-extract-fields-from-parameter-object) are not supported. Annotating the parameter with the Jakarta RS@BeanParam
does not work either. Are there any plans to support at least some springdoc-openapi annotations? What is the recommended migration path if not?Implementation ideas
No response
The text was updated successfully, but these errors were encountered: