vertx-web
vertx-web copied to clipboard
fixed #2153
Motivation:
in openapi with multipart/form-data , vertx-web-validation validate the upload file field regardless of whether it is set to required.
This pr check a field is required and passed it to validation.
The exceptions in the CI has nothing to do with the PR I submitted :(