Project

General

Profile

Actions

Bug #89207

closed

Epic #83968: PSR-11 Initiative

Incorrect PSR-11 related deprecation messages being triggered by ObjectManager->get()

Added by Benjamin Franzke over 4 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Should have
Category:
Extbase
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
Actions #1

Updated by Gerrit Code Review over 4 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

Actions #2

Updated by Gerrit Code Review over 4 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

Actions #3

Updated by Benjamin Franzke over 4 years ago

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

Updated by Benni Mack about 4 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF