You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@johnzon.apache.org by "Mark Struberg (JIRA)" <ji...@apache.org> on 2018/02/12 09:30:00 UTC

[jira] [Created] (JOHNZON-157) regression for JsonParser#readObject failing with "START_ARRAY doesn't support getObject()"

Mark Struberg created JOHNZON-157:
-------------------------------------

             Summary: regression for JsonParser#readObject failing with "START_ARRAY doesn't support getObject()"
                 Key: JOHNZON-157
                 URL: https://issues.apache.org/jira/browse/JOHNZON-157
             Project: Johnzon
          Issue Type: Bug
          Components: Core
    Affects Versions: 1.1.5
            Reporter: Mark Struberg
            Assignee: Mark Struberg
             Fix For: 1.1.6


When using JsonParser#readObject() we now fail with the following Exception

{noformat}

java.lang.IllegalStateException: START_ARRAY doesn't support getObject()
    at org.apache.johnzon.core.JohnzonJsonParserImpl.getObject(JohnzonJsonParserImpl.java:42)

{noformat}



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