fix: NotBlank and NotEmpty annotations follow NotNull behavior#4968
Conversation
modules/swagger-core/src/test/java/io/swagger/v3/core/oas/models/RequiredFields.java
Show resolved
Hide resolved
|
@AnderData The added tests look good overall, but they don’t seem to cover all relevant combinations of annotations and types. It would be helpful to include additional cases to make sure the new behavior is fully validated. Specifically, please consider adding tests for:
This would improve confidence that the change doesn’t introduce regressions or subtle differences in how these annotations interact. |
9ce6b70 to
493878a
Compare
|
@AnderData thank you for the contribution! |
Description
Fixes: #4967
Type of Change
Checklist