You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "David Mollitor (JIRA)" <ji...@apache.org> on 2019/03/11 20:42:00 UTC

[jira] [Assigned] (AVRO-2348) Remove use of Deprecated createJsonParser

     [ https://issues.apache.org/jira/browse/AVRO-2348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Mollitor reassigned AVRO-2348:
------------------------------------

    Assignee: David Mollitor

> Remove use of Deprecated createJsonParser
> -----------------------------------------
>
>                 Key: AVRO-2348
>                 URL: https://issues.apache.org/jira/browse/AVRO-2348
>             Project: Apache Avro
>          Issue Type: Improvement
>          Components: java
>    Affects Versions: 1.9.0
>            Reporter: David Mollitor
>            Assignee: David Mollitor
>            Priority: Minor
>
> {code}
> @Deprecated
> public JsonParser createJsonParser(byte[] data)
>                             throws IOException,
>                                    JsonParseException
> Deprecated. Since 2.2, use createParser(byte[]) instead.
> {code}
> https://fasterxml.github.io/jackson-core/javadoc/2.5/com/fasterxml/jackson/core/JsonFactory.html#createJsonParser(byte[])



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)