Skip to content

Commit f91a18e

Browse files
Indrani SonawaneIndrani Sonawane
authored andcommitted
Merge remote-tracking branch '29954/generated-files-to-compiled-config' into augcommpr
2 parents 16f40c1 + 6aa57a1 commit f91a18e

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

app/code/Magento/Ui/etc/di.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,11 @@
361361
<argument name="componentManager" xsi:type="object">Magento\Ui\Model\Manager\Proxy</argument>
362362
</arguments>
363363
</type>
364+
<type name="Magento\Ui\Config\Reader\Definition\Data">
365+
<arguments>
366+
<argument name="cache" xsi:type="object">Magento\Framework\App\Interception\Cache\CompiledConfig</argument>
367+
</arguments>
368+
</type>
364369
<type name="Magento\Ui\Config\Argument\Parser\ArrayType">
365370
<arguments>
366371
<argument name="itemParser" xsi:type="object">Magento\Ui\Config\Argument\Parser\Composite\Proxy</argument>

app/etc/di.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,11 @@
418418
</arguments>
419419
</type>
420420
<type name="Magento\Framework\Acl" shared="false" />
421+
<type name="Magento\Framework\App\Router\ActionList">
422+
<arguments>
423+
<argument name="cache" xsi:type="object">Magento\Framework\App\Interception\Cache\CompiledConfig</argument>
424+
</arguments>
425+
</type>
421426
<type name="Magento\Framework\App\ObjectManager\ConfigLoader">
422427
<arguments>
423428
<argument name="cache" xsi:type="object">Magento\Framework\App\Cache\Type\Config</argument>
@@ -449,7 +454,7 @@
449454
</type>
450455
<type name="Magento\Framework\Interception\PluginList\PluginList">
451456
<arguments>
452-
<argument name="cache" xsi:type="object">Magento\Framework\App\Cache\Type\Config</argument>
457+
<argument name="cache" xsi:type="object">Magento\Framework\App\Interception\Cache\CompiledConfig\Proxy</argument>
453458
<argument name="reader" xsi:type="object">Magento\Framework\ObjectManager\Config\Reader\Dom\Proxy</argument>
454459
<argument name="cacheId" xsi:type="string">plugin-list</argument>
455460
<argument name="scopePriorityScheme" xsi:type="array">
@@ -878,6 +883,7 @@
878883
</type>
879884
<type name="Magento\Framework\Event\Config\Data">
880885
<arguments>
886+
<argument name="cache" xsi:type="object">Magento\Framework\App\Interception\Cache\CompiledConfig</argument>
881887
<argument name="reader" xsi:type="object">Magento\Framework\Event\Config\Reader\Proxy</argument>
882888
</arguments>
883889
</type>

0 commit comments

Comments
 (0)