Bug #105079
closedDon't install symfony doctrine messenger bus 7.1.0 and higher
0%
Description
Hello,
this line was removed with symfony doctrine messenger bus 7.1.0:
https://github.com/symfony/doctrine-messenger/blob/v7.0.9/Transport/Connection.php#L70
For this project there is no issue tracker. Can you please set that package to at least 7.0.9 or inform symfony guys about that issue?
Thank you
Stefan
Updated by Garvin Hicking about 2 months ago
- Status changed from New to Closed
Hi!
What is the reasoning for requiring a lower version? 7.1.0 uses CPP for assigning that variable as a protected member property (it was also protected before). In which way would this be a bug that affects TYPO3?
Also you might better want to use the Symfony issue tracker for this? The intro page of https://github.com/symfony/doctrine-messenger lists https://github.com/symfony/symfony/issues as the place to report issues.
I'll close this issue here, let me know if you believe this is an error where TYPO3 Core would have to take action, by supplying more details.
Thanks,
Garvin
Updated by Stefan Froemken about 2 months ago
Related Issue: https://github.com/symfony/symfony/issues/58354