You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading from 2.7.2 to 2.8.0 (with symfony 6.2), container compilation fails:
In AbstractRecursivePass.php line 170:
Invalid service "messenger.transport.doctrine.factory": class "Symfony\Comp
onent\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory" does no
t exist.
After upgrading from
2.7.2
to2.8.0
(with symfony 6.2), container compilation fails:This is caused by #1586 removing the checks here.
We use Symfony Messenger, but not the Doctrine transport. This use case should be allowed, as the Doctrine transport became optional in Symfony 6.0.
Just because
symfony/messenger
is used, does not mean thatsymfony/doctrine-messenger
is also used.The text was updated successfully, but these errors were encountered: