Skip to content

StringMapDeserialzier should issue deprecation warning #35

@osesov

Description

@osesov

StringMapDeserialzier was implemented to handle wrong syntax in fabric.yaml, when maps of object were defined as map of array of a single object.

peers:
  - peer1:
    ...
  - peer2
    ...

should be (in yaml syntax)

peers:
  peer1:
    ...
  peer2:
    ...

StringMapDeserialzier should have issue deprecation warning asking to update fabric.yaml to valid map format

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions