Skip to content

Commit 2313050

Browse files
committed
Upgrade swagger-core from version 2.2.41 to 2.2.42. Fixes #3206
1 parent 2520c4b commit 2313050

60 files changed

Lines changed: 258 additions & 176 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<central-publishing-maven-plugin.version>0.7.0
5656
</central-publishing-maven-plugin.version>
5757
<flatten-maven-plugin.version>1.5.0</flatten-maven-plugin.version>
58-
<swagger-api.version>2.2.41</swagger-api.version>
58+
<swagger-api.version>2.2.42</swagger-api.version>
5959
<swagger-ui.version>5.31.0</swagger-ui.version>
6060
<gmavenplus-plugin.version>1.13.1</gmavenplus-plugin.version>
6161
<jjwt.version>0.9.1</jjwt.version>

springdoc-openapi-starter-webflux-api/src/test/resources/results/3.0.1/app102.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"description": "parameter from child of RequestParams",
3333
"required": true,
3434
"schema": {
35+
"minLength": 1,
3536
"type": "string"
3637
}
3738
},

springdoc-openapi-starter-webflux-api/src/test/resources/results/3.1.0/app102.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
"description": "parameter from child of RequestParams",
3333
"required": true,
3434
"schema": {
35-
"type": "string"
35+
"type": "string",
36+
"minLength": 1
3637
}
3738
},
3839
{

springdoc-openapi-starter-webmvc-api/src/test/resources/results/3.0.1/app102.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"description": "parameter from child of RequestParams",
3333
"required": true,
3434
"schema": {
35+
"minLength": 1,
3536
"type": "string"
3637
}
3738
},
@@ -132,4 +133,4 @@
132133
}
133134
}
134135
}
135-
}
136+
}

springdoc-openapi-starter-webmvc-api/src/test/resources/results/3.0.1/app105-4.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"in": "query",
3636
"required": true,
3737
"schema": {
38+
"minLength": 1,
3839
"type": "string"
3940
}
4041
}

springdoc-openapi-starter-webmvc-api/src/test/resources/results/3.0.1/app121.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"description": "parameter from child of RequestParams",
3333
"required": true,
3434
"schema": {
35+
"minLength": 1,
3536
"type": "string"
3637
}
3738
},

springdoc-openapi-starter-webmvc-api/src/test/resources/results/3.0.1/app14.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"in": "query",
5151
"required": true,
5252
"schema": {
53+
"minLength": 1,
5354
"type": "string"
5455
}
5556
}

springdoc-openapi-starter-webmvc-api/src/test/resources/results/3.0.1/app171-en-GB.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"in": "query",
5050
"required": true,
5151
"schema": {
52+
"minLength": 1,
5253
"type": "string"
5354
}
5455
}

springdoc-openapi-starter-webmvc-api/src/test/resources/results/3.0.1/app171-en-US.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"in": "query",
5050
"required": true,
5151
"schema": {
52+
"minLength": 1,
5253
"type": "string"
5354
}
5455
}

springdoc-openapi-starter-webmvc-api/src/test/resources/results/3.0.1/app171-fr-FR.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"in": "query",
5050
"required": true,
5151
"schema": {
52+
"minLength": 1,
5253
"type": "string"
5354
}
5455
}

0 commit comments

Comments
 (0)