-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Messenger] Don't deep-merge senders configuration #32970
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
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.
Not sure we can do it in 4.3.
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php
Outdated
Show resolved
Hide resolved
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.
Makes sense for the Messenger keys indeed. But shouldn't we do this in 4.4 only because it's still clearly a BC break?
I agree that this should be for 4.4. |
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.
just putting a "needs work" here, see my last inline comment :)
53ea26e
to
cbe197f
Compare
cbe197f
to
976ebdf
Compare
976ebdf
to
20d19ac
Compare
PR updated to only disable deep merging for the As @nicolas-grekas suggests, we need to discuss other parts of the config tree case by case, let's move forward on this one. |
Thank you @chalasr. |
This PR was merged into the 4.4 branch. Discussion ---------- [Messenger] Don't deep-merge senders configuration | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #32953 | License | MIT | Doc PR | - Commits ------- 20d19ac [Messenger] Don't deep merge routing.senders config option
Uh oh!
There was an error while loading. Please reload this page.