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

Is it possible to pass `client_assertion` and `client_assertion_type` to request the Oauth2 token? I am trying to use the authorize option to fetch a JWT token however I need the...

Found some typo and fix it 🙌

**Describe the bug** When a Spring Cloud Gateway MVC is configured for all HTTP methods the api-docs (and thus swagger UI) can not be loaded because springdoc somehow is also...

According to the [OpenAPI documentation ](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md) `springdoc-openapi-starter-webmvc-ui 2.3.0` is said to be compatible with **Spring boot 3.2.0** but I am getting below error while running it in **Tomcat 10.1.5** and...

The URL mapping of SwaggerUiHome is "/", it is conflict with my application controller: 2024-02-07 02:48:22,996 197174 [http-nio-8080-exec-8] ERROR [o:, u: t:] org.springframework.web.servlet.DispatcherServlet - Context initialization failed org.springframework.beans.factory.BeanCreationException: Error creating...

**Description of the bug** oneOf attribute of @Schema is not being rendered properly when multiple schemas can be returned for a single response code. - If you are reporting a...

**Describe the bug** Since OpenApi Specificiation 3.1 springdoc does not publish a class (e.g. Member) to the schema in Swagger UI when the class is used in a collection (e.g....

**Describe the bug** Exception handlers annotated with `@ApiResponse` and `@ResponseStatus` seem to be applied to all operations, even if the implementing operation method handler does not throw the exception handled...

### Describe the Bug When an enum overrides `toString()`, then the output of this method is used to set the acceptable values in the generated OpenAPI spec. This goes against...

The resource is exported even if "exported" is set to false in RestResource annotation. This PR fix this