<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed><type>rich</type><version>1.0</version><provider_name>phorkie</provider_name><provider_url>https://p.cweiske.de/</provider_url><title>TYPO3v11: Class TYPO3\CMS\Extbase\Object\ObjectManager is deprecated</title><author_name>Christian Weiske</author_name><cache_age>86400</cache_age><width>900</width><height>900</height><html>&lt;!-- embedding all files of https://p.cweiske.de/899 --&gt;
&lt;link rel="stylesheet" href="https://p.cweiske.de/css/embed.css"/&gt;
&lt;div class="phork" id="899"&gt;
    &lt;div class="phork-file"&gt;
 &lt;div class="phork-content"&gt;
  
&lt;div class="document"&gt;


&lt;p&gt;When upgrading a TYPO3 from v10 to v11 I got the following deprecation notice:&lt;/p&gt;
&lt;blockquote&gt;
TYPO3 Deprecation Notice:
Class TYPO3CMSExtbaseObjectObjectManager is deprecated and will be removed in TYPO3 12.0
in /var/www/typo3/public/typo3/sysext/extbase/Classes/Object/ObjectManager.php line 104&lt;/blockquote&gt;
&lt;p&gt;The error stemmed from sysext/fluid - it could not load ViewHelpers via the symfony dependency container.&lt;/p&gt;
&lt;p&gt;The solution was to define the namespace prefix in our extension's &lt;tt class="docutils literal"&gt;Configuration/Services.yaml&lt;/tt&gt;:&lt;/p&gt;
&lt;pre class="literal-block"&gt;
Vendor\Extname\:
  resource: '../Classes/*'
&lt;/pre&gt;
&lt;/div&gt;

 &lt;/div&gt;
 &lt;div class="phork-meta"&gt;
  &lt;a href="https://p.cweiske.de/899/rev-raw/083ad228587f5758c902eaed89507bf82afe1f7b/README.rst" style="float: right"&gt;view raw source&lt;/a&gt;
  &lt;a href="https://p.cweiske.de/899#README.rst"&gt;README.rst&lt;/a&gt;
 &lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</html></oembed>
