Breaking: #102763 - Extbase HashService usage replaced with Core HashService
See forge#102763
Description
All usages of the 
        @internal class
        \TYPO3\ in TYPO3 have been
removed and replaced by 
        \TYPO3\.
Impact
Custom extensions expecting 
        \TYPO3\
as type of the property 
        '$hash of various 
        @internal classes
will result in a PHP Fatal error.
Affected installations
TYPO3 installations with custom extensions using one of the following:
- Property 
$hashofService \TYPO3\CMS\ Fluid\ View Helpers\ Form View Helper  @internalproperty$hashof classService \TYPO3\CMS\ Extbase\ Mvc\ Controller\ Action Controller - Property 
$hashofService internalclass\TYPO3\CMS\ Extbase\ Mvc\ Controller\ Mvc Property Mapping Configuration Service  - Property 
$hashofService internalclass\TYPO3\CMS\ Frontend Login\ Configuration\ Recovery Configuration  - Property 
$hashofService internalclass\TYPO3\CMS\ Frontend Login\ Configuration\ Recovery Configuration  - Property 
$hashofService internalclass\TYPO3\CMS\ Frontend Login\ Controller\ Password Recovery Controller  - Property 
$hashofService internalclass\TYPO3\CMS\ Form\ Domain\ Runtime\ Form Runtime  - Property 
$hashofService internalclass\TYPO3\CMS\ Form\ Mvc\ Property\ Type Converter\ Uploaded File Reference Converter  
Migration
Custom extensions must be adapted to use methods of class
        \TYPO3\.