Skip to content
Snippets Groups Projects
Commit 98cf5d69 authored by Benjamin Franzke's avatar Benjamin Franzke Committed by Andreas Fernandez
Browse files

[!!!][TASK] Remove support for deprecated CLI command configuration

Configuration via Commands.php had been superseded by tag based
DI service configuration which allowed to configure DI and dependencies
for CLI commands in one place.

The CommandRegistry is refactored as the runtime merging logic
can now be dropped and handled in addLazyCommand – which is called
by the symfony DI generated factory – instead.

Resolves: #91534
Related: #91473
Related: #89139
Releases: master
Change-Id: I24fc554902650c66b8dc397708d80968514c6744
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/64603


Tested-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
parent 4bf7f4a1
No related merge requests found
Showing
with 29 additions and 583 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment