|
32 | 32 | '*' => [
|
33 | 33 | Magento\TestFramework\Interception\PluginList::class => null,
|
34 | 34 | // memory leak, wrong sql, potential issues
|
35 |
| - Magento\Framework\Event\Config\Data::class => null, // TODO: reset when config is reset from poison pill |
| 35 | + Magento\Framework\Event\Config\Data::class => null, |
36 | 36 | Magento\Framework\App\AreaList::class => null,
|
37 | 37 | 'customRemoteFilesystem' => null,
|
38 | 38 | Magento\Store\App\Config\Type\Scopes::class => null,
|
|
66 | 66 | Magento\Framework\Locale\Resolver::class => null,
|
67 | 67 | Magento\Store\Model\GroupRepository::class => null,
|
68 | 68 | Magento\Store\Model\StoreRepository::class => null,
|
69 |
| - Magento\Framework\View\Design\Fallback\RulePool::class => null, // TODO: Looks like we need to reset? |
| 69 | + Magento\Framework\View\Design\Fallback\RulePool::class => null, |
70 | 70 | Magento\Framework\View\Asset\Repository::class => null,
|
71 | 71 | Magento\Framework\HTTP\Header::class => null,
|
72 |
| - Magento\Framework\App\Route\Config::class => null, // TODO: reset when Poison Pill causes config to reset. |
| 72 | + Magento\Framework\App\Route\Config::class => null, |
73 | 73 | Magento\Store\Model\System\Store::class => null,
|
74 |
| - Magento\AwsS3\Driver\CredentialsCache::class => null, // TODO |
| 74 | + Magento\AwsS3\Driver\CredentialsCache::class => null, |
75 | 75 | Magento\Eav\Model\Config::class => null,
|
76 |
| - 'AssetPreProcessorPool' => null, // TODO: see what this is |
| 76 | + 'AssetPreProcessorPool' => null, |
77 | 77 | Magento\GraphQl\Model\Query\ContextFactory::class => null,
|
78 | 78 | 'viewFileMinifiedFallbackResolver' => null,
|
79 | 79 | Magento\Framework\View\Asset\Minification::class => null,
|
| 80 | + Magento\Catalog\Model\ResourceModel\Product\Attribute\Collection::class => null, |
80 | 81 | Magento\Framework\Url::class => null,
|
81 |
| - Magento\Framework\HTTP\PhpEnvironment\RemoteAddress::class => null, // FIXME: caching from $request |
| 82 | + Magento\Framework\HTTP\PhpEnvironment\RemoteAddress::class => null, |
82 | 83 | ],
|
83 | 84 | '' => [
|
84 | 85 | ],
|
|
0 commit comments