-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[FrameworkBundle][Cache] Don't deep-merge cache pools configuration #34577
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
Conversation
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php
Outdated
Show resolved
Hide resolved
2aece9f
to
66cea79
Compare
Hmm sry didn't test it. Now one test is failing. I'll take a look later. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Failure unrelated.
66cea79
to
a0d6d30
Compare
Thank you @alxndrbauer. |
…iguration (alxndrbauer) This PR was squashed before being merged into the 4.4 branch (closes #34577). Discussion ---------- [FrameworkBundle][Cache] Don't deep-merge cache pools configuration | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | Fix #34488 | License | MIT Prevents deep-merge of cache.pools configuration Commits ------- a0d6d30 [FrameworkBundle][Cache] Don't deep-merge cache pools configuration
This should have been merged into master I think, we used to merge similar changes as features. |
Supporting several adapters is a new feature of 4.4. Thus 4.4 :) |
Indeed sorry , misled by the PR title which tells "pools" |
Prevents deep-merge of cache.pools.adapters configuration