Actions
Bug #89207
closedEpic #83968: PSR-11 Initiative
Incorrect PSR-11 related deprecation messages being triggered by ObjectManager->get()
Status:
Closed
Priority:
Should have
Assignee:
Category:
Extbase
Target version:
Start date:
2019-09-19
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Due to a wrong condition a deprecation error is triggered by Extbase\Object\ObjectManager->get()
(although no constructor arguments have been passed) when the object to be created/retrieved exists in the (symfony) PSR-11 container.
Example:
TYPO3 Deprecation Notice: TYPO3\CMS\Extbase\SignalSlot\Dispatcher is available in the PSR-11 container. That means you should not try to instanciate it using constructor arguments. Falling back to legacy extbase based injection. in […]/typo3/sysext/extbase/Classes/Object/ObjectManager.php line 123
Updated by Gerrit Code Review about 5 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61760
Updated by Gerrit Code Review about 5 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61760
Updated by Benjamin Franzke about 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset e0fd4700a01d8a450383ba572f5901f8644b4a47.
Actions