Actions
Task #104426
closedEliminate makeInstance instantiation for stateless RecordData
Start date:
2024-07-18
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
'RecordData' is already a stateless service and partially injected using DI. The remaining cases could easily be refactored to eliminate these 'makeInstance' calls.
Updated by Gerrit Code Review 4 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/+/85289
Updated by Gerrit Code Review 4 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/+/85289
Updated by Martin Adler 4 months ago
- Subject changed from [TASK] Eliminate makeInstance instantiation for stateless RecordData to Eliminate makeInstance instantiation for stateless RecordData
- Category set to Backend API
- Target version set to 13 LTS
Updated by Martin Adler 4 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 9d9bdb17eaa8c6b113c81b1402fd71db29187808.
Actions