xperseguers / t3ext-extractor

TYPO3 Extension extractor
https://extensions.typo3.org/extension/extractor
GNU General Public License v2.0
14 stars 23 forks source link

Deprecation notices on TYPO3 11 #51

Closed chesio closed 1 year ago

chesio commented 2 years ago
TYPO3 Deprecation Notice: TYPO3\CMS\Core\Resource\Index\ExtractorRegistry::getInstance() will be removed in TYPO3 v12.0. Use Dependency Injection or GeneralUtility::makeInstance() if DI is not possible.

The notices hint at method TYPO3\CMS\Core\Resource\Index\ExtractorRegistry::getInstance() being deprecated since TYPO3 11.5, see related changelog entry.

The deprecated method is called in these two places: https://github.com/xperseguers/t3ext-extractor/blob/ac05e82d621dc8385ffb28c225901f7cf6c5e8d5/ext_localconf.php#L5 https://github.com/xperseguers/t3ext-extractor/blob/ac05e82d621dc8385ffb28c225901f7cf6c5e8d5/Classes/Report/ServicesListReport.php#L97