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,37 @@
.. include:: /Includes.rst.txt
.. _breaking-61821:
==================================================================
Breaking: #61821 - classFile option in makeInstanceService removed
==================================================================
See :issue:`61821`
Description
===========
The option "classFile" in :code:`\TYPO3\CMS\Core\Utility\GeneralUtility\makeInstanceService()` is removed.
This should now be done by the respective ext_autoload.php of each extension.
Impact
======
Extension classes relying on the "classFile" registration for autoloading will not be loaded anymore.
Affected installations
======================
A TYPO3 instance is affected if a 3rd party extension uses the removed class loading registration method.
Migration
=========
Use the ext_autoload.php file to autoload the class.
.. index:: PHP-API