-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[EventDispatcher] Deprecate ContainerAwareEventDispatcher #20937
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
👍 |
0b8ac03
to
3859ac0
Compare
PR updated to deprecate the ContainerAwareEventDispatcher class. |
The upgrade files for 3.3 and 4.0 need to be updated too. |
3859ac0
to
d0d4a12
Compare
Can be rebased now |
You should probably update |
d0d4a12
to
c4a6a8a
Compare
Rebased. About services.xml, that'd be a BC break because of the getContainer method that people may use... |
Thank you @nicolas-grekas. |
…her (nicolas-grekas) This PR was merged into the 3.3-dev branch. Discussion ---------- [EventDispatcher] Deprecate ContainerAwareEventDispatcher | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | yes | Tests pass? | no | Fixed tickets | - | License | MIT | Doc PR | - These methods shouldn't be available to end users. Commits ------- c4a6a8a [EventDispatcher] Deprecate ContainerAwareEventDispatcher
It's a bit annoying to get deprecations each time the |
These methods shouldn't be available to end users.