Skip to content
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

[ci] handle doctrine lazy ghost deprecation in entity regen tests #1431

Merged
merged 1 commit into from
Feb 7, 2024

Conversation

jrushlow
Copy link
Collaborator

@jrushlow jrushlow commented Feb 1, 2024

  3x: Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:166 called by EntityManager.php:178, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)
    2x in EntityRegeneratorTest::testRegenerateEntities from Symfony\Bundle\MakerBundle\Tests\Doctrine
    1x in EntityRegeneratorTest::testXmlRegeneration from Symfony\Bundle\MakerBundle\Tests\Doctrine

@jrushlow jrushlow added the Minor Minor Enhancement label Feb 1, 2024
@jrushlow jrushlow marked this pull request as ready for review February 1, 2024 19:02
@jrushlow jrushlow merged commit d261134 into symfony:main Feb 7, 2024
6 checks passed
@jrushlow jrushlow deleted the ci/handle-ghosts branch February 7, 2024 10:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Minor Minor Enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant