Open
Description
openedon Apr 28, 2024
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment