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 2021/07/26 16:33:00 UTC

[jira] [Commented] (AVRO-3174) JavaScript: Do not use deprecated constructors of Buffer

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

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

Commit d303de5c1e1e9d1348a2a3b0de847d6a80025f00 in avro's branch refs/heads/master from Martin Grigorov
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=d303de5 ]

AVRO-3174 JavaScript: Do not use deprecated constructors of Buffer (#1285)

Use Buffer.alloc(), allocUnsafeSlow() and from() factory methods instead

> JavaScript: Do not use deprecated constructors of Buffer
> --------------------------------------------------------
>
>                 Key: AVRO-3174
>                 URL: https://issues.apache.org/jira/browse/AVRO-3174
>             Project: Apache Avro
>          Issue Type: Improvement
>          Components: javascript
>    Affects Versions: 1.10.2
>            Reporter: Martin Tzvetanov Grigorov
>            Priority: Minor
>
> Several constructors of Buffer class are deprecated and they have to be replaced with Buffer.alloc(), Buffer.allocUnsafe() and Buffer.from()



--
This message was sent by Atlassian Jira
(v8.3.4#803005)