mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #9532] Un-deprecate the current proxy mechanism #11683
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/doctrine/orm/pull/9532
State: closed
Merged: Yes
As discussed on #9502: Since there is no implemented alterantive to the current proxy mechanisms, it is impossible to use the ORM without tapping the deprecated proxy methods.
If we still plan to switch to ProxyManager, a future PR that adds the actual implementation for ProxyManager including a forward compatibility layer might deprecate parts of those methods again. Until that happens, we prepare for shipping 3.0 with the current proxy implementation.