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

[Cache] Deprecate support for Doctrine Cache #42965

Merged
merged 1 commit into from Sep 9, 2021

Conversation

derrabus
Copy link
Member

@derrabus derrabus commented Sep 9, 2021

Q A
Branch? 5.4
Bug fix? no
New feature? yes
Deprecations? yes
Tickets N/A
License MIT
Doc PR N/A

The Doctrine Cache library is deprecated. I don't think we need to keep integration logic for Doctrine Cache in the 6.0 branch. Apps still relying on Doctrine Cache implementations can either:

  • Find a suitable replacement among Symfony Cache's adapters.
  • Wire their custom Doctrine Cache implementation into Doctrine's own PSR-6 adapter.

Signed-off-by: Alexander M. Turek <me@derrabus.de>
@fabpot
Copy link
Member

fabpot commented Sep 9, 2021

Thank you @derrabus.

@fabpot fabpot merged commit 3356795 into symfony:5.4 Sep 9, 2021
@derrabus derrabus deleted the deprecate/doctrine-cache branch September 9, 2021 14:35
nicolas-grekas added a commit that referenced this pull request Sep 10, 2021
This PR was merged into the 6.0 branch.

Discussion
----------

[Cache] Remove support for Doctrine Cache

| Q             | A
| ------------- | ---
| Branch?       | 6.0
| Bug fix?      | no
| New feature?  | yes
| Deprecations? | no
| Tickets       | Follows #42965
| License       | MIT
| Doc PR        | symfony/symfony-docs#15790

Commits
-------

d4a0d83 [Cache] Remove support for Doctrine Cache
This was referenced Nov 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants