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

Hi, There is something wrong with the serialization (to openapi) of the org.springframework.data.domain.Sort I've a method which returns a **org.springframework.data.domain.Page** from a method in a RestController class. The implementation of...

**Describe the bug** `@PathVariable` parameters are not generated in the resulting OpenAPI spec. RestController parameters like ```java @PathVariable` String type ``` produce an empty parameters array: ```yaml /resource/type/{type}: get: operationId:...

I have a spring boot 3.2 project for my microservice and am using the springdoc dependency to ultimately generate an OAS document for consumption by AWS API Gateway (AGW). This...

Hello, awesome project! My feature request is to add the possibility to add "example values" in the generated openapi spec for custom `PrimitiveType`s. In our domain models we have some...

This PR fixes a bug when using kotlin and spring mvc. The field `noRequiredNoNullableDefault` in `springdoc-openapi-tests/springdoc-openapi-kotlin-mvc-tests/src/test/kotlin/test/org/springdoc/api/app9/DemoController.kt` will be marked as required when it should not, it has a default value...

I have the following annotation to configure the security scheme: ``` @SecurityScheme( name = "Oauth2Security", type = SecuritySchemeType.OAUTH2, in = SecuritySchemeIn.HEADER, flows = @OAuthFlows( implicit = @OAuthFlow( authorizationUrl = "${springdoc.authorizationUrl}",...

I am following the "No additional configuration is needed" instructions for Springdoc, and I'm attempting to add the dependency to an existing Spring Boot 3.09 project with: org.springdoc springdoc-openapi-starter-webmvc-ui 2.3.0...

Spring-boot web application with minimum setup to support JSPs is throwing an error when org.springdoc:springdoc-openapi-starter-webmvc-ui:2.3.0 is added. Here's the result of calling any JSP: HTTP ERROR 404 JSP file [/pages/error/500.jsp]...

Hello. 😃 While I was using it, I noticed a simple typo and made a correction.