Deprecation: #84109 - Deprecate DependencyResolver¶
See forge#84109
Description¶
The class \TYPO3\
has been marked as deprecated as the code as been merged
into \TYPO3\
.
Additionally the \TYPO3\
method inject
has been marked as
deprecated and the \TYPO3\
triggers a deprecation warning when
\TYPO3\
is not injected through the constructor.
Impact¶
Installations that use \TYPO3\
or create an own
\TYPO3\
instance will trigger a deprecation warning.
Affected Installations¶
All installations that use custom extensions that use the \TYPO3\
class or
create an own \TYPO3\
instance.
Migration¶
Use \TYPO3\
to manually sort packages.
Pass \TYPO3\
to the \TYPO3\
constructor if a new instance is created.