Kedren Villena

Results 6 comments of Kedren Villena

Closing this issue as putting the test on the base class makes it really hard to execute the "Debug Test" on vscode.

> I'm also seeing this issue with `required: true` in combination with `nullable: true` in Version 6.6.0. Whenever the value is "null", the validation is throwing an Exception for trying...

> @keeed Given https://github.com/OpenAPITools/openapi-generator/pull/15462 hopefully it will be fixed when 7.0.0 comes out. Is there a known workaround? The client that I'm working on keeps failing because of the casting...

This should also be expanded to other AWS Services as well. What we found is that even if the clients are set at Singleton, the first call (without any priming...

Encountering the same problem with @pmeyerin . I've tried adding the the following annotations to the SwaggerConfig: - @EnableWebMvc - @EnableSpringDataWebSupport but I'm still encountering the same error. If I...

Just to clarify, @tbwork , the problem that we have is that we can either use the Swagger UI and have the endpoint with the Pageable return type to fail...