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
Jackson 2.11 added new createParser() and createGenerator() methods in ObjectMapper.
While they work otherwise fine, they do not seem to pass custom stream features (StreamReadFeature, StreamWriteFeature, format-specific features, legacy JsonParser.Feature / JsonGenerator.Feature).