Merge pull request #640 from magento-jackalopes/pr
Issues Fixed: - MAGETWO-58446 Remove uses of unserialize in usages of \Magento\Framework\Cache\FrontendInterface::load() - MAGETWO-58450 Remove uses of unserialize in usages of \Magento\Framework\App\CacheInterface::load() - MAGETWO-58680 Remove uses of unserialize in usages of \Magento\Framework\Cache\FrontendInterface::load() 2 - MAGETWO-60442 Add optional SerializerInterface dependency to child classes of \Magento\Framework\Config\Data - MAGETWO-60353 Replace json_decode in \Magento\Framework\ObjectManager\DefinitionFactory::_unpack with SerializerInterface
Showing
- app/code/Magento/Backend/Model/Session/Quote.php 0 additions, 7 deletionsapp/code/Magento/Backend/Model/Session/Quote.php
- app/code/Magento/Backend/Model/Url.php 10 additions, 3 deletionsapp/code/Magento/Backend/Model/Url.php
- app/code/Magento/Backend/Test/Unit/Model/Session/QuoteTest.php 6 additions, 31 deletions...ode/Magento/Backend/Test/Unit/Model/Session/QuoteTest.php
- app/code/Magento/Backend/Test/Unit/Model/UrlTest.php 19 additions, 44 deletionsapp/code/Magento/Backend/Test/Unit/Model/UrlTest.php
- app/code/Magento/BundleImportExport/Model/Import/Product/Type/Bundle.php 0 additions, 32 deletions...o/BundleImportExport/Model/Import/Product/Type/Bundle.php
- app/code/Magento/BundleImportExport/composer.json 0 additions, 1 deletionapp/code/Magento/BundleImportExport/composer.json
- app/code/Magento/Catalog/Model/Attribute/Config/Data.php 13 additions, 4 deletionsapp/code/Magento/Catalog/Model/Attribute/Config/Data.php
- app/code/Magento/Catalog/Model/Config.php 12 additions, 2 deletionsapp/code/Magento/Catalog/Model/Config.php
- app/code/Magento/Catalog/Model/Product/Attribute/Source/Countryofmanufacture.php 22 additions, 2 deletions...g/Model/Product/Attribute/Source/Countryofmanufacture.php
- app/code/Magento/Catalog/Model/ProductOptions/Config.php 12 additions, 3 deletionsapp/code/Magento/Catalog/Model/ProductOptions/Config.php
- app/code/Magento/Catalog/Model/ProductTypes/Config.php 13 additions, 4 deletionsapp/code/Magento/Catalog/Model/ProductTypes/Config.php
- app/code/Magento/Catalog/Model/ResourceModel/Product/Collection.php 20 additions, 20 deletions...agento/Catalog/Model/ResourceModel/Product/Collection.php
- app/code/Magento/Catalog/Model/ResourceModel/Product/Link/Product/Collection.php 8 additions, 96 deletions...g/Model/ResourceModel/Product/Link/Product/Collection.php
- app/code/Magento/Catalog/Model/ResourceModel/Product/Option/Collection.php 7 additions, 14 deletions...Catalog/Model/ResourceModel/Product/Option/Collection.php
- app/code/Magento/Catalog/Plugin/Model/ResourceModel/Config.php 16 additions, 5 deletions...ode/Magento/Catalog/Plugin/Model/ResourceModel/Config.php
- app/code/Magento/Catalog/Test/Unit/Model/Product/Attribute/Source/CountryofmanufactureTest.php 29 additions, 10 deletions...del/Product/Attribute/Source/CountryofmanufactureTest.php
- app/code/Magento/Catalog/Test/Unit/Model/ProductTypes/ConfigTest.php 69 additions, 21 deletions...gento/Catalog/Test/Unit/Model/ProductTypes/ConfigTest.php
- app/code/Magento/Catalog/Test/Unit/Model/ResourceModel/Product/CollectionTest.php 27 additions, 41 deletions.../Test/Unit/Model/ResourceModel/Product/CollectionTest.php
- app/code/Magento/Catalog/Test/Unit/Model/ResourceModel/Product/Link/Product/CollectionTest.php 11 additions, 28 deletions...del/ResourceModel/Product/Link/Product/CollectionTest.php
- app/code/Magento/Catalog/Test/Unit/Model/ResourceModel/Product/Option/CollectionTest.php 14 additions, 26 deletions...nit/Model/ResourceModel/Product/Option/CollectionTest.php
Please register or sign in to comment