Actions
Bug #102805
closedBorken deprecation messages for deprecated VersionState methods
Start date:
2024-01-09
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The deprecation messages for the deprecated VersionState methods looks "borken" due to usage of static class string together with the __METHOD__
constant
Core: Error handler (BE): TYPO3 Deprecation Notice: VersionState::TYPO3\CMS\Core\Versioning\VersionState::cast has been marked as deprecated in TYPO3 v13. Use VersionState::tryFrom() instead. Core: Error handler (BE): TYPO3 Deprecation Notice: VersionState->TYPO3\CMS\Core\Versioning\VersionState::equals has been marked as deprecated in TYPO3 v13. Use VersionState::tryFrom() and native comparison logic instead.
Updated by Gerrit Code Review 11 months ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/82417
Updated by Oliver Bartsch 11 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 32ab09f5b76f974eea7e26650f4e98f0df643236.
Actions