You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2019/03/07 09:46:00 UTC

[jira] [Commented] (AVRO-2338) Remove Deprecated Use of JsonStringEncoder

    [ https://issues.apache.org/jira/browse/AVRO-2338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16786566#comment-16786566 ] 

ASF subversion and git services commented on AVRO-2338:
-------------------------------------------------------

Commit f173ae8d690b5f90e8cc5899b654762a9d11e17d in avro's branch refs/heads/master from BELUGABEHR
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=f173ae8 ]

AVRO-2338: Remove Deprecated Use of JsonStringEncoder (#471)



> Remove Deprecated Use of JsonStringEncoder
> ------------------------------------------
>
>                 Key: AVRO-2338
>                 URL: https://issues.apache.org/jira/browse/AVRO-2338
>             Project: Apache Avro
>          Issue Type: Improvement
>          Components: java
>    Affects Versions: 1.9.0
>            Reporter: David Mollitor
>            Assignee: David Mollitor
>            Priority: Minor
>
> {code:java|title=SchemaBuilder.java}
> char[] quoted = JsonStringEncoder.getInstance().quoteAsString(s);
> {code}
> [Deprecated. Since 2.9.2 use BufferRecyclers.getJsonStringEncoder() instead|https://fasterxml.github.io/jackson-core/javadoc/2.9/com/fasterxml/jackson/core/io/JsonStringEncoder.html#getInstance--]



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