You are viewing a plain text version of this content. The canonical link for it is here.
Posted to proton@qpid.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2014/11/14 16:48:33 UTC

[jira] [Commented] (PROTON-745) DataImpl cant roundtrip a Symbol array it decoded.

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

ASF subversion and git services commented on PROTON-745:
--------------------------------------------------------

Commit a04193d2c745bbf045fcc191a5d5de8fbdba9812 in qpid-proton's branch refs/heads/master from Robert Gemmell
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=a04193d ]

PROTON-745: update DataImpl to return arrays of Symbol as Symbol[] instance rather than Object[] instance, and enable Data#putObject() to accept the Symbol[].


> DataImpl cant roundtrip a Symbol array it decoded.
> --------------------------------------------------
>
>                 Key: PROTON-745
>                 URL: https://issues.apache.org/jira/browse/PROTON-745
>             Project: Qpid Proton
>          Issue Type: Bug
>            Reporter: Robbie Gemmell
>            Assignee: Robbie Gemmell
>             Fix For: 0.9
>
>
> DataImpl cant roundtrip a Symbol array it decoded. The decoded array is returned as an Object[] instance rather than Symbol[], and it trying to encode this later the Object[] later via putObject fails due to PROTON-744.
> To enable this scenario, DataImpl should be updated to return a decoded Symbol array as Symbol[] instance, and putObject() updated to enable it to encode the Symbol[]



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)