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
We shouldn't intern in the builder already.
It's redundant since we'll be interning the mapper name
when we actually build the mapper instance anyway and introduces a
non-trivial slowdown into mapper serialization because we create
temporary builders during serialization that never turn into
concrete instances.
0 commit comments