Project

General

Profile

Actions

Bug #104262

closed

Avoid usage of deprecated TaggedLocator

Added by Kevin Appelt 18 days ago. Updated 8 days ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
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.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #103437: Site Sets that ship Settings, TypoScript, TSConfig, Templates and enabled Content ElementsClosed2024-03-20

Actions
Actions

Also available in: Atom PDF