AI Core: Drupal Core 10.2 compatibility issues
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3472578. -->
Reported by: [ronaldtebrake](https://www.drupal.org/user/2314038)
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>We're getting a<br>
</p><div class="codeblock">
<pre><span style="color: #000000"><span style="color: #0000BB"><?php<br>Symfony</span><span style="color: #007700">\</span><span style="color: #0000BB">Component</span><span style="color: #007700">\</span><span style="color: #0000BB">DependencyInjection</span><span style="color: #007700">\</span><span style="color: #0000BB">Exception</span><span style="color: #007700">\</span><span style="color: #0000BB">ServiceNotFoundException</span><span style="color: #007700">: </span><span style="color: #0000BB">The service </span><span style="color: #DD0000">"ai.provider_validator" </span><span style="color: #0000BB">has a dependency on a non</span><span style="color: #007700">-</span><span style="color: #0000BB">existent service </span><span style="color: #DD0000">"validation.basic_recursive_validator_factory"</span><span style="color: #007700">. </span><span style="color: #0000BB">in </span><span style="color: #007700">/</span><span style="color: #0000BB">app</span><span style="color: #007700">/</span><span style="color: #0000BB">vendor</span><span style="color: #007700">/</span><span style="color: #0000BB">symfony</span><span style="color: #007700">/</span><span style="color: #0000BB">dependency</span><span style="color: #007700">-</span><span style="color: #0000BB">injection</span><span style="color: #007700">/</span><span style="color: #0000BB">Compiler</span><span style="color: #007700">/</span><span style="color: #0000BB">CheckExceptionOnInvalidReferenceBehaviorPass</span><span style="color: #007700">.</span><span style="color: #0000BB">php on line 119 </span><span style="color: #FF8000">#0 /app/vendor/symfony/dependency-injection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php(126)<br></span><span style="color: #0000BB">?></span></span></pre></div>
<p>This is only introduced in Drupal Core 10.3.x at <a href="https://www.drupal.org/node/3396203">https://www.drupal.org/node/3396203</a></p>
<h4 id="summary-steps-reproduce">Steps to reproduce</h4>
<p>Install the module on Drupal Core 10.2</p>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<h3 id="summary-remaining-tasks">Remaining tasks</h3>
<h3 id="summary-ui-changes">User interface changes</h3>
<h3 id="summary-api-changes">API changes</h3>
<h3 id="summary-data-model-changes">Data model changes</h3>
issue