-
From Swagger documentation found out that, "springdoc.cache.disabled= true" - using This property we can avoid stale data or cached data, did not work. can you specify the supportive version to use th…
-
I was using Swagger by SpringDoc:
```
org.springdoc
springdoc-openapi-starter-webmvc-ui
2.6.0
```
and at `http://localhost:8081/swagger-ui…
-
With [springdoc-openapi](https://github.com/springdoc/springdoc-openapi) my application generates OAS3 yaml specification based on the Swagger 3 annotations in the controllers and models.
What I wa…
-
Hi,
I was able to set up the projecty server but I'm still not sure about the complete functionality of the app and what are the different use cases and what are the endpoints I should hit along wit…
-
Hi @hauner!
Processing response mapping of generic types with depth 1 works fine:
```
FooToBar => java.util.Map
FooToBar => java.util.Map
```
But it doesn't work with a complex generic typ…
-
Bom dia. Não consegui e estou decepcionado comigo mesmo... Infelizmente... Tentei, tentei e tentei. Inclusive cheguei a copiar e colar os códigos aqui disponibilizados... Mandarei aqui o erro encontra…
-
##### Description
Im using swagger codegen cli to generate a java client from openAPI json. I have a controller method on the server which receives a object as request param (Spring boot vers…
-
When building certain spec files with parameters, building the final models results in the following.
```
> Task :fabrikt-client:compileKotlin FAILED
e: /Users/me@company.com/Projects/gha-kotlin…
-
I have a POST endpoint that accepts a DTO, and within that DTO is a multi-part file. Up until version 1.7.0 this worked fine, but since 1.8.0 the behavior in Swagger UI has become problematic for me. …
-
### Module
Core
### Testcontainers version
1.20.0
### Using the latest Testcontainers version?
Yes
### Host OS
Linux OL8
### Host Arch
x86
### Docker version
```shell
20.10.21
```
### Wha…