-
**Is your feature request related to a problem? Please describe.**
Springdoc supports [javadoc](https://springdoc.org/#javadoc-support) to generate API descriptions but this does not work when work…
-
**Describe the bug**
I do not see available values if i use @ParameterObject
![image](https://github.com/user-attachments/assets/1dc09152-5df3-4f5f-a15a-f51517d7935a)
```
@GetMapping("/v2")
…
-
**Describe the bug**
I wrapped swagger annotations in a custom annotation to get rid of code duplication. However, I lost the ability of wrapped annotations on swagger page. I should be able to def…
-
**Describe the bug**
when I run this command ``mvn azure:run`` I obtain the stacktrace below
***Exception or Stack Trace***
see the logs below
**To Reproduce**
run this command : mvn azure:ru…
-
**Describe the bug**
I am experiencing an issue where Springdoc OpenAPI, when using multipart/form-data, fails to serialize a list of complex objects (List) into a valid format for Spring Boot cont…
-
I'm trying to write some default responses to my API, and I have a problem to show my json as **MediaType Example** on Swagger-UI.
In the codes bellow, the object MensagemRetorno is just a POJO, wi…
-
**Describe the bug**
- Question about this change: https://github.com/springdoc/springdoc-openapi/commit/ef74a02c07222a31efed3cf584b33f92a3b8f05a
**To Reproduce**
Steps to reproduce the behavio…
-
I am Asking How Initalize TaskList APi 8.5 in Spring App
```
private CamundaTaskListClient camundaTaskListClient;
@PostMapping("/{processInstanceKey}")
public void completeTaskPr…
-
**Describe the bug**
网关聚合页面访问子微服务404,丢失服务前缀,版本4.3.0和4.4.0-SNAPSHOT都试了还是不行,是那里配置不合适吗,望赐教。
gateway xml如下:
```
server:
port: 10000
reactor:
netty:
worker-count: 16
knife4j:
gateway:…
-
**Describe the bug**
Using `@ArraySchema` annotation on a field with implementation parameter generates invalid openapi schema.
**To Reproduce**
```
public enum MyEnum {
red,
g…