Project

General

Profile

Actions

Task #90803

closed

Mark ObjectManager::get deprecated

Added by Alexander Schnitzler about 4 years ago. Updated almost 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Extbase
Target version:
Start date:
2020-03-21
Due date:
% Done:

100%

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

Related issues 29 (0 open29 closed)

Related to TYPO3 Core - Bug #92484: Remove usage of ObjectManager in VH of EXT:belogClosed2020-10-05

Actions
Related to TYPO3 Core - Task #94008: Avoid objectManager->get() in functional testsClosed2021-04-28

Actions
Related to TYPO3 Core - Task #94010: Avoid ObjectManager->get() in ext:extensionmanagerClosed2021-04-28

Actions
Related to TYPO3 Core - Task #94012: Avoid ObjectManager->get() in EXT:indexed_searchClosedOliver Bartsch2021-04-28

Actions
Related to TYPO3 Core - Task #94022: Avoid ObjectManager->get() in ext:irre_tutorialClosed2021-04-29

Actions
Related to TYPO3 Core - Task #94107: Avoid ObjectManager->get() in EXT:backendClosedOliver Bartsch2021-05-10

Actions
Related to TYPO3 Core - Bug #94204: Avoid ObjectManager->get() in ext:frontendClosedOliver Bartsch2021-05-26

Actions
Related to TYPO3 Core - Task #94211: Avoid ObjectManager->get() in ext:irre_tutorialClosed2021-05-27

Actions
Related to TYPO3 Core - Task #92244: Avoid usage of object manager in QueryObjectModelFactoryClosed2020-09-09

Actions
Related to TYPO3 Core - Task #94093: Avoid ObjectManager in Extbase ConfigurationManagerClosedBenni Mack2021-05-07

Actions
Related to TYPO3 Core - Task #94233: Avoid ObjectManager->get() for Typo3QuerySettingsClosed2021-05-29

Actions
Related to TYPO3 Core - Task #94236: Reduce ObjectManager->get() usages in ext:formClosed2021-05-29

Actions
Related to TYPO3 Core - Task #94285: Avoid ObjectManager in ext:fluid RenderingContextClosed2021-06-08

Actions
Related to TYPO3 Core - Task #94292: Avoid ObjectManager in ext:fluid ViewHelperResolverClosed2021-06-09

Actions
Related to TYPO3 Core - Task #94297: Avoid ObjectManager->get() for ext:form TypoScriptServiceClosed2021-06-10

Actions
Related to TYPO3 Core - Task #94300: Avoid ObjectManager->get() for ext:form FormPersistenceManagerInterfaceClosed2021-06-10

Actions
Related to TYPO3 Core - Task #94303: Avoid ObjectManager in ext:form TranslationServiceClosed2021-06-10

Actions
Related to TYPO3 Core - Task #94304: Avoid ObjectManager for ext:form ProcessingRuleClosed2021-06-10

Actions
Related to TYPO3 Core - Task #94317: Avoid ObjectManager around ext:form FormDefinitionClosed2021-06-11

Actions
Related to TYPO3 Core - Task #94370: Avoid ObjectManager in ext:form FormRuntimeClosed2021-06-17

Actions
Related to TYPO3 Core - Task #94377: Deprecate extbase ObjectManager->getEmptyObject()Closed2021-06-18

Actions
Related to TYPO3 Core - Task #92238: Avoid usage of object manager in validation related classesClosed2020-09-09

Actions
Related to TYPO3 Core - Task #94384: Avoid ObjectManager in remaining ext:form placesClosed2021-06-19

Actions
Related to TYPO3 Core - Task #92243: Avoid usage of object manager in RequestBuilderClosed2020-09-09

Actions
Related to TYPO3 Core - Task #94451: Avoid ObjectManager in ext:extbaseClosed2021-07-01

Actions
Related to TYPO3 Core - Bug #94608: ObjectManager can't inject Psr ContainerInterfaceClosed2021-07-21

Actions
Related to TYPO3 Core - Task #94619: Deprecate extbase ObjectManagerClosed2021-07-22

Actions
Related to TYPO3 Core - Bug #94807: Deprecation messages logged for use of ObjectManager->getClosed2021-08-11

Actions
Related to TYPO3 Core - Task #96208: Remove extbase ObjectManagerClosed2021-12-02

Actions
Actions #1

Updated by Gerrit Code Review about 4 years ago

  • Status changed from New to Under Review

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/+/63826

Actions #2

Updated by Gerrit Code Review about 4 years ago

Patch set 3 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/+/63826

Actions #3

Updated by Gerrit Code Review about 4 years ago

Patch set 4 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/+/63826

Actions #4

Updated by Gerrit Code Review about 4 years ago

Patch set 5 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/+/63826

Actions #5

Updated by Alexander Schnitzler about 4 years ago

  • Target version set to 10 LTS
Actions #6

Updated by Gerrit Code Review almost 4 years ago

Patch set 6 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/+/63826

Actions #7

Updated by Gerrit Code Review almost 4 years ago

Patch set 7 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/+/63826

Actions #8

Updated by Gerrit Code Review almost 4 years ago

Patch set 8 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/+/63826

Actions #9

Updated by Gerrit Code Review almost 4 years ago

Patch set 9 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/+/63826

Actions #10

Updated by Anonymous almost 4 years ago

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

Updated by Benni Mack almost 4 years ago

  • Status changed from Resolved to Closed
Actions #12

Updated by Georg Ringer over 3 years ago

  • Related to Bug #92484: Remove usage of ObjectManager in VH of EXT:belog added
Actions #13

Updated by Christian Kuhn almost 3 years ago

  • Related to Task #94008: Avoid objectManager->get() in functional tests added
Actions #14

Updated by Christian Kuhn almost 3 years ago

  • Related to Task #94010: Avoid ObjectManager->get() in ext:extensionmanager added
Actions #15

Updated by Christian Kuhn almost 3 years ago

  • Related to Task #94012: Avoid ObjectManager->get() in EXT:indexed_search added
Actions #16

Updated by Christian Kuhn almost 3 years ago

  • Related to Task #94022: Avoid ObjectManager->get() in ext:irre_tutorial added
Actions #17

Updated by Oliver Bartsch almost 3 years ago

  • Related to Task #94107: Avoid ObjectManager->get() in EXT:backend added
Actions #18

Updated by Oliver Bartsch almost 3 years ago

  • Related to Bug #94204: Avoid ObjectManager->get() in ext:frontend added
Actions #19

Updated by Christian Kuhn almost 3 years ago

  • Related to Task #94211: Avoid ObjectManager->get() in ext:irre_tutorial added
Actions #20

Updated by Christian Kuhn almost 3 years ago

  • Related to Task #92244: Avoid usage of object manager in QueryObjectModelFactory added
Actions #21

Updated by Christian Kuhn almost 3 years ago

  • Related to Task #94093: Avoid ObjectManager in Extbase ConfigurationManager added
Actions #22

Updated by Christian Kuhn almost 3 years ago

  • Related to Task #94233: Avoid ObjectManager->get() for Typo3QuerySettings added
Actions #23

Updated by Christian Kuhn almost 3 years ago

  • Related to Task #94236: Reduce ObjectManager->get() usages in ext:form added
Actions #24

Updated by Christian Kuhn almost 3 years ago

  • Related to Task #94285: Avoid ObjectManager in ext:fluid RenderingContext added
Actions #25

Updated by Christian Kuhn almost 3 years ago

  • Related to Task #94292: Avoid ObjectManager in ext:fluid ViewHelperResolver added
Actions #26

Updated by Christian Kuhn almost 3 years ago

  • Related to Task #94297: Avoid ObjectManager->get() for ext:form TypoScriptService added
Actions #27

Updated by Christian Kuhn almost 3 years ago

  • Related to Task #94300: Avoid ObjectManager->get() for ext:form FormPersistenceManagerInterface added
Actions #28

Updated by Christian Kuhn almost 3 years ago

  • Related to Task #94303: Avoid ObjectManager in ext:form TranslationService added
Actions #29

Updated by Christian Kuhn almost 3 years ago

  • Related to Task #94304: Avoid ObjectManager for ext:form ProcessingRule added
Actions #30

Updated by Christian Kuhn almost 3 years ago

  • Related to Task #94317: Avoid ObjectManager around ext:form FormDefinition added
Actions #31

Updated by Christian Kuhn almost 3 years ago

  • Related to Task #94370: Avoid ObjectManager in ext:form FormRuntime added
Actions #32

Updated by Christian Kuhn almost 3 years ago

  • Related to Task #94377: Deprecate extbase ObjectManager->getEmptyObject() added
Actions #33

Updated by Christian Kuhn almost 3 years ago

  • Related to Task #92238: Avoid usage of object manager in validation related classes added
Actions #34

Updated by Christian Kuhn almost 3 years ago

  • Related to Task #94384: Avoid ObjectManager in remaining ext:form places added
Actions #35

Updated by Christian Kuhn almost 3 years ago

  • Related to Task #92243: Avoid usage of object manager in RequestBuilder added
Actions #36

Updated by Christian Kuhn almost 3 years ago

  • Related to Task #94451: Avoid ObjectManager in ext:extbase added
Actions #37

Updated by Christian Kuhn over 2 years ago

  • Related to Bug #94608: ObjectManager can't inject Psr ContainerInterface added
Actions #38

Updated by Christian Kuhn over 2 years ago

  • Related to Task #94619: Deprecate extbase ObjectManager added
Actions #39

Updated by Christian Kuhn over 2 years ago

  • Related to Bug #94807: Deprecation messages logged for use of ObjectManager->get added
Actions #40

Updated by Christian Kuhn over 2 years ago

  • Related to Task #96208: Remove extbase ObjectManager added
Actions

Also available in: Atom PDF