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

Merge 2.12.x up into 2.13.x #9693

Merged
merged 6 commits into from
Apr 29, 2022
Merged

Merge 2.12.x up into 2.13.x #9693

merged 6 commits into from
Apr 29, 2022

Conversation

greg0ire
Copy link
Member

No description provided.

Although properties and methods are currently located in
ClassMetadataInfo, it is better to refer to ClassMetadata as the former
is deprecated in favor of the latter.
This documentation must be very old because this is no longer valid as
of e9e36dc . The interface and abstract
file driver have since then been moved to doctrine/common, and the to
doctrine/persistence.
ClassMetadataInfo used to be useful during entity generation, because it
allowed the entity not to exist. We no longer do entity generation, and
even if we did, the reflection methods have been moved to
ClassMetadataInfo as of 76e4f5a .
ClassMetadataInfo is deprecated in favor of ClassMetadata.
Use ClassMetadata over ClassMetadataInfo in tests
@greg0ire greg0ire merged commit d8f3198 into 2.13.x Apr 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant