-
Notifications
You must be signed in to change notification settings - Fork 437
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
Fix Incompatibility for doctrine #988
Fix Incompatibility for doctrine #988
Conversation
👍 Anything preventing from merging and releasing this fix? :) |
@rogamoore I'm usually not the one merging, since I've opted to take care Kafka part of Enqueue, but it seems @makasim is recently pretty busy. I'll let it "bake" for some time, in case someone has any additional comments (like I've made the assumption that previous PR doing this is OK while it was pointing to wrong class, so I don't want to hastily merge). At the same time, you can use Composer's functionality to overwrite packages to temporarily provide your own fork instead of a package: https://getcomposer.org/doc/05-repositories.md#loading-a-package-from-a-vcs-repository
|
It looks good. One thing though: Doctrine version has to be updated in composer.json. @Steveb-p I don't use the library nor work with PHP these days. Feel free to take over it (if you have that desire of course). |
@makasim I can take it over if you're not working with it anymore. As we discussed in another issue (the one where you were looking for maintainers) I'll keep directly maintaining only the part with Kafka, since that's the package I'm familiar with, but will take a little more active approach with PR's from other packages. I'll check/review this PR in more detail tonight after work @rogamoore |
Thank you @Steveb-p |
Regarding the Doctrine version I think this fix is still compatible with Doctrine Bundle <2.0 because it's just an alias that was removed, so using the |
That is correct - this uses the base interface for all manager registries. |
Hey guys,
i adjusted the code from #985 and added a test for this class.
#SymfonyHackday