Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 728dd2c

Browse files
committed
[DoctrineBridge] Deprecated RegistryInterface
1 parent 9d4d05d commit 728dd2c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

UPGRADE-4.4.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,12 @@ DependencyInjection
6666

6767
DoctrineBridge
6868
--------------
69-
69+
* Deprecated injecting `ClassMetadataFactory` in `DoctrineExtractor`, an instance of `EntityManagerInterface` should be
70+
injected instead.
71+
* Deprecated passing an `IdReader` to the `DoctrineChoiceLoader` when the query cannot be optimized with single id field.
72+
* Deprecated not passing an `IdReader` to the `DoctrineChoiceLoader` when the query can be optimized with single id field.
7073
* Deprecated `RegistryInterface`, use `Doctrine\Common\Persistence\ManagerRegistry`.
7174

72-
7375
Filesystem
7476
----------
7577

UPGRADE-5.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ DependencyInjection
115115
DoctrineBridge
116116
--------------
117117

118-
* Deprecated injecting `ClassMetadataFactory` in `DoctrineExtractor`, an instance of `EntityManagerInterface` should be
118+
* Removed possibility injecting `ClassMetadataFactory` in `DoctrineExtractor`, an instance of `EntityManagerInterface` should be
119119
injected instead
120120
* Passing an `IdReader` to the `DoctrineChoiceLoader` when the query cannot be optimized with single id field will throw an exception, pass `null` instead
121121
* Not passing an `IdReader` to the `DoctrineChoiceLoader` when the query can be optimized with single id field will not apply any optimization

0 commit comments

Comments
 (0)