Closed (fixed)
Project:
Drupal core
Version:
main
Component:
entity system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
2 Feb 2026 at 15:39 UTC
Updated:
1 Mar 2026 at 10:05 UTC
Jump to comment: Most recent
Please don't pick up multiple ones, want to give everyone a chance
Remove all D12 deprecated code from the mentioned libraries.
Remove all D12 deprecated code from the mentioned libraries.
Make sure tests are passing before review.
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
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!