Problem/Motivation
The FeedsTarget plugins need to be converted to use attributes instead of annotation. Feeds already added support for attributes in #3564248: Add support for Attributes.
This will also help on #3598136: Automated Drupal 12 compatibility fixes for feeds 3.x-dev. Currently tests on Drupal 12 do not complete because of the many deprecations warnings. A lot of these are:
Using @FeedsTarget annotation for plugin with ID x is deprecated and is removed from drupal:13.0.0. Use a Drupal\feeds\Attribute\FeedsTarget attribute instead.
So doing the conversion now would help in getting the tests to finish on Drupal 12. And it also would remove noise from the test report.
Issue fork feeds-3616226
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:
Comments
Comment #2
megachrizComment #5
megachrizMerged!