Please don't pick up multiple ones, want to give everyone a chance
Problem/Motivation
Remove all D12 deprecated code from the mentioned libraries.
Steps to reproduce
Proposed resolution
Remove all D12 deprecated code from the mentioned libraries.
Remaining tasks
Make sure tests are passing before review.
User interface changes
Introduced terminology
API changes
Data model changes
Release notes snippet
Issue fork drupal-3571065
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:
- 3571065-remove-deprecated-code
changes, plain diff MR !14660
Comments
Comment #3
berdir@miroslavstankov: I see you started a merge request. This is possibly not a trivial one with the origin stuff and so on, please add a note whether or not you plan to work on this. You can also reach out if you have questions.
Comment #4
miroslavstankov commentedSorry, I accidentally created the issue fork while looking into this issue. I’m currently working on another issue, but once I’m done I can take a look here as well.
Comment #5
berdirNo worries, I just wanted to make sure that I'm not duplicating your work.
Assign it to you if you work on it, I might do the same
Comment #6
berdirComment #8
berdirCouldn't resist doing this myself. There's actually not that much, Mostly ->original related and a bunch of one-off things.
Comment #9
dwwThanks for working on thiss.
Pipeline failures (not random).
Comment #10
berdirThis is green now.
Comment #11
berdirOops, I just meant to set it to needs review.
Comment #12
smustgrave commentedAppears to be 1 more instances in EntityRepository and 1 in BaseFieldDefinition
Comment #13
berdirNice catch, removed those now as well.
Comment #14
smustgrave commentedDon’t mind marking mind fixing the phpcs real quick please
Comment #15
smustgrave commentedLGTM
Comment #16
catchOne comment on the MR - looks like we can remove a bit more.
Comment #17
berdirRemoved that test class.
Comment #18
smustgrave commentedAdditional removal looks good
Comment #21
catchCommitted/pushed to main, thanks!