Project

General

Profile

Actions

Bug #104262

closed

Avoid usage of deprecated TaggedLocator

Added by Kevin Appelt 1 day ago. Updated 5 minutes ago.

Status:
Resolved
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 ElementsResolved2024-03-20

Actions
Actions #1

Updated by Gerrit Code Review 1 day 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

Actions #2

Updated by Gerrit Code Review 15 minutes 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

Actions #3

Updated by Christian Kuhn 15 minutes ago

  • Related to Feature #103437: Site Sets that ship Settings, TypoScript, TSConfig, Templates and enabled Content Elements added
Actions #4

Updated by Kevin Appelt 5 minutes ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF