Actions
Bug #104262
closedAvoid usage of deprecated TaggedLocator
Start date:
2024-06-29
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
TYPO3 Deprecation Notice: Since symfony/dependency-injection 7.1: The "Symfony\Component\DependencyInjection\Attribute\TaggedLocator" attribute is deprecated, use "Symfony\Component\DependencyInjection\Attribute\AutowireLocator" instead
Comes from SettingsTypeRegistry#[TaggedLocator('settings.type')]
Migration
https://github.com/symfony/symfony/blob/7.2/UPGRADE-7.1.md#dependencyinjection
As typo3/cms-core requires "symfony/dependency-injection": "^7.1"
we should be able to migrate without any dependency issues.
Updated by Gerrit Code Review 5 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/+/85011
Updated by Gerrit Code Review 5 months ago
Patch set 2 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/+/85011
Updated by Christian Kuhn 5 months ago
- Related to Feature #103437: Site Sets that ship Settings, TypoScript, TSConfig, Templates and enabled Content Elements added
Updated by Kevin Appelt 5 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset b1ff84baa4eaea7b6c69776965b3c393e396642e.
Actions