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
{{ message }}
This repository was archived by the owner on Jan 29, 2020. It is now read-only.
Revert "Merge branch 'hotfix/application-should-use-route-middleware-service' into release-3.0.0"
This reverts commit 5f280f2, reversing
changes made to bf4a4f8.
The reversion is due to the fact that @webimpress has discovered that
all supported containers resolve aliases to the target service BEFORE
determining if the service has already been created. As such, pulling a
service by its alias will retrieve the same instance as pulling it by
its canonical name.
As such, we can use the canonical name in the `ApplicationFactory` when
retrieving the routing middleware for use with the `Application`.
Conflicts:
CHANGELOG.md
0 commit comments