-
-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drop built-in middleware support in favor of laminas-mvc-middleware #54
Conversation
Signed-off-by: Aleksei Khudiakov <[email protected]>
3831f78
to
834174a
Compare
Signed-off-by: Aleksei Khudiakov <[email protected]>
834174a
to
0aedced
Compare
0aedced
to
bccdca7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good, and we've discussed it before in the TSC.
My only change request is that you create a migration chapter in the documentation that indicates that the MiddlewareListener has been moved to laminas/laminas-mvc-middleware, and link to that package (preferably to its documentation).
Signed-off-by: Aleksei Khudiakov <[email protected]>
Signed-off-by: Aleksei Khudiakov <[email protected]>
c5ab993
to
5399cda
Compare
Signed-off-by: Aleksei Khudiakov <[email protected]>
5399cda
to
5be83e9
Compare
@weierophinney I restored documentation page about laminas-mvc-middleware that got removed during rebase. I think it is premature to provide migration documentation however. There are numerous changes that would need to be done to get ready for 4.0.0 which would obsolete the migration guide. |
Issue for migration guide to laminas-mvc-middleware is #120 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since there is now an issue to track the middleware changes for migration, I'm 👍
Description
This PR removes all bits for optional middleware pipe support in favor of using
laminas/laminas-mvc-middleware
Related to #51
Depends on #50