Skip to content

null Object Id serialized as anchor for YAML #63

@jflefebvre06

Description

@jflefebvre06

Bug detected into com.fasterxml.jackson.databind.ser.impl.WritableObjectId#writeAsField

gen.writeObjectId(String.valueOf(id));

shoud be if(id!=null)gen.writeObjectId(String.valueOf(id));

Metadata

Metadata

Assignees

No one assigned

    Labels

    yamlIssue related to YAML format backend

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions