[!!!][TASK] Migrate OpcodeCacheUtility to a service class
There is no good reason for this internal class to be a static utility. Move the code to a simple service class. Resolves: #63838 Releases: master Change-Id: Iff4d538b9ae01e64e9c3b4aa9b5a913d9fabd851 Reviewed-on: http://review.typo3.org/40766 Reviewed-by:Mathias Brodala <mbrodala@pagemachine.de> Reviewed-by:
Alexander Opitz <opitz.alexander@googlemail.com> Tested-by:
Alexander Opitz <opitz.alexander@googlemail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- typo3/sysext/core/Classes/Cache/Backend/FileBackend.php 3 additions, 1 deletiontypo3/sysext/core/Classes/Cache/Backend/FileBackend.php
- typo3/sysext/core/Classes/Cache/Backend/SimpleFileBackend.php 4 additions, 1 deletion...3/sysext/core/Classes/Cache/Backend/SimpleFileBackend.php
- typo3/sysext/core/Classes/Configuration/ConfigurationManager.php 2 additions, 2 deletions...ysext/core/Classes/Configuration/ConfigurationManager.php
- typo3/sysext/core/Classes/Package/PackageManager.php 3 additions, 1 deletiontypo3/sysext/core/Classes/Package/PackageManager.php
- typo3/sysext/core/Classes/Service/OpcodeCacheService.php 13 additions, 35 deletionstypo3/sysext/core/Classes/Service/OpcodeCacheService.php
- typo3/sysext/core/Classes/Utility/GeneralUtility.php 4 additions, 1 deletiontypo3/sysext/core/Classes/Utility/GeneralUtility.php
- typo3/sysext/core/Documentation/Changelog/master/Breaking-63838-ChangedOpcodeCacheUtilityBeingAServiceClass.rst 32 additions, 0 deletions...ing-63838-ChangedOpcodeCacheUtilityBeingAServiceClass.rst
- typo3/sysext/install/Classes/Controller/Action/Tool/ImportantActions.php 5 additions, 4 deletions...stall/Classes/Controller/Action/Tool/ImportantActions.php
- typo3/sysext/install/Classes/Service/CoreUpdateService.php 2 additions, 2 deletionstypo3/sysext/install/Classes/Service/CoreUpdateService.php
- typo3/sysext/install/Classes/SystemEnvironment/Check.php 3 additions, 1 deletiontypo3/sysext/install/Classes/SystemEnvironment/Check.php
Please register or sign in to comment