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
At the moment, com.fasterxml.jackson.databind.deser.std.NumberDeserializers.BooleanDeserializer#_parseBoolean support only "true" and "True" (and the same for false) but fails for values like "TRUE" It would be great to do the matching case insensitive out of the box (similar to how java.lang.Boolean#parseBoolean checks for true)