Problem/Motivation
HandlerStackConfigurator injects the container and a set of middleware service IDs, which are then looped over and instantiated in turn.
A tagged iterator provides the same capability without needing the entire container.
Steps to reproduce
Proposed resolution
Replace the container and service_id_collector tag with a tagged iterator.
Remaining tasks
User interface changes
Introduced terminology
API changes
Data model changes
Release notes snippet
Issue fork drupal-3621530
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
longwaveThis seems very unlikely to be overridden and I don't think we need to provide BC.