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).