-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Messenger] Removed deprecated code #41319
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
4a10dfa
to
b4b48c1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you have a look at the Psalm errors regarding AbstractFailedMessagesCommand
?
src/Symfony/Component/Messenger/DependencyInjection/MessengerPass.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Messenger/DependencyInjection/MessengerPass.php
Outdated
Show resolved
Hide resolved
1f46605
to
39d0234
Compare
The PR is updated and rebased. |
Status: needs review |
src/Symfony/Component/Messenger/Command/AbstractFailedMessagesCommand.php
Outdated
Show resolved
Hide resolved
This PR was merged into the 6.0 branch. Discussion ---------- [Messenger] remove legacy code paths | Q | A | ------------- | --- | Branch? | 6.0 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Should make tests green. (and missed in #41319) Commits ------- 6d65673 [Messenger] remove legacy code paths
Rebase needed! |
8d103bb
to
d328c1f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR is updated and rebased.
Status: needs review
2781c25
to
49d5ef7
Compare
src/Symfony/Component/Messenger/Bridge/Redis/Transport/Connection.php
Outdated
Show resolved
Hide resolved
8a2ccba
to
3b70e2d
Compare
Thank you @Nyholm. |
Thank you for merging |
This PR was squashed before being merged into the 5.2 branch. Discussion ---------- [Messenger] Fixed BC layer for RedeliveryStamp | Q | A | ------------- | --- | Branch? | 5.2 | Bug fix? | no | New feature? | no | Deprecations? | yes | Tickets | Related to #41319 (comment) | License | MIT | Doc PR | n/a In Symfony 6, the second argument to RedeliveryStamp's constructor will be a DateTimeInterface. We should already allow people to instantiate this object with the Symfony 6 way. Commits ------- ac3c4d7 [Messenger] Fixed BC layer for RedeliveryStamp
…t` config option (andrew-demb) This PR was merged into the 6.0 branch. Discussion ---------- [Messenger] Remove mention to unsupported `prefetch_count` config option <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> `prefetch_count` was removed in symfony/symfony#41319 Commits ------- b8602c4 Remove mention to unsupported `prefetch_count` config option
This remove deprecated code from Messenger.
TODO