Breaking: #67402 - Extbase AbstractDomainObject __wakeup()
See forge#67402
Description
Method __
in classes extending TYPO3\
is no longer called if objects are created when fetched from persistence.
Affected Installations
An instance is affected if own domain objects extending AbstractDomainObject
implement own __
methods. Those methods are no longer called.
Migration
Move initialization code from __
to initialize
. As a bonus, dependencies have been injection at
this point already.