Skip to content

Protobuf parser reporting extra JsonToken.END_OBJECT at end #561

@cowtowncoder

Description

@cowtowncoder

(note: issue uncovered due to FasterXML/jackson-databind#3406 change to default of DeserializationFeature.FAIL_ON_TRAILING_TOKENS to true).

When Protobuf mapper reads content and DeserializationFeature.FAIL_ON_TRAILING_TOKENS is enabled, there is at least one extra JsonToken.END_OBJECT reported after root-level Object.
This should not happen.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions