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
I'm using ObjectMapper.writerWithType on an ObjectMapper that has SerializationFeature.WRAP_ROOT_VALUE enabled to override the rootType when writing a value as a string. Specifically I'm doing this to ensure that proxied types have their parent class name written instead of the proxy class name.
This worked fine with 2.1.1. Did something change?