You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@johnzon.apache.org by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2018/09/17 15:10:00 UTC

[jira] [Updated] (JOHNZON-178) Mapper#writeArray(new short[] {1,2}) blows up with a ClassCastException

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

Romain Manni-Bucau updated JOHNZON-178:
---------------------------------------
    Fix Version/s:     (was: 1.1.10)
                   1.1.11

> Mapper#writeArray(new short[] {1,2}) blows up with a ClassCastException
> -----------------------------------------------------------------------
>
>                 Key: JOHNZON-178
>                 URL: https://issues.apache.org/jira/browse/JOHNZON-178
>             Project: Johnzon
>          Issue Type: Bug
>          Components: Mapper
>    Affects Versions: 1.1.8
>            Reporter: Mark Struberg
>            Assignee: Mark Struberg
>            Priority: Major
>             Fix For: 1.1.11
>
>
> new MapperBuilder().build().writeArray(new short[] \{ 1, 2 }, baos);
>  
> This currently blows up with
> java.lang.ClassCastException: [S cannot be cast to [Ljava.lang.Object;
>     at org.apache.johnzon.mapper.Mapper.writeArray(Mapper.java:72)
>     at org.apache.johnzon.mapper.MapperTest.writeArray(MapperTest.java:491)
>    
> doing the same with new Short[] works like a charm...
>  



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