TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:09 +02:00
commit af8cc155b5
6818 changed files with 642608 additions and 0 deletions
@@ -0,0 +1,38 @@
.. include:: /Includes.rst.txt
.. _deprecation-79265:
===============================================================
Deprecation: #79265 - CommandLineController and Cleaner Command
===============================================================
See :issue:`79265`
Description
===========
The following PHP classes for using CLI commands without Extbase Command Controllers or native Symfony Commands which
were introduced in TYPO3 v4 have been marked as deprecated:
* `TYPO3\CMS\Core\Controller\CommandLineController`
* `TYPO3\CMS\Lowlevel\CleanerCommand`
Impact
======
Instantiating any of the PHP classes above will trigger a deprecation log entry.
Affected Installations
======================
TYPO3 instances with extensions that use the old command line controllers or cleaner commands.
Migration
=========
Use native Symfony Commands or Extbase Command Controller logic instead for creating CLI-based functionality.
.. index:: CLI, ext:lowlevel, ext:extbase