springdoc-openapi-gradle-plugin icon indicating copy to clipboard operation
springdoc-openapi-gradle-plugin copied to clipboard

Library for OpenAPI 3 with spring-boot

Results 25 springdoc-openapi-gradle-plugin issues
Sort by recently updated
recently updated
newest added

When running `generateOpenApiDocs`, I see the application starting, but it doesn't get far enough to start the web listener before the task fails. ``` Caused by: java.net.SocketException: Connection reset at...

Hi, I am currently running into the following error when I turn on the configuration cache (`org.gradle.configuration-cache=true`) and I don't know why: ``` > Task :octalog-service:forkedSpringBootRun FAILED 8 problems were...

I want to create the API spec without removing any fields, regardless if their value is null or not. But currently this plugin removes null values from API DTO examples....