Skip to content
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

Deprecate middleware listener #51

Merged
merged 5 commits into from
Dec 14, 2020

Conversation

Xerkus
Copy link
Member

@Xerkus Xerkus commented May 3, 2020

Q A
Documentation yes
Bugfix no
BC Break no
New Feature no
RFC no
QA yes

Description

  • Bump php to ^7.2.
  • Deprecate MiddlewareListener and point to laminas/laminas-mvc-middleware

docs/book/middleware.md Outdated Show resolved Hide resolved
Comment on lines 29 to 30
`laminas-mvc-middleware` is an MVC module that needs to be registered with
laminas-mvc application to function.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can added a page with instructions for installations in the documentation of laminas-mvc-middleware which covers the module registration.

An example can be found in the documentation of laminas-i18n:

The link can then be added here.

@Xerkus Xerkus force-pushed the feature/deprecate-middleware-listener branch from 08ba8ff to a654cb5 Compare June 9, 2020 10:25
@Xerkus
Copy link
Member Author

Xerkus commented Jun 9, 2020

@froschdesign I updated the middleware documentation page to directs to laminas-mvc-middleware. Existing documentation for the feature is dropped here since it was extracted along with the code into laminas-mvc-middleware.
I believe this approach is better and less confusing.

@Xerkus Xerkus requested a review from froschdesign June 12, 2020 12:02
@Xerkus Xerkus added this to the 3.2.0 milestone Jun 12, 2020
@geerteltink geerteltink changed the base branch from develop to 3.2.x September 12, 2020 09:03
@snapshotpl snapshotpl mentioned this pull request Nov 3, 2020
Signed-off-by: Aleksei Khudiakov <aleksey@xerkus.pro>
Signed-off-by: Aleksei Khudiakov <aleksey@xerkus.pro>
Signed-off-by: Aleksei Khudiakov <aleksey@xerkus.pro>
Signed-off-by: Aleksei Khudiakov <aleksey@xerkus.pro>
@Xerkus Xerkus force-pushed the feature/deprecate-middleware-listener branch from 8e71741 to 314d580 Compare December 12, 2020 19:38
Copy link
Member

@weierophinney weierophinney left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense! I've made some suggestions from a native-English speaker point of view related to grammar.

docs/book/middleware.md Outdated Show resolved Hide resolved
docs/book/middleware.md Outdated Show resolved Hide resolved
docs/book/middleware.md Outdated Show resolved Hide resolved
docs/book/middleware.md Outdated Show resolved Hide resolved
src/MiddlewareListener.php Outdated Show resolved Hide resolved
Co-authored-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
Signed-off-by: Aleksei Khudiakov <aleksey@xerkus.pro>
@Xerkus Xerkus force-pushed the feature/deprecate-middleware-listener branch from b7568eb to 241bca6 Compare December 14, 2020 21:12
@Xerkus Xerkus merged commit b850737 into laminas:3.2.x Dec 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Split middleware support into satellite package and deprecate MiddlewareListener
3 participants