[TASK] Remove doubled classes in EXT:version
The AutoPublishTask and the WorkspacesUtility are actually very encapsulated and never used nor registered in EXT:version. Instead, EXT:workspaces provides EXACTLY the same functionality, and the scheduler task there is registered. Looking back in history, I did not find any functionality where this was actually used, so the files are removed. A class alias map is added to provide ultra-compatibility without any breaking changes nor deprecations. Resolves: #78374 Releases: master Change-Id: I86c7424f1dac7ea809a2f4e02993ffc69a9769b8 Reviewed-on: https://review.typo3.org/50315 Reviewed-by:Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
Showing
- composer.json 2 additions, 1 deletioncomposer.json
- composer.lock 2 additions, 2 deletionscomposer.lock
- typo3/sysext/version/Classes/Task/AutoPublishTask.php 0 additions, 41 deletionstypo3/sysext/version/Classes/Task/AutoPublishTask.php
- typo3/sysext/version/Classes/Utility/WorkspacesUtility.php 0 additions, 206 deletionstypo3/sysext/version/Classes/Utility/WorkspacesUtility.php
- typo3/sysext/version/Migrations/Code/ClassAliasMap.php 5 additions, 0 deletionstypo3/sysext/version/Migrations/Code/ClassAliasMap.php
Please register or sign in to comment