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.
Actions