Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade ZF components. Zend_Log #9237

Closed
okorshenko opened this issue Apr 13, 2017 · 4 comments
Closed

Upgrade ZF components. Zend_Log #9237

okorshenko opened this issue Apr 13, 2017 · 4 comments
Assignees
Labels
Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development up for grabs

Comments

@okorshenko
Copy link
Contributor

okorshenko commented Apr 13, 2017

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

  1. Magento interfaces are defined and can be used instead of ZF1 classes in Magento code
  2. Default implementations for new interfaces are defined and configured as the preferences for new interfaces
  3. Client code of the ZF1 components is refactored to use Magento interfaces
  4. Zend classes are used as private services in Magento adapters
  5. Backward compatibility is preserved
  6. ZF1 components are updated to ZF2

List of the components

# Component Name
(total usages count)
Module Name Usages Count
1 Zend_Log (total: 7) Framework\Test 3
    Framework\Shell.php 4
@tdgroot
Copy link
Member

tdgroot commented Apr 19, 2017

Even though I already created a PR, for the record:
I'd like to pickup this issue!

@okorshenko
Copy link
Contributor Author

@tdgroot thank you! Could you please accept invite from Magento organization and I will assign this to you. Please, check your email

@tdgroot
Copy link
Member

tdgroot commented Apr 19, 2017

@okorshenko thanks for the invitation, I accepted it!

@magento-team
Copy link
Contributor

Internal ticket to track issue progress: MAGETWO-67591

@magento-team magento-team added Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development Application Framework up for grabs labels Jul 31, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development up for grabs
Projects
None yet
Development

No branches or pull requests

4 participants