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-67402-1668719172:
================================================================
Breaking: #67402 - Extbase AbstractDomainObject initializeObject
================================================================
See :issue:`67402`
Description
===========
Method `initializeObject()` has been removed from `TYPO3\CMS\Extbase\DomainObject\AbstractDomainObject`.
Impact
======
Possible fatal error in Extbase if objects are thawed from persistence.
Affected Installations
======================
Domain objects extending AbstractDomainObject and calling `parent::initializeObject()`.
This is relatively unlikely since the default implementation of `initializeObject()` is empty.
Migration
=========
Remove calls to `parent::initializeObject()` from own `initializeObject()` implementations.
.. index:: PHP-API, ext:extbase