-
Notifications
You must be signed in to change notification settings - Fork 89
BC Break: zend-hydrator does not work with zend-servicemanager 2.7.4 anymore #85
Comments
should work when merged zendframework/zend-hydrator#11 there are more issues like this with other components, few months ago I created some PR's but none of them got merged not sure why :D |
@svycka great. thanks for the effort of your PRs and communicating them in this issue. Hope they get more attention now. |
@svycka We just started running into these while prepping various components to work with both v2 and v3. One note: we need factory entries both with the canonicalized name and the FQCN to ensure forwards compat with v3; can you please update your PRs to do so? |
@weierophinney For plugin managers I don't think the canonicalized FQCN is enough. In the error above it's the alias that's not resolving? See my last on #81. |
@kynx — see zendframework/zend-serializer#11 — we ran into the issue there, and essentially determined that in v2, the alias target is getting canonicalized in order to perform the factory lookup, while the non-canonicalized alias target is still passed to the |
As the issues linked from @svycka are already merged/closed i gonna close this issue. Thank you. |
Hi,
after upgrading
zendframework/zend-servicemanager
from 2.6.0 to 2.7.4 i get the following exception when trying to retrievedelegatinghydrator
(Zend\Hydrator\DelegatingHydrator
):The text was updated successfully, but these errors were encountered: