You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Martin Tzvetanov Grigorov (Jira)" <ji...@apache.org> on 2021/07/07 11:14:00 UTC

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

Martin Tzvetanov Grigorov created AVRO-3174:
-----------------------------------------------

             Summary: 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


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)