springdoc-openapi
springdoc-openapi copied to clipboard
Library for OpenAPI 3 with spring-boot
**Describe the bug** When enum that is exposed in API uses Jackson's `EnumNaming` (https://github.com/FasterXML/jackson-databind/blob/2.18/src/main/java/com/fasterxml/jackson/databind/annotation/EnumNaming.java) annotation to set naming strategy for enum entries, Springdoc in generated OpenAPI definition generates enum entries...
**Describe the bug** Using this property seems to only work with default layouts provided by swagger such as BaseLayout/StandaloneLayout. Providing a custom layout documented here https://swagger.io/docs/open-source-tools/swagger-ui/customization/custom-layout/ and placing not only...
Replace swagger urls in `org.springdoc.core.properties.AbstractSwaggerUiConfigProperties#urls` only if url is changed. Test to check if the issue is fixed. Fixes #2509.
**Describe the bug** In swagger, it shows these in default ````json "locale": { "language": "string", "displayName": "string", "country": "string", "variant": "string", "script": "string", "unicodeLocaleAttributes": [ "string" ], "unicodeLocaleKeys": [ "string"...
SpringBoot version 3.2.5 springdoc-openapi-starter-webmvc-ui version 2.6.0 If the project uses a package **spring-boot-starter-data-rest**, аn error occurs when launching the GUI if there are overloaded methods in the repositories (If package...
**Describe the bug** After upgrading to version 2.6.0 of springdoc-openapi we have found that properties included via @JsonUnwrapped aren’t present in the generated model schema. We assume that the PolymorphicModelConverter...
**Describe the bug** I have a Java class that is using Open API Spring library and I have the following property `private Map rates;` I am using the following `@Schema`...
## Bug Report ### Summary When an object is used as a parameter in a `RestController` and is annotated with `@ParameterObject`, the Java types of the object's fields are ignored...
**Describe the bug** - If you are reporting a bug, please help to speed up problem diagnosis by providing as much information as possible: - A clear and concise description...
**Describe the bug** Swagger ui had been working normally until one time when I wanted it to be displayed in the browser inline frame. The browser pop-up prompted:Unable to infer...