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
Change the `ClassUtils.findClosestMatch` `failOnTie` to true.
In the past when finding the appropriate delegate(codec) for a object and
their were multiple delegates available the first one was returned.
The problem is it could return a different delegate on each launch of the `findDelegate`.
Now with `failOnTie` set to true a `IllegalStateException` is returned.
Remove deprecated constructor from CompositeCodec
0 commit comments