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

Library for OpenAPI 3 with spring-boot

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

First off, thank you very much for your continued effort in maintaining spring-doc! The following minor defect popped up for us during the recent round of upgrades. Consider the following...

**Describe the bug** Issue #2969 and pull #2970 attempt to apply the same SpringDoc transformations to the SpringDoc resources under `/webjars/**`. In addition, commit https://github.com/springdoc/springdoc-openapi/commit/e3b4311a8611cd8a20fc8b9ffd0d013810f1bcb6 modifies the mappings for SpringDoc...

## Summary - add a typed `springdoc.api-docs.info` configuration block so title, description, contact, license, version, summary, and vendor extensions can be supplied from YAML/properties - have `OpenAPIService` populate missing `Info`...

Fixes #3137 The issue reported stem from the fact the the `useReturnTypeSchema` currently is considered on a method level rather than on an http code level. This means that if...

We use GroupedOpenApi definitions to provide integration partners only relevant openapi specification. When we have an enum with `@Schema(..., enumAsRef = true)` and it's registred with `@StringToClassMapItem` only then the...

The current framework references the swagger-ui. The packaging of the .map file, which was removed from swagger-ui starting from version 5.24.0, can lead to an error when the browser requests...

**Describe the bug** `@ApiResponse` argument `useReturnTypeSchema=true` is ignored when multiple `@ApiResponse` are defined. **To Reproduce** Example when schema for `Page` is generated (second `@ApiResponse()` is not defined): ``` @RestController @RequestMapping({"/api/v1/hello-world"})...

**Is your feature request related to a problem? Please describe.** We are implementing many management endpoints as custom actuators and we would like to group them (right now, there are...

**Describe the bug** I see an issue where when I try and open Swagger that has the same url path as another application, it won't open for whatever application ran...

Not reproducible

**Summary** With JPA `@EmbeddedId`/`@MapsId` join entities and Spring Data REST, springdoc generates recursively nested examples instead of compact, reference-like shapes. This misleads client generators and bloats the OpenAPI. **Environment** -...