Remy Maucherat wrote:
In an effort to tweak the core a bit more to simplify things:
- Remove ContainerBase.invoke: A Container always has a Pipeline
associated with it; as such, the Container interface should have a
getPipeline method, and this should be called instead. This will reduce
a bit t
In an effort to tweak the core a bit more to simplify things:
- Remove ContainerBase.invoke: A Container always has a Pipeline
associated with it; as such, the Container interface should have a
getPipeline method, and this should be called instead. This will reduce
a bit the call stack.
- I no