Breaking: #72370 - Removed deprecated code from extbase 

See forge#72370

Description 

Remove deprecated code from extbase

The ChangeLog file has been removed. TYPO3CMSExtbaseDomainObjectAbstractDomainObject::__wakeup() has been removed. TYPO3CMSExtbaseUtilityExtensionUtility::configureModule() has been removed.

Impact 

Using the methods above directly in any third party extension will result in a fatal error.

Affected Installations 

Instances which use calls to the methods above.

Migration 

Use the according method in TYPO3CMSCoreUtilityExtensionManagementUtility::configureModule() instead of the removed one from ext:extbase. Objects are instantiated differently calling parent::__wakeup() is no longer necessary. No migration needed.