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

EZP-30621: Dropped deprecated LegacyStorage Gateways #2813

Merged
merged 3 commits into from
Oct 10, 2019

Conversation

alongosz
Copy link
Member

@alongosz alongosz commented Oct 9, 2019

Question Answer
JIRA issue EZP-30621
Bug/Improvement yes
New feature no
Target version master (8.0@dev) for eZ Platform v3.0
BC breaks yes
Tests pass yes
Doc needed yes

The LegacyStorage Gateways were deprecated since v6.11 (eZ Platform v1.11) in favor of DoctrineStorage Gateways relying on Doctrine\DBAL\Connection instead of deprecated database handler originating from Zeta Components.

Those classes refer to External Storage for core Field Types only.

This PR removes those unused classes completely.

TODO:

  • Remove LegacyStorage classes.
  • Align tests.
  • Add a doc.
  • Fix new code according to Coding Standards ($ composer fix-cs).
  • Ask for Code Review.

@alongosz
Copy link
Member Author

Thanks for the reviews. Those classes were not used for quite some time so no QA required (sanities on external storage are included in FT integration tests).

@alongosz alongosz merged commit e47d0b8 into ezsystems:master Oct 10, 2019
@alongosz alongosz deleted the ezp-30621-drop-legacystorage branch October 10, 2019 09:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

6 participants