-
-
Notifications
You must be signed in to change notification settings - Fork 294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecate all symbols in the Doctrine\Common\Proxy namespace #1002
Conversation
fc37b47
to
eea8e56
Compare
Do we actually plan to release a v4 without Proxies? If the ORM does not use common proxies anymore, we'd simply drop the dependency. |
This would cut the maintenance yes. Proxies are hard to maintain, especially in the form they take in this repo (see PRs related to readonly or enums for examples.) |
I understand that, but what remains of this library if we remove proxies is not worth maintaining imho. I think, we can simply archive the repo once the ORM doesn't use it anymore. |
It'd still be great to release a version with deprecations, so that ppl that rely on eg |
Okay, how about:
|
1646deb
to
d2ed793
Compare
Done for those For the rest, that's a separate effort to me. |
d2ed793
to
053ce9b
Compare
053ce9b
to
ec79193
Compare
ec79193
to
1b62676
Compare
Allowed by doctrine/orm#10837