Skip to content

Refactor reference resolution #2

@fabre-thibaud

Description

@fabre-thibaud

Reference resolution should be refactored in two separate concerns :

  • Detection of reference type
  • Dispatch of reference to appropriate resolver

Currently, a resolver decides on its own whether it accepts a reference, and resolves it, leading to code duplication in the validation tools which cannot leverage the existing resolve system. Results in having two different reference resolution systems, one for actual injection, and one for validation.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions