-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Fix framework configuration when messenger uses without console #43202
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
cd89b0b
to
7589f3d
Compare
can you fix fabbot issue? |
I've added a test for messenger without console. I wrapped |
04b115a
to
39861be
Compare
@lyrixx 👋 I'd love to finish the work which we started :) Could you check it, please? |
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.
👍🏼
Thank you @upyx. |
39861be
to
d098ef8
Compare
…nfig option default to true (upyx) This PR was merged into the 6.0 branch. Discussion ---------- [FrameworkBundle] Make the messenger.reset_on_message config option default to true | Q | A | ------------- | --- | Branch? | 6.0 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | no | License | MIT | Doc PR | no It changes the "framework.messenger.reset_on_message" configuration option to true and changes deprecation warnings. ~It's waiting fixes from #43202~ Commits ------- e3eecd1 [FrameworkBundle] Make the messenger.reset_on_message config option default to true
We hurried, an addition to #43133
It fixes #43133 (review)
It adds the forgotten CHANGELOG & UPGRADE
I'm not sure about the CHANGELOG format. I've done as people do but... it says "New entries must be added on top of the list." However, nobody does it 🤷
I don't know how to test the fix, because ofclass_exists()
call that cannot be easily mocked.src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php:245
: