Skip to content

Commit

Permalink
bug #34577 [FrameworkBundle][Cache] Don't deep-merge cache pools conf…
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
fabpot committed Nov 25, 2019
2 parents f6c4b67 + a0d6d30 commit 350e110
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -1014,6 +1014,7 @@ private function addCacheSection(ArrayNodeDefinition $rootNode)
->end()
->children()
->arrayNode('adapters')
->performNoDeepMerging()
->info('One or more adapters to chain for creating the pool, defaults to "cache.app".')
->beforeNormalization()
->always()->then(function ($values) {
Expand Down

0 comments on commit 350e110

Please sign in to comment.