You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/openapi-generator/src/test/java/org/openapitools/codegen/kotlin/spring/KotlinSpringServerCodegenTest.java
+43Lines changed: 43 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3918,6 +3918,49 @@ public void springPaginatedNoParamsNoContext() throws Exception {
Copy file name to clipboardExpand all lines: modules/openapi-generator/src/test/resources/3_0/spring/petstore-with-spring-pageable.yaml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -243,6 +243,7 @@ paths:
243
243
- write:pets
244
244
- read:pets
245
245
x-spring-paginated: true
246
+
x-operation-extra-annotation: "@org.springframework.validation.annotation.Validated"# test that the annotation is preserved when x-spring-paginated:true is used and is prepended with the @PageableAsQueryParam for springdoc
0 commit comments