Task #104305
closedDefine cache.assets in service provider
100%
Description
The cache.assets container entry was pregenerated in Bootstrap
for historic reasons: it used to be statically injected into
the IconRegistry and PageRenderer from Bootstrap::init().
This has been refactored with #93475 and #97030, therefore
assets cache generation can now be delayed until it is actually
needed.
Note: It is needed in uncached installtool context, therefore
it is provided in ServiceProvider.php instead of Services.yaml
Updated by Gerrit Code Review 5 months ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/85102
Updated by Gerrit Code Review 5 months ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/85102
Updated by Benjamin Franzke 5 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 7e4f470f910b9259dadfd2d01fbf9dd5d4a3678e.