-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
-
In the code below, Swagger uses the second example for the first field as well. It would be nice if the example for startTime could be different than the example for endTime. -- Jon
```
@JsonP…
-
# **Springfox Swagger Version**
2.8.0
# **Spring Boot Version**
2.0.2.RELEASE
# **Description**
When using `component-indexer` with `springfox-swagger2`, the application fails to start.
…
-
I am working on a Spring REST API, documented using OpenAPI and SpringDoc. I have a DTO class for generic responses (`ResponseDTO`) and an extended one for error messages extending the first one (`Err…
-
When running `generateOpenApiDocs`, I see the application starting, but it doesn't get far enough to start the web listener before the task fails.
```
Caused by: java.net.SocketException: Connecti…
-
##### Description
I'm using `openapi-generator-maven-plugin` `4.1.3` and the `spring` generator uses an old swagger dependency.
expected:
```
io.swagger.core.v3
swagger-annotations
…
-
**Describe the bug**
使用springdoc注解@Schema(description = "用户名") 实体类,controller返回实体对象,但是文档没有显示实体对象属性的参数说明。
**To Reproduce**
Steps to reproduce the behavior:
1. 定时实体对象SysUserinfo.JAVA,并用spingdoc注解@…
-
## What version of OpenRewrite are you using?
I am using
- Maven plugin v5.43.3
## How are you running OpenRewrite?
I am using the Maven command line, and my project is a single module pro…
-
As documented here (https://github.com/spring-projects/spring-restdocs/issues/832), the org.springframework.restdocs.request.RequestParametersSnippet has been broken down into QueryParametersSnippet a…