-
-
Notifications
You must be signed in to change notification settings - Fork 454
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
fix Doctrine deprecations #1667
Conversation
@dmaicher for the |
6cf5bc9
to
96ea590
Compare
I reported this one on the ORM: doctrine/orm#10744
|
96ea590
to
09a394f
Compare
For the third item on your list, see #1661 |
Symfony 6.3 for the first time starts collecting Doctrine deprecations as well, so they suddenly get visibility. I expect quite a few those reports in the near future. |
Due to the testsuite enabling the collection of Doctrine deprecations (due to using symfony/phpunit-bridge 6.3 now), we now detect a bug in doctrine/deprecations itself that breaks our CI: https://github.com/doctrine/DoctrineBundle/actions/runs/5156518808/jobs/9287616881?pr=1667#step:8:29 |
Is that a bug on doctrine/deprecations?
|
@dmaicher when the compiled container is not dumped to a cache and then used from there (which is the case in those tests as the stack trace indicates that the ContainerBuilder is used directly as a container in those tests), proxy classes for lazy services are generated through |
cb81025
to
4ec3b66
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would be ok merging this to 2.9.x instead, as dev-stability cronjob runs there
Ok I will rebase it on 2.9.x then |
4ec3b66
to
01bf309
Compare
Partly fixes #1665
AbstractPlatform::usesSequenceEmulatedIdentityColumns
is deprecated orm#10744)