Skip to content

Commit

Permalink
[!!!][TASK] Remove old class aliases from core extension
Browse files Browse the repository at this point in the history
Resolves: #87228
Releases: master
Change-Id: I400fa0bc7882b0ee366c6f923c8e21c30b30a5f6
Reviewed-on: https://review.typo3.org/59222
Tested-by: TYPO3com <no-reply@typo3.com>
Reviewed-by: Anja Leichsenring <aleichsenring@ab-softlab.de>
Tested-by: Anja Leichsenring <aleichsenring@ab-softlab.de>
Reviewed-by: Wouter Wolters <typo3@wouterwolters.nl>
Reviewed-by: Georg Ringer <georg.ringer@gmail.com>
Tested-by: Georg Ringer <georg.ringer@gmail.com>
  • Loading branch information
lolli42 authored and georgringer committed Dec 19, 2018
1 parent 01d7918 commit 5828cda
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 43 deletions.
1 change: 0 additions & 1 deletion composer.json
Expand Up @@ -87,7 +87,6 @@
"always-add-alias-loader": true,
"class-alias-maps": [
"typo3/sysext/adminpanel/Migrations/Code/ClassAliasMap.php",
"typo3/sysext/core/Migrations/Code/ClassAliasMap.php",
"typo3/sysext/extbase/Migrations/Code/ClassAliasMap.php",
"typo3/sysext/fluid/Migrations/Code/ClassAliasMap.php"
]
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Expand Up @@ -45,10 +45,16 @@ The following PHP class aliases that have been previously deprecated for v9 have

* :php:`TYPO3\CMS\Backend\AjaxLoginHandler`
* :php:`TYPO3\CMS\Backend\Form\Wizard\ImageManipulationWizard`
* :php:`TYPO3\CMS\Core\History\RecordHistory`
* :php:`TYPO3\CMS\Core\IO\PharStreamWrapper`
* :php:`TYPO3\CMS\Core\IO\PharStreamWrapperException`
* :php:`TYPO3\CMS\Core\Tree\TableConfiguration\ExtJsArrayTreeRenderer`
* :php:`TYPO3\CMS\ContextHelp\Controller\ContextHelpAjaxController`
* :php:`TYPO3\CMS\Cshmanual\Domain\Repository\TableManualRepository`
* :php:`TYPO3\CMS\Frontend\Controller\PageInformationController`
* :php:`TYPO3\CMS\Frontend\Controller\TranslationStatusController`
* :php:`TYPO3\CMS\InfoPagetsconfig\Controller\InfoPageTyposcriptConfigController`
* :php:`TYPO3\CMS\Lang\LanguageService`
* :php:`TYPO3\CMS\Lowlevel\Command\WorkspaceVersionRecordsCommand`
* :php:`TYPO3\CMS\Lowlevel\View\ConfigurationView`
* :php:`TYPO3\CMS\Recordlist\RecordList`
Expand All @@ -67,6 +73,8 @@ The following PHP class aliases that have been previously deprecated for v9 have
* :php:`TYPO3\CMS\Saltedpasswords\SaltedPasswordsService`
* :php:`TYPO3\CMS\Saltedpasswords\Utility\ExensionManagerConfigurationUtility`
* :php:`TYPO3\CMS\Saltedpasswords\Utility\SaltedPasswordsUtility`
* :php:`TYPO3\CMS\Sv\AbstractAuthenticationService`
* :php:`TYPO3\CMS\Sv\AuthenticationService`
* :php:`TYPO3\CMS\Sv\Report\ServicesListReport`
* :php:`TYPO3\CMS\T3editor\CodeCompletion`
* :php:`TYPO3\CMS\T3editor\TypoScriptReferenceLoader`
Expand Down
11 changes: 0 additions & 11 deletions typo3/sysext/core/Migrations/Code/ClassAliasMap.php

This file was deleted.

25 changes: 0 additions & 25 deletions typo3/sysext/core/Migrations/Code/LegacyClassesForIde.php

This file was deleted.

5 changes: 0 additions & 5 deletions typo3/sysext/core/composer.json
Expand Up @@ -83,11 +83,6 @@
"partOfMinimalUsableSystem": true
},
"extension-key": "core"
},
"typo3/class-alias-loader": {
"class-alias-maps": [
"Migrations/Code/ClassAliasMap.php"
]
}
},
"autoload": {
Expand Down
Expand Up @@ -168,11 +168,13 @@
'TYPO3\CMS\Sv\AbstractAuthenticationService' => [
'restFiles' => [
'Breaking-81536-MoveOfServicesListReportFromSvToReports.rst',
'Breaking-87193-DeprecatedFunctionalityRemoved.rst',
],
],
'TYPO3\CMS\Sv\AuthenticationService' => [
'restFiles' => [
'Breaking-81536-MoveOfServicesListReportFromSvToReports.rst',
'Breaking-87193-DeprecatedFunctionalityRemoved.rst',
],
],
'TYPO3\CMS\Extbase\Configuration\Exception\ContainerIsLockedException' => [
Expand Down

0 comments on commit 5828cda

Please sign in to comment.