Description
Upgrade components from ZF1 to ZF2
As a long term goal, we would like to eliminate knowledge about 3rd party libraries from Magento code base. Magento code still can use 3rd party libraries, but they must be wrapped by Magento interfaces and classes (adapters) so that 3rd party libraries can be easily substituted by newest versions or alternative implementations.
Acceptance Criteria
List of the components
# | Component Name
(total usages count) | Module Name | Usages Count
------------- | ------------- | ------------- | -------------
1|Zend_Feed (total: 3)|MagentoRss|3
I would like to take this one for start please.
@okorshenko I'm looking to pick this issue up, but I'm struggling with point 5 of BC. What do you mean with BC in this regard? If we swap out the hardcoded Zend_Feed in app/code/Magento/Rss/Model/Rss.php with an adapter, it'll break BC in some cases.
@okorshenko Thank you for report
Please use the issue reporting guidelines to report an issue. Please, edit issue description and include the preconditions, the steps required to reproduce, the actual result, and the expected result.
@okobchenko @korosti2 @peterjaap I find it very hard to understand what's happening here, as the pull request is waiting: https://github.com/magento/magento2/pull/9347
Closing the issue. See PR details here: https://github.com/magento/magento2/pull/9347
Hi @okorshenko. Thank you for your report.
The issue has been fixed in magento/magento2#9347 by @ldusan84 in 2.3-develop branch
Related commit(s):
The fix will be available with the upcoming 2.3.0 release.
Most helpful comment
I would like to take this one for start please.