-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Validation for Multipart Form Type using resteasy reactive #26451
Comments
/cc @FroMage, @geoand, @stuartwdouglas |
This actually already works! You just need to annotate the |
Hi @geoand, yes if I'm not mistaken the |
Yeah, to get |
Thanks! |
🙏🏼 |
Hi @geoand I have another simple inquiry if you do not mind regarding the request dto, previously before migrating to resteasy reactive I used to have the For example:
and in Swagger instead of of setting the Example swagger UI when setting |
Can you please open a new issue for this? |
@geoand yes, sure |
Thanks |
Add test for multipart and validation combination
Description
Previously when using the
quarkus-resteasy-multipart
we could add validation to dto requests such as @NotNull and @notblank however after migrating to resteasy reactive we are unable to add validations.Implementation ideas
Add validations similar to previous
quarkus-resteasy-multipart
.The text was updated successfully, but these errors were encountered: