-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
3.2.0-RC1: Problem with redis provider service #20563
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
Comments
This is about a dependency which tries to get a not yet defined service in a compiler pass Maybe related to #20533, but what's weird is that it's already part of RC1. @nicolas-grekas any thought? |
@nicolas-grekas doesn't seem to change anything. Not sure though whether I did it correctly: I ran |
This is a false positive in https://github.com/matthiasnoback/symfony-service-definition-validator |
@nicolas-grekas I confirm that #20577 fixes this issue 🎉 |
…rivate (nicolas-grekas) This PR was merged into the 3.1 branch. Discussion ---------- [FrameworkBundle] Mark cache.default_*_provider services private | Q | A | ------------- | --- | Branch? | 3.1 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #20563 | License | MIT | Doc PR | - I know making a service private has a potential for breaking BC. Yet, these services should not be used directly in controllers/userland code, and I really doubt anyone did. Let's make it private now and fix linked issue (even if it's a false positive from SymfonyServiceDefinitionValidator, it shows we have this service that really isn't meant to be public). Commits ------- 09adfda [FrameworkBundle] Mark cache.default_*_provider services private
I am trying to update the Zikula core to Symfony 3.2.0-RC1. When running composer I receive the following error:
The
appDevDebugProjectContainer.xml
file contains the following service definition:Is this a problem which must be fixed in our config file? If yes, how to do that (couldn't find anything about it in the cache component docs)?
The text was updated successfully, but these errors were encountered: