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

Update DoctrineModule to 5.2.1 to fix #261 when using persistence v3 #266

Merged
merged 1 commit into from
Oct 28, 2022

Conversation

driehle
Copy link
Member

@driehle driehle commented Oct 28, 2022

The upstream fix in DoctrineModule 5.2.1, see doctrine/DoctrineModule#788, should solve the issue of #261. In DoctrineModule 5.2.0 the instantiation of the MongoDB ODM annotation driver was handled incorrectly, an issue, which occurred with the release of persistence 3.0, where the annotation drivers of ODM and ORM do not share a common parent class anymore.

@driehle driehle added the Bug Something isn't working label Oct 28, 2022
@driehle driehle added this to the 4.1.1 milestone Oct 28, 2022
@driehle driehle requested review from malarzm and a team October 28, 2022 09:12
@driehle driehle self-assigned this Oct 28, 2022
@driehle driehle linked an issue Oct 28, 2022 that may be closed by this pull request
@driehle driehle merged commit 25472ca into doctrine:4.1.x Oct 28, 2022
@driehle driehle deleted the fix/doctrine-module-update branch October 28, 2022 09:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Instantiation of MongoDB AnnotationDriver fails
2 participants