You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #50836 [HttpKernel] Do not use ContainerAwareInterface anymore (nicolas-grekas)
This PR was merged into the 6.4 branch.
Discussion
----------
[HttpKernel] Do not use ContainerAwareInterface anymore
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Tickets | -
| License | MIT
| Doc PR | -
Similar to #50824, keeping this interface blocks compat of HK v6 with DI v7 for no good reasons. Let's drop ContainerAwareInterface from BundleInterface, it serves no purpose anyway.
Unlocks #50578
Commits
-------
640c72a [HttpKernel] Do not use ContainerAwareInterface anymore
0 commit comments