You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ideally we need to allow lowest possible 2.x || ^3.0. I guess we'll need to go for 2.4 as a minimum because of ReflectionEnum and annotation driver changes anyway.
changed signatures - we can't add types to method parameters while we still support 2.x
Removed PersistentObject - not used directly in ODM
PR allowing || ^3.0 should mention in the upgrade notes that users may need to lock doctrine/persistence themselves should they rely on functionalities that were removed, especially:
removed LifecycleEventArgs::getEntity()
removed support for short namespace aliases
The text was updated successfully, but these errors were encountered:
Ideally we need to allow
lowest possible 2.x || ^3.0
. I guess we'll need to go for 2.4 as a minimum because of ReflectionEnum and annotation driver changes anyway.Basing on https://github.com/doctrine/persistence/blob/3.0.x/UPGRADE.md:
OnClearEventArgs::clearsAllEntities()
andOnClearEventArgs::getEntityClass()
- Deprecate DocumentManager::clear with an argument #2423ObjectManagerAware
- not used directly in ODMAnnotationDriver
- Use colocated mapping driver #2420 Compatibility layer for AnnotationDriver #2443MappingException::pathRequired()
- not used directly in ODMPersistentObject
- not used directly in ODMPR allowing
|| ^3.0
should mention in the upgrade notes that users may need to lockdoctrine/persistence
themselves should they rely on functionalities that were removed, especially:The text was updated successfully, but these errors were encountered: