-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[DoctrineBridge] Dependency on a non existent service RegistryInterface #34377
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
Comments
This happens when you use Doctrine Bundle 2 - it's not related to the bridge. |
@nicolas-grekas Ah, so it is not a BC break due to this being a major version of Doctrine, gocha. |
@nicolas-grekas For those of us that need a little more help (like the 500+ viewing this ). Can you give any advice on what the solution it is? Also I am unclear why the document you mentioned, as well as the Symfony Documentation, says to use Doctrine\Common\Persistence\ManagerRegistry when that is also deprecated and being removed? |
That's because the deprecation happened after the linked document was written, like last week. Could you please send a PR to update it? |
Uh oh!
There was an error while loading. Please reload this page.
Symfony version(s) affected: 4.4.0-BETA2
Description
When upgrading to 4.4, I got the following error

This most likely happened during the deprecation of the RegistryInterface (#32394) where possibly the class alias has been removed.
How to reproduce
Possible Solution
Reregister the class alias
Additional context
The text was updated successfully, but these errors were encountered: