-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Register service aliases und parameters just once #25786
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
Signed-off-by: Christoph Wurst <[email protected]>
|
@axheli @TomasTokaMrazek @klou @amatteo78 please test |
|
/backport to stable21 |
szaimen
left a comment
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.
I've applied the fix and can confirm that the fix works 👍
kesselb
left a comment
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.
Looks good 👍
|
PHP CS complains? |
but somewhere else 🤷 |
I think because of #24978 |
Fixes #24711
Leftover of #24164
So basically what happened is that registration is run for all enabled apps, all the things are delegated and cleaned up but not the aliases and params. Then a new app gets enabled, we do async registration but the previous aliases and params are also re-registered, but the
$appsthen won't have the other application instances any more -> 💥