Problem/Motivation
In #3338328: Update to Symfony 6.3 we updated to Symfony 6.3. In this process we deprecated ::hasCacheableSupportsMethod.
We also discovered not all (de-)normalizers are covered by our tests (#3360103: Missing test coverage for some validators).
As it turns out the latter is the cause we missed adding deprecations to some ::hasCacheableSupportsMethod methods.
Let's rectify that in here.
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
Issue fork drupal-3360280
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3360280-add-missing-hascacheablesupportsmethod
changes, plain diff MR !3995
Comments
Comment #3
spokjeComment #4
spokjeComment #5
andypostPlease rebase MR to latest 11.x
Comment #6
spokjeSeems fixed by #3360124: Deprecate ::supportedInterfaceOrClass property on normalizer/denormalizers