Task #91500
closedRemove runtimeActivatedPackages left overs after deprecation removal
100%
Description
https://review.typo3.org/c/Packages/TYPO3.CMS/+/64584
From what I see right now there are some remaining places where runtimeActivatesPackages are still taken into account:
typo3/sysext/core/Classes/Utility/ExtensionManagementUtility.php calculates $GLOBALS['TYPO3_CONF_VARS']['EXT']['runtimeActivatedPackages'] into cache hashes.
typo3/sysext/core/Configuration/DefaultConfiguration.php contains the default value.
typo3/sysext/extensionmanager/Classes/ViewHelpers/ToggleExtensionInstallationStateViewHelper.php contains logic regarding runtimeActivatedPackages.
See:
git grep runtimeActivatedPackages | grep -v "/Documentation/\|/ExtensionScanner/"
Also the Bootstrapping could be adapted to remove hacks that where needed for runtime activated packages.