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
Disambiguate JSON deserialization of AuthenticatorTransport
This broke in Jackson 2.12.0-rc1, seems like the deserializer somehow started
choosing the `valueOf` function instead of the `of` function. At first this
seemed like a regression in Jackson, but it was ambiguous on our side either
way.
0 commit comments