-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
stop using deprecated Doctrine persistence classes #34981
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
Conversation
xabbuh
commented
Dec 14, 2019
Q | A |
---|---|
Branch? | 3.4 |
Bug fix? | yes |
New feature? | no |
Deprecations? | no |
Tickets | |
License | MIT |
Doc PR |
1db98fd
to
4db5f02
Compare
Thank you @xabbuh. |
This PR was merged into the 3.4 branch. Discussion ---------- stop using deprecated Doctrine persistence classes | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | | License | MIT | Doc PR | Commits ------- 4db5f02 stop using deprecated Doctrine persistence classes
I still get deprecations
Are the deprecations fixed here only some of them? |
@gmponos please have a look at the stack trace and report the deprecations to the project(s) that triggers them. That's not Symfony anymore. |
these are not from Symfony, but from the Doctrine ORM (where this work is in progress) |
thank you sorry for the noise.. |
I get these depreciations right after a composer update, but when i do php bin/console cache:clear they go away? |
I'm locking this PR because the issue is fixed and deprecations from doctrine/orm or any other package are not ours to handle. Please ask on the appropriate repositories. |