Attached a patch to fix this issue.
Patch attached. Using injection for redirect.repository and findMatchingRedirect function
paul_serval β made their first commit to this issueβs fork.
paul_serval β created an issue.
paul_serval β made their first commit to this issueβs fork.
New patch attached
Patch attached
paul_serval β created an issue.
Patch
Patch for 4.x-dev
paul_serval β created an issue.
hchonov β credited paul_serval β .
Patch for 3.x-dev
Patch with following fixes:
replace Symfony\Cmf\Component\Routing\RouteObjectInterface
(Symfony\Cmf\Component\Routing\RouteObjectInterface::ROUTE_NAME is deprecated and removed in Drupal 10. Use Drupal\Core\Routing\RouteObjectInterface::ROUTE_NAME instead.)
Add type on getSubscribedEvents()
(Declaration of Drupal\scheduled_updates\Routing\RouteSubscriber::getSubscribedEvents() must be compatible with Drupal\Core\Routing\RouteSubscriberBase::getSubscribedEvents(): array)
Patch
paul_serval β created an issue.