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,31 @@
.. include:: /Includes.rst.txt
.. _deprecation-67402:
=============================================================
Deprecation: #67402 - Extbase AbstractDomainObject __wakeup()
=============================================================
See :issue:`67402`
Description
===========
Method `__wakeup()` has been marked as deprecated in `TYPO3\CMS\Extbase\DomainObject\AbstractDomainObject`.
Affected Installations
======================
An instance is affected if own domain objects extending AbstractDomainObject
implement `__wakeup()` and call `parent::__wakeup()` as documented.
Migration
=========
Remove calls to `parent::__wakeup()` from own `__wakeup()` implementations.
.. index:: PHP-API, ext:extbase