You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like coercion for XML empty String value into null does not trigger failure for primitive types, even if DeserializationFeature.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.