Skip to content
Snippets Groups Projects
Commit 65448078 authored by Benni Mack's avatar Benni Mack Committed by Anja Leichsenring
Browse files

[!!!][TASK] Remove deprecated functionality in GeneralUtility

The following deprecated methods are now removed:

- \TYPO3\CMS\Core\Utility\GeneralUtility::compressIPv6
- \TYPO3\CMS\Core\Utility\GeneralUtility::flushDirectory
- \TYPO3\CMS\Core\Utility\GeneralUtility::getApplicationContext
- \TYPO3\CMS\Core\Utility\GeneralUtility::idnaEncode
- \TYPO3\CMS\Core\Utility\GeneralUtility::IPv6Hex2Bin
- \TYPO3\CMS\Core\Utility\GeneralUtility::IPv6Bin2Hex
- \TYPO3\CMS\Core\Utility\GeneralUtility::isRunningOnCgiServerApi
- \TYPO3\CMS\Core\Utility\GeneralUtility::linkThisUrl
- \TYPO3\CMS\Core\Utility\GeneralUtility::milliseconds
- \TYPO3\CMS\Core\Utility\GeneralUtility::presetApplicationContext
- \TYPO3\CMS\Core\Utility\GeneralUtility::resetApplicationContext
- \TYPO3\CMS\Core\Utility\GeneralUtility::verifyFilenameAgainstDenyPattern

In addition, makeInstanceService requires the third parameter to be array
instead of string or array.

The method "getUrl()" now only accepts one argument.

In addition, the testing framework is raised to 6.3.1 to not use
the unneeded methods anymore.

Resolves: #91513
Releases: master
Change-Id: I124b6f531fed61a93f5ed03391e1d4b6cf7a08ae
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/64593


Tested-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
parent 8d0509fc
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment