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
#281: Since 2.13, UnsupportedOperationException is thrown instead of InvalidDefinitionException. Reason in 2.13 in that ToEmptyObjectSerializer is used to serialize java.util.Map which calls visitor.expectObjectFormat(typeHint) and thus different exception is thrown at the end and when schema is requested from mapper. (#282)
0 commit comments