-
Notifications
You must be signed in to change notification settings - Fork 130
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
Symfony autowiring broken by JMSDiExtraBundle #282
Comments
Its really a pain that this issue still exists. Is there any active development going on to fix this? |
also see symfony/symfony#27053 |
I'm not sure we still need this bundle given the addition of autowiring and recent improvements to it. Could you tell us a bit more what features you still use of this bundle that are not supported by the Symfony dependency injection container itself? |
Personally I use no features of this bundle, it's just required by jmsjobqueuebundle |
If you use the symfony4 branch, this requirement should not be there anymore. |
That's nice, but I'm hesitant to use dev branches in production. There should be a push for merging the branch and release it. |
I was using it only because required by Unfortunately I was forced to remove both to make Symfony autowiring work... |
Same here, would be great if JMSJobQueueBundle would not have a hard dependency on What would it take to let the |
It seems that the bunde breaks the autowiring functionalities of Symfony, making it impossible to use them.
All the etails in the ticket opened in the Symfony's issue tracker: symfony/symfony#23200 (comment)
The text was updated successfully, but these errors were encountered: