Deprecation: #67402 - Extbase AbstractDomainObject __wakeup()
See forge#67402
Description
Method __ has been marked as deprecated in TYPO3\.
Affected Installations
An instance is affected if own domain objects extending AbstractDomainObject
implement __ and call parent::__ as documented.
Migration
Remove calls to parent::__ from own __ implementations.