-
-
Notifications
You must be signed in to change notification settings - Fork 313
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 6.4 has a dependency on a non-existent service "annotation_reader" #943
Comments
I looking at this and I see few things related
and
Please advice @goetas @schmittjoh |
Hi! Best, scyzoryck. |
Yeah, I saw this one, it's been there for a long time, for now the workaround I have is to have a base controller that does
and keeping bundle disabled, but we all know it's not the same |
That As pointed out, #933 does fix this by no longer using the So, the fixes are there, they just haven't shipped yet. And I'm sure the test coverage for running both the main library and this bundle without annotations can be further improved on, but being a deep-rooted dependency, it does take some time to work through decoupling it in a way that isn't intrusive to downstream users. |
Hello, on fresh SF 6.4 setup after adding JMS I get
The service "jms_serializer.metadata.annotation_and_attributes_reader" has a dependency on a non-existent service "annotation_reader".
Which comes from
What is the solution to this?
I've checked configuration reference and don't see any relevant options to play with.
Thanks! (:
The text was updated successfully, but these errors were encountered: