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 38 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....

I could see that the numeric strings are getting converted to numbers in the generated swagger file. Looks like its similar to https://github.com/springfox/springfox/issues/2249 ``` openapi-gradle-plugin = 1.9.0 springboot = 3.4.3...

the forkedSpringBootRun task is always executed, even if the generateOpenApiDocs task uses cached results. I would like to prevent running the spring boot application every time as it consumes much...

Initally the app was running , but when i cleaned my build and started to build it again it failed and gave me this huge error. I tried many steps...

Fixes #158 and drops support for Spring Boot 2.x. It raises the spring boot dependency to 3.4.2, and therefore also upgrades to Java 17.

Spring Boot 3.1.x added support for configuring Testcontainers for local development via a separate Main class in the test source set, and a separate task called `bootTestRun` that executes with...