Empty String ("") parsed as 0 for int
even if DeserializationFeature.FAIL_ON_NULL_FOR_PRIMITIVES
enabled
#474
Milestone
int
even if DeserializationFeature.FAIL_ON_NULL_FOR_PRIMITIVES
enabled
#474
(note: offshoot of #473)
Looks like coercion for XML empty String value into
null
does not trigger failure for primitive types, even ifDeserializationFeature.FAIL_ON_NULL_FOR_PRIMITIVES
is enabled, in 2.12.It should.
But given timing, this probably needs to be changed only in 2.13.0.
The text was updated successfully, but these errors were encountered: