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,26 @@
.. include:: /Includes.rst.txt
.. _breaking-63835:
=======================================================================
Breaking: #63835 - Remove Deprecated Parts in Extbase Persistence Layer
=======================================================================
See :issue:`63835`
Description
===========
The previously deprecated functions `TYPO3\CMS\Extbase\Persistence\Generic\Backend->setDeletedObjects()` and
`TYPO3\CMS\Extbase\Persistence\Repository->replace()` inside the Persistence Layer of Extbase have been removed.
The protected property "session" inside `TYPO3\CMS\Extbase\Persistence\Repository` has been removed as well.
Impact
======
Any direct calls to the methods will now exit with a PHP Fatal Error.
.. index:: PHP-API, ext:extbase