-
**Describe the bug**
Operation id contains generated information when using Kotlin.
**To Reproduce**
Steps to reproduce the behavior:
- Create any controller in Kotlin without any interface …
-
Dear SpringDoc Team,
I’m reaching out to request that a new release of SpringDoc be created to include the recently merged [PR \#2668](https://github.com/springdoc/springdoc-openapi/pull/2668).
…
-
looks still broken
_Originally posted by @schrek1 in https://github.com/springfox/springfox/issues/2705#issuecomment-658105490_
-
solution found. delete me.
-
**Component**
* Generic
**Description**
I'm having a hard time using TB HTTP API. I generate Go code using swagger-codegen-cli.jar 3.0.52:
java -jar swagger-codegen-cli.jar generate -…
-
If you enable the new PathPatternParser (https://spring.io/blog/2020/06/30/url-matching-with-pathpattern-in-spring-mvc), springfox fails with an NPE
Details
```
org.springframework.context.Ap…
-
-
We are trying to represent a tree of logic operators with Dtos using simple inheritance.
This is essentially what our Dtos look like:
```java
@JsonTypeInfo(use = JsonTypeInfo.Id.NAME, include = J…
-
**Describe the bug**
I am using a custom annotation to annotate a request parameter in a Spring controller.
```
@Schema(
description = "Tipo de documento",
example = "IDC",
…
-
##### Description
Hello, I noticed that when I generate the code the generated Swagger UI Configuration class in `OpenAPIDocumentationConfig.java` has annotation `@EnableSwagger2`. And at the s…