-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Messenger] Autoconfigurable attributes #43588
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
alirezamirsepassi
commented
Oct 19, 2021
•
edited
Loading
edited
Q | A |
---|---|
Branch? | 5.4 |
Bug fix? | no |
New feature? | yes |
Deprecations? | no |
Tickets | Fix #41106 |
License | MIT |
Doc PR | symfony/symfony-docs#15990 |
ref #41202 :) |
Oh sorry, didn't see that! :) I suppose #41202 PR could not be merged right away because of lacking test and configurable attributes since May 13. |
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.
LGTM after some minor tweaks
src/Symfony/Component/Messenger/Tests/DependencyInjection/MessengerPassTest.php
Outdated
Show resolved
Hide resolved
Oh, please also add a changelog entry in the component |
And can you please prepare a PR for the doc? |
f8ec53a
to
f27e594
Compare
Thanks for your work on this new feature! |
There was a test failure for low deps
that I've fixed by raising the DI dependency for messenger. |
I have also opened #43705 as a follow-up. |
Great! |
…assi) This PR was merged into the 5.4 branch. Discussion ---------- [Messenger] Autoconfigurable attributes <!-- 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 `5.x` for features of unreleased versions). --> symfony/symfony#43588 Commits ------- 7069075 [#15990] Minor changes fdd8b86 [Messenger] Autoconfigurable attributes