Skip to content
Snippets Groups Projects
Commit d32f9dd6 authored by Benni Mack's avatar Benni Mack Committed by Frank Nägler
Browse files

[BUGFIX] Use GeneralUtility::makeInstance instead of ObjectManager calls

Classes without any special Extbase treatment (e.g. no injection)
are migrated to GeneralUtility. This saves a bit performance, because
ObjectManager in turn would call GeneralUtility as well for these classes.

Areas in Extbase are not touched, as they will be migrated separately.

Resolves: #91937
Releases: master, 10.4
Change-Id: I899af0d377f9d710621e2775f8a7f51887d130d4
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65189


Reviewed-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Reviewed-by: default avatarDaniel Haupt <mail@danielhaupt.de>
Reviewed-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Reviewed-by: default avatarFrank Nägler <frank.naegler@typo3.org>
Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Tested-by: default avatarFrank Nägler <frank.naegler@typo3.org>
parent 83cb672f
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment