- Removed
LegacyEventDispatcherProxy
. Use the event dispatcher without the proxy.
MicroKernelTrait::configureRoutes()
is now always called with aRoutingConfigurator
- Removed
Response::create()
,JsonResponse::create()
,RedirectResponse::create()
, andStreamedResponse::create()
methods (use__construct()
instead)
- Removed
RouteCollectionBuilder
.