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

In https://github.com/springdoc/springdoc-openapi/issues/1884 you mention one can enable use-fqn and points to the limitation in swagger code described here: https://github.com/swagger-api/swagger-core/issues/4215 In the swagger-core issue, one suggest to create a custom TypeNameResolver...

**Describe the bug** Spring Web MVC supports objects of custom classes to be used as query params. The framework maps fields of such object to appropriate query params. `springdoc-openapi` handles...

Originates from https://github.com/springdoc/springdoc-openapi/issues/2401 Can you please hint, what files should be adjusted to publish documentation properly?

**Is your feature request related to a problem? Please describe.** I would like to propose a feature based on the problems I encountered while gradually introducing Kotlin in a Java...

**Is your feature request related to a problem? Please describe.** When using springdoc-openapi together with openapi-generator and it's jackson-databind-nullable the generated swagger-ui for nullable fields is broken. Instead of showing...

When working with SDR, I need that the associated resources are expanded in the returned JSON. I have achieved this by adding @RestResource(exported = false) to the associated resource. For...

bug

**Is your feature request related to a problem? Please describe.** My application has many endpoints, but only a subselection is available as public endpoints for users. I have set the...

Ie. How to register springdoc controllers + swagger webjars under a specific servlet? Ie, don't configure it under the "default" servlet by preventing autoconfigure in root application context? ``` @SpringBootApplication(exclude...

**Description:** An "ArrayIndexOutOfBoundsException" error has been reported within the SwaggerUiConfigParameters class. This exception occurs during the execution of methods invoked by the AbstractSwaggerIndexTransformer class. The issue was raised by one...