Skip to content

[RFC] Make sure that features in the doctrine-bridge are related to the right layer #61985

@stof

Description

@stof

Description

Symfony/doctrine-bridge is actually a bridge against multiple Doctrine projects, not against a single package, which can create issues for projects using some of them if features are not properly layers.

Here are the current target (list might not even be exhaustive):

  • doctrine/dbal
  • doctrine/persistence
  • doctrine/orm

Features targeting integrations with DBAL or Persistence must be careful not to introduce a dependency to the ORM. They must be usable for projects using DBAL only, or for projects using the MongoDB ODM (for Persistence).

Example

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    DoctrineRFCRFC = Request For Comments (proposals about features that you want to be discussed)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions