Project

General

Profile

Actions

Task #86270

closed

Epic #83968: PSR-11 Initiative

Deprecate config.tx_extbase.objects and plugin.tx_%name%.objects

Added by Benjamin Franzke over 5 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Extbase
Target version:
-
Start date:
2018-09-16
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

If we want to introduce a system wide container in v10,
the non deterministic behaviour of object (re)configurations
during runtime in extbase will be a problem.
Compiled containers like symfony DI do not allow runtime
reconfigurations.

Also the concept of per plugin overwrites is broken anyway,
and should therefore be dropped:
The "objects" configured through plugin.tx_%name%.objects
are are never reset, that means:
Plugin A might overwrite an object and plugin B will implictly use
that overriden class, despite not having configured that at all.
(depending on the fact whether plugin A is rendered before or not)


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #86290: Suggested migration regarding config.tx_extbase.objects does not work for Models mapped using the PropertyMapperClosed2018-09-18

Actions
Related to TYPO3 Core - Bug #76902: Method signature parameters raises a Warning with config.tx_extbase.objects.TYPO3\CMS\Extbase\Persistence\Generic\Mapper\ColumnMap.className = Foo\Bar\ZooClosed2016-07-01

Actions
Actions

Also available in: Atom PDF