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

Hello, I see that support for SpringdocRouterFunctionDsl got removed in version 1.5.11. From your changelog: ``` #1261 - Removal of SpringdocRouterFunctionDsl. ``` Do you plan to support it again? Without...

- My application is working with spring, **not** springboot and has a way of creating dynamic components, so the list of a specific path will be increasing it's differences. I'm...

**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** org.springdoc:springdoc-openapi-starter-webflux-ui:2.5.0 When I access /swagger-ui.html , the following error is reported in the backend java.lang.NoSuchMethodError: 'io.swagger.v3.oas.annotations.StringToClassMapItem[] io.swagger.v3.oas.annotations.media.Schema.dependentSchemas()' 2024-05-01T17:35:38.916204960Z at io.swagger.v3.core.util.AnnotationsUtils.hasSchemaAnnotation(AnnotationsUtils.java:108) ~[swagger-core-jakarta-2.2.21.jar!/:2.2.21] 2024-05-01T17:35:38.916207774Z at org.springdoc.core.utils.SpringDocAnnotationsUtils.getMediaType(SpringDocAnnotationsUtils.java:392) ~[springdoc-openapi-starter-common-2.5.0.jar!/:2.5.0] 2024-05-01T17:35:38.916210247Z at...

![image](https://github.com/springdoc/springdoc-openapi/assets/69766866/5f27b4cb-be37-4a53-a8d7-cdbd6780ebf6) ### **If you remove objectMapper redifinition, then** ![image](https://github.com/springdoc/springdoc-openapi/assets/69766866/22bea696-5371-42c8-8f1d-7af58a3ad9a0) Example [demo.zip](https://github.com/springdoc/springdoc-openapi/files/15138467/demo.zip)

We have a Exception handler which can handle oneOf subclasses of a exception. But since springdoc version > 2.3.0 we have the problem, that this schemas no longer be generated....

We're using Springdoc with Kotlin + Ktlint. We have configured Ktlint to use tabs instead of spaces as indents. ```kt @GetMapping("/assets") @Operation( operationId = "getAssets", summary = "Get the assets...

**Describe the bug** I am writing a custom spring boot starter that i want to reuse among several projects. for this purpose i want to dynamically configure grouped open apis....

I have seemingly endless problems trying to use this library with Spring Boot 3. With the following config: ``` org.springdoc springdoc-openapi-starter-webmvc-ui 2.5.0 runtime org.springdoc springdoc-openapi-ui 1.8.0 runtime jakarta.servlet jakarta.servlet-api 6.0.0...