- Issue created by @drpldrp
- πΊπΈUnited States brad.bulger
I ended up having to truncate the cache_container table to stop it giving me a fatal error related to the service argument change. Is there a better way to deal with that?
- Status changed to Needs review
over 1 year ago 3:21pm 28 May 2023 - last update
over 1 year ago 93 pass - πΊπΈUnited States agentrickard Georgia (US)
Interesting. It looks like this was added in Drupal core 8.9, after the module handled the cache problem.
When using this patch, you have to rebuild the container with `drush cr`.
I would put this in 2.0.x and skip 8.x.1.x.
You must also set patches to "Needs Review" to trigger automated tests.
- First commit to issue fork.
- Merge request !67Issue #3359253 by drpldrp: Use core route provider with addExtraCacheKeyPart for route caching? β (Closed) created by tobiasb
- π©πͺGermany tobiasb Berlin
I had the same idea today, that we can replace the piece again, because it is now possible to extend the cid with.
Lets see what tests say.
- Status changed to Needs work
6 months ago 7:35pm 2 July 2024 - π©πͺGermany webflo
@tobiasb The MR does not longer apply, please rebase. Thanks!
- Status changed to Needs review
6 months ago 8:05am 3 July 2024 - π©πͺGermany tobiasb Berlin
I thing we should also delete
\Drupal\domain\Routing\DomainRouteProvider
. In a perfect module we would deprecate it and also add a fallback/deprecation to\Drupal\domain\EventSubscriber\DomainSubscriber::__construct
. -
webflo β
committed 6125d06e on 2.0.x
Issue #3359253 by tobiasb, webflo, drpldrp, agentrickard, brad.bulger:...
-
webflo β
committed 6125d06e on 2.0.x
- π©πͺGermany webflo
Tanks, to all. I have decided to remove DomainRouteProvider entirely (without BC layer). I think most since don't use it as extension point. It was never intended to be used as extension point. Those use cases are covered by
CacheableRouteProviderInterface::addExtraCacheKeyPart
.I am sorry if this breaks a site.
Automatically closed - issue fixed for 2 weeks with no activity.