Problem/Motivation
Annotation based plugins are deprecated, I don't think we need BC here since this was supported back in 10.2
Steps to reproduce
Try to use the module on core HEAD, get errors about missing field types
Proposed resolution
Replace annotations with attributes
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork redirect-3544741
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 #3
acbramley commentedComment #5
Anonymous (not verified) commentedHello,
I've reviewed current MR and I can confirm that added attributes look good and local testing of changes also produced no results. Test are failing due to deprecations introduced in Drupals 11.3 release and this module issue queue already has an existing issue that covers these failing tests. Marking this as RTBC.
Comment #6
berdirLooks good, needs a rebase though.
I'd be fine to explicitly require 10.3 now and drop all BC except entity and migrate attributes, which is still quite a bit. still fewer future cleanup.
Comment #7
acbramley commentedComment #9
berdirMerged.