Problem/Motivation
In #3412556: Allow needs_destruction services to run on page cache hits KernelDestructionSubscriber was deprecated for removal in 11.0.
In #3419914: Remove UpdateHookRegistryFactory and UpdateRegistryFactory services UpdateRegistryFactory and UpdateHookRegistryFactory were deprecated for removal in 11.0
We need to do this before landing Symfony 7 as the existing classes implement ContainerAwareInterface which is removed in Symfony 7.
Steps to reproduce
Proposed resolution
Remaining tasks
Delete the classes and any associated code.