You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Magento interfaces are defined and can be used instead of ZF1 classes in Magento code
Default implementations for new interfaces are defined and configured as the preferences for new interfaces
Client code of the ZF1 components is refactored to use Magento interfaces
Zend classes are used as private services in Magento adapters
Backward compatibility is preserved
ZF1 components are updated to ZF2
List of the components
#
Component Name (total usages count)
Module Name
Usages Count
1
Zend_Session (total: 1)
Framework\Session
1
The text was updated successfully, but these errors were encountered:
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
(total usages count)
The text was updated successfully, but these errors were encountered: