mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-31 05:50:52 +00:00
* [kotlin-spring] Generate @Valid annotation on all RequestParts/Params for Multipart requests when useBeanValidation=true * [kotlin-spring] Fix failing test The test was failing because of the newly added @Valid and an assert which is not correct anymore.