[TASK] Consistently retrieve ApplicationContext from GeneralUtility
As documented in Bootstrap code, GeneralUtility should be used instead of Bootstrap to retrieve the ApplicationContext. Therefore ClassLoadingInformation is adapted to read the ApplicationContext from GeneralUtility. Bootstrap now pushes the ApplicationContext early to GeneralUtility to be available for ClassLoadingInformation during bootstrap. Change-Id: I119ac944dd49c7d063b0f1e05f23e48f664ce2bc Releases: master Resolves: #84083 Reviewed-on: https://review.typo3.org/55940 Tested-by:TYPO3com <no-reply@typo3.com> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- typo3/sysext/core/Classes/Core/Bootstrap.php 1 addition, 13 deletionstypo3/sysext/core/Classes/Core/Bootstrap.php
- typo3/sysext/core/Classes/Core/ClassLoadingInformation.php 1 addition, 1 deletiontypo3/sysext/core/Classes/Core/ClassLoadingInformation.php
- typo3/sysext/core/Documentation/Changelog/master/Important-83869-RemovedRequestTypeSpecificCodeInBootstrap.rst 5 additions, 3 deletions...rtant-83869-RemovedRequestTypeSpecificCodeInBootstrap.rst
- typo3/sysext/install/Configuration/ExtensionScanner/Php/MethodCallMatcher.php 27 additions, 13 deletions.../Configuration/ExtensionScanner/Php/MethodCallMatcher.php
- typo3/sysext/install/Configuration/ExtensionScanner/Php/PropertyProtectedMatcher.php 3 additions, 3 deletions...uration/ExtensionScanner/Php/PropertyProtectedMatcher.php
Please register or sign in to comment