mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-19 15:20:58 +00:00
* [jaxrs-spec] Add missing @NotNull annotation for required body parameters when using BeanValidation. * [jaxrs-cxf] Add missing @NotNull annotation for required body parameters when using BeanValidation (#4280). * [jaxrs-cxf] Add @NotNull annotation only for body parameters that are required and not nullable. * [jaxrs-spec] Add @NotNull annotation only for body parameters that are required and not nullable. * [jaxrs-cxf] Updated sample files after adding missing @NotNull annotation for required body parameters when using BeanValidation. * [jaxrs-spec] Updated sample files after adding missing @NotNull annotation for required body parameters when using BeanValidation.