-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
to-evaluateIssue that has been received but not yet evaluatedIssue that has been received but not yet evaluated
Description
Describe your Issue
When we use constructor injections
record DTORecord(int id) {}
with empty body request {} it should be consider as bad request, property id is mandatory.
What is the reason to consider absent value as zero? Zero is a value, why does framework decides for me which value I send?
Am I missing some logic?
so why FAIL_ON_MISSING_CREATOR_PROPERTIES is not a default behavior?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
to-evaluateIssue that has been received but not yet evaluatedIssue that has been received but not yet evaluated