Breaking: #67402 - Extbase AbstractDomainObject initializeObject
See forge#67402
Description
Method initialize
has been removed from TYPO3\
.
Impact
Possible fatal error in Extbase if objects are thawed from persistence.
Affected Installations
Domain objects extending AbstractDomainObject and calling parent::
.
This is relatively unlikely since the default implementation of initialize
is empty.
Migration
Remove calls to parent::
from own initialize
implementations.