-
Hello,
I have these fields in Java object
![image](https://user-images.githubusercontent.com/39390272/144831888-bdadc2bd-f66b-4cac-a270-3bef12d1befb.png)
however, when i look at generated apidocs, …
-
I am generating a very basic `customers` path with `openapi-generator-cli-3.1.0.jar` for spring using the delegate pattern.
- [ ] It generates an `OpenAPI2SpringBoot` class that seems to belong to …
-
Актуализация данных для документации: стек, инструкции по подготовке, запуску, архитектура, ключевые компоненты, конфигурация
-
From Spring 6.1.0 (Spring Boot 3.2.0), `@HttpExchange` has supported for server side handling, see https://github.com/spring-projects/spring-framework/issues/30913.
`springdoc` should support proce…
-
Right now it seems that the spring generator only supports springfox 2.9.2 annotations: considering that OpenApi v3.0 is around by quite a while and that we are using it in our project it could make s…
-
Need to use kotlinx.serialization where possible instead of jakson ObjectMapper.
The problem that if i add libs.kotlinx.serialization.json dependency to backend,
spring treat kotlinx as default se…
-
While debugging an issue on Javalin's OpenAPI plugin ( https://github.com/tipsy/javalin/issues/1032 ) I found following behavior inside swagger-core at the following line:
https://github.com/swagge…
-
The integration of the [`org.springdoc:springdoc-openapi-gradle-plugin`](https://github.com/springdoc/springdoc-openapi-gradle-plugin) Plugin runs into a problem while publishing an artifact.
Runni…
-
I can specify the default value for an `@ArraySchema` with f.e.
```
@ArraySchema(arraySchema = @Schema(defaultValue = "123"))
```
The OAS3.0 states
`default - The default value represents what w…
-
**依赖版本:**
```xml
org.springdoc
springdoc-openapi-ui
1.6.11
com.github.xiaoymin
knife4j-openapi3-spring-…