|
38 | 38 | Magento\ConfigurableProductGraphQl\Model\Variant\Collection::class => null,
|
39 | 39 | Magento\ConfigurableProductGraphQl\Model\Options\Collection::class => null,
|
40 | 40 | Magento\Framework\Url\QueryParamsResolver::class => null,
|
41 |
| - Magento\Framework\Event\Config\Data::class => null, // TODO: Make sure this is reset when config is reset from poison pill |
| 41 | + Magento\Framework\Event\Config\Data::class => null, // TODO: reset when config is reset from poison pill |
42 | 42 | Magento\Framework\App\AreaList::class => null,
|
43 | 43 | 'customRemoteFilesystem' => null,
|
44 | 44 | Magento\Store\App\Config\Type\Scopes::class => null,
|
|
76 | 76 | Magento\Framework\Locale\Resolver::class => null, // TODO: do we need to fix this?
|
77 | 77 | Magento\Theme\Model\ResourceModel\Theme\Collection::class => null, // TODO
|
78 | 78 | Magento\Store\Model\GroupRepository::class => null, // TODO: see what this is
|
79 |
| - Magento\Store\Model\StoreRepository::class => null, // TODO: Ask Aakash is this is the one that was fixed already with Poison Pill |
80 |
| - Magento\Framework\View\Design\Fallback\RulePool::class => null, // TODO: rules change. Looks like we need to reset? |
| 79 | + Magento\Store\Model\StoreRepository::class => null, // TODO: could be fixed already with Poison Pill |
| 80 | + Magento\Framework\View\Design\Fallback\RulePool::class => null, // TODO: Looks like we need to reset? |
81 | 81 | Magento\Framework\View\Asset\Repository::class => null, // TODO: Looks okay, but need to confirm
|
82 | 82 | Magento\Framework\HTTP\Header::class => null, // TODO: I believe Aakash is currently working on this
|
83 |
| - Magento\Framework\App\Route\Config::class => null, // TODO: Make sure this is reset when Poison Pill causes config to reset. |
| 83 | + Magento\Framework\App\Route\Config::class => null, // TODO: reset when Poison Pill causes config to reset. |
84 | 84 | Magento\Customer\Model\ResourceModel\Attribute::class => null, // TODO
|
85 | 85 | Magento\Framework\DataObject\Copy\Config\Converter::class => null, // TODO
|
86 | 86 | Magento\Framework\DataObject\Copy\Config\SchemaLocator::class => null, // TODO
|
|
90 | 90 | Magento\AwsS3\Driver\CredentialsCache::class => null, // TODO
|
91 | 91 | Magento\Eav\Model\Config::class => null, // TODO: Does this work properly after config changes?
|
92 | 92 | 'AssetPreProcessorPool' => null, // TODO: see what this is
|
93 |
| - Magento\Elasticsearch\Model\Adapter\FieldMapper\Product\AttributeProvider::class => null, // FIXME: this is bug or needs to be reset? |
| 93 | + Magento\Elasticsearch\Model\Adapter\FieldMapper\Product\AttributeProvider::class => null, // FIXME: bug? |
94 | 94 | Magento\GraphQl\Model\Query\Context::class => null, // FIXME: I think this one needs to be reset. Check!
|
95 | 95 | Magento\GraphQl\Model\Query\ContextFactory::class => null, // FIXME: I think this one needs to be reset. Check!
|
96 |
| - 'viewFileMinifiedFallbackResolver' => null, // FIXME: this MUST be removed from list after Magento\Framework\View\Asset\Minification is fixed |
| 96 | + 'viewFileMinifiedFallbackResolver' => null, // FIXME: remove after fix for Framework\View\Asset\Minification |
97 | 97 | Magento\Framework\View\Asset\Minification::class => null, // FIXME: $configCache must be reset
|
98 |
| - Magento\Catalog\Model\ResourceModel\Product\Attribute\Collection::class => null, // FIXME: We MUST NOT dependency inject collections. This needs to be fixed inMagento\CatalogGraphQl\Model\Config\SortAttributeReader |
| 98 | + // FIXME: We MUST NOT dependency inject collections. |
| 99 | + // This needs to be fixed in Magento\CatalogGraphQl\Model\Config\SortAttributeReader |
| 100 | + Magento\Catalog\Model\ResourceModel\Product\Attribute\Collection::class => null, |
99 | 101 | Magento\Framework\Url::class => null, // FIXME: This need reseter!!
|
100 |
| - Magento\Quote\Model\Quote\Address\Total\Collector::class => null, // FIXME: has mutable state that needs to be reset. |
101 |
| - Magento\Framework\HTTP\PhpEnvironment\RemoteAddress::class => null, // FIXME: $remoteAddress caching from $request which has mutable state |
| 102 | + Magento\Quote\Model\Quote\Address\Total\Collector::class => null, // FIXME: mutable state that needs to be reset |
| 103 | + Magento\Framework\HTTP\PhpEnvironment\RemoteAddress::class => null, // FIXME: caching from $request |
102 | 104 | ],
|
103 | 105 | '' => [
|
104 | 106 | ],
|
|
0 commit comments