Actions
Bug #105337
closedcache.runtime not shared between CacheManager and DI
Status:
Resolved
Priority:
Should have
Assignee:
Category:
-
Target version:
Start date:
2024-10-17
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The `cache.runtime` service delivered via DI is not shared with the `runtime` cache generated by CacheManager.
All caches are intended to be shared between these two containers, but `cache.runtime` has been missed to be marked as default cache in Cache
Updated by Benjamin Franzke about 1 month ago
- Related to Task #104399: Make IconFactory a stateless service added
Updated by Gerrit Code Review about 1 month ago
- Status changed from New to Under Review
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/+/86638
Updated by Benjamin Franzke about 1 month ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 69f35c7fce9fa7edf555e37c3f9e59bef546a9b3.
Actions