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
Remove test only MapperBuilderContext constructor (#109964)
MapperBuilderContext has a constructor that is only used in 3 places by tests. It is misleading in that
it sets hardcoded values for most of the arguments that are necessary to create a meaningful context object.
There's the risk that it gets called from production code, which we want to avoid, hence this commit removes
such constructor in favour of moving the constants to test code.
0 commit comments