8000 bug #34577 [FrameworkBundle][Cache] Don't deep-merge cache pools conf… · symfony/symfony@350e110 · GitHub
[go: up one dir, main page]

Skip to content

Commit 350e110

Browse files
committed
bug #34577 [FrameworkBundle][Cache] Don't deep-merge cache pools configuration (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
2 parents f6c4b67 + a0d6d30 commit 350e110

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1014,6 +1014,7 @@ private function addCacheSection(ArrayNodeDefinition $rootNode)
10141014
->end()
10151015
->children()
10161016
->arrayNode('adapters')
1017+
->performNoDeepMerging()
10171018
->info('One or more adapters to chain for creating the pool, defaults to "cache.app".')
10181019
->beforeNormalization()
10191020
->always()->then(function ($values) {

0 commit comments

Comments
 (0)
0