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

Library for OpenAPI 3 with spring-boot

Results 172 springdoc-openapi issues
Sort by recently updated
recently updated
newest added

I'm using `springdoc-openapi-starter-webmvc-ui:2.5.0` and wanted to test a file upload API using SpringDoc's Swagger UI functionality. However, I encountered an issue with the Swagger UI not displaying correctly. (and I'm...

I have a use case where i don't have the controller defined in my spring boot application , i have the open api definition file in yaml format that has...

**Describe the bug** Going from version **1.7.0** to version **1.8.0** (springdoc-openapi-ui), I get a display bug in swagger-ui. Example objects are returned with "string". Configuration : `springdoc.swagger-ui.enabled: true` `springdoc.swagger-ui.operationsSorter: alpha`...

I am using Spring 6 in my application without spring-boot. I want to document all the REST APIs available in my application. For that I tried the steps mentioned here:...

**Describe the bug** When I upgrade my gradle dependency version from: `org.springdoc:springdoc-openapi-starter-webmvc-ui:2.4.0` to `org.springdoc:springdoc-openapi-starter-webmvc-ui:2.5.0` I get an error when starting my spring boot application: ``` *************************** APPLICATION FAILED TO START...

**Describe the bug** When I have a field of type Iterable of an enum, e.g. a `Set` or a `Seq`, then `springdoc` is not generating the correct OpenAPI specification. **To...

**Describe the bug** - I was migrating from Spingfox to use OpenDocs 2 with Spring Boot 3, and to run it locally on my machine everything went well, it runs...

**Describe the bug** The problem arises when I deploy my spring boot webflux application on AWS lambda and then create an AWS gateway API for it. When I try to...

**Describe the bug** Links are working for HTTP 233 but not for HTTP 200 response **To Reproduce** Steps to reproduce the behavior: - What version of spring-boot you are using?...

**Describe the bug** Not distinction between different parameter conditions on the same path in swagger json. **To Reproduce** Simple example project https://github.com/Jelicho/springdoc-openapi-parameter-condition-example As in the example below, two separate APIs...