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

Migrate deprecated symfony AbstractCache to AbstractAdapter #9958

Open
1 task
emteknetnz opened this issue Jun 1, 2021 · 2 comments
Open
1 task

Migrate deprecated symfony AbstractCache to AbstractAdapter #9958

emteknetnz opened this issue Jun 1, 2021 · 2 comments

Comments

@emteknetnz
Copy link
Member

emteknetnz commented Jun 1, 2021

A couple of community members noted that colymba/gridfield-bulk-editing-tools 3.0.0 was throwing (unrelated) symfony deprecation warnings with framework 4.7.3 that was breaking the bulk upload field.

I replicated this locally with SS_ENVIRONMENT_TYPE="live"

Deprecated: The "Symfony\Component\Cache\Simple\AbstractCache" class is deprecated since Symfony 4.3, use "Symfony\Component\Cache\Adapter\AbstractAdapter" and type-hint for "Symfony\Contracts\Cache\CacheInterface" instead. in /var/www/vendor/symfony/cache/Simple/AbstractCache.php on line 23

The reason there was that colymba/gridfield-bulk-editing-tools was making so much of a fuss about deprecated classes that it caused itself to break

ACs

  • migrate the symfony AbstractCache to AbstractAdapter for the rest of framework
@dhensby
Copy link
Contributor

dhensby commented Jun 2, 2021

Can this be closed now?

@emteknetnz
Copy link
Member Author

Nope. We still need to migrate off the deprecated Symfony class at some point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants