[PR #7143] Removing the metadata instantiation from the EM #10339

Open
opened 2026-01-22 16:07:13 +01:00 by admin · 0 comments
Owner

Original Pull Request: https://github.com/doctrine/orm/pull/7143

State: closed
Merged: No


The metadata instantiation is kept in the create method for BC for now.
A new static method is added to be able to pass the metadata to the EM.

TODOs

  • Document BC Breakages
  • Add lazy collection implementation (populated as-we-go)
  • Ensure type aliases are correctly cached (create key copies in the metadata)
  • Ensure the \\ ltrim() is gone
**Original Pull Request:** https://github.com/doctrine/orm/pull/7143 **State:** closed **Merged:** No --- The metadata instantiation is kept in the create method for BC for now. A new static method is added to be able to pass the metadata to the EM. ## TODOs * [ ] Document BC Breakages * [ ] Add lazy collection implementation (populated as-we-go) * [ ] Ensure type aliases are correctly cached (create key copies in the metadata) * [ ] Ensure the `\\` `ltrim()` is gone
admin added the pull-request label 2026-01-22 16:07:13 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#10339