notnigel
notnigel
If we have an object Page of type User. We cannot use the return type for the schema. The schema response here should be a Page of type UsageDetailsResponse which...
Lombok's @AllArgsConstructor on the controller class throws and error when the plyex plugin is run. It's more of a warning since the integration-test phase completes without error. The test examples...
There is a snakeyaml error being thrown on minlength and maxlength when 1. Using `@Size` on the model property. 2. Using `@ParameterObject` and `@Valid` on the request controller method argument...
No examples are inserted into the OpenAPI spec when using a parameter objects on the controller methods. There are two scenarios that I noticed this with. One has `@ParameterObject`, the...