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
When using springdoc with OpenAPI version 3.1 and springwolf-amqp, no custom schemas are generated and all schemas default to "schema": {"type": "string"}
Setting springdoc.api-docs.version=openapi_3_0 or downgrading springdoc to 2.7.x fixes this but is undesirable.
When removing the springwolf dependency, springdoc functions as expected even with OpenApi version 3.1