-
Notifications
You must be signed in to change notification settings - Fork 53
Added PluginAwareInterface
and marked EventsCapableInterface
as deprecated
#177
base: develop
Are you sure you want to change the base?
Added PluginAwareInterface
and marked EventsCapableInterface
as deprecated
#177
Conversation
PluginManagerAwareInterfac
and marked EventsCapableInterface
as deprecatedPluginManagerAwareInterface
and marked EventsCapableInterface
as deprecated
PluginManagerAwareInterface
and marked EventsCapableInterface
as deprecatedPluginAwareInterface
and marked EventsCapableInterface
as deprecated
PluginAwareInterface
and marked EventsCapableInterface
as deprecatedPluginAwareInterface
and marked EventsCapableInterface
as deprecated
@boesing |
@froschdesign I'm not sure since I did not got into those release processes already. If thats a change for 2.8, I could change the target branch to |
No no, the develop branch is correct! I looked at the code and thought that it is for version 3 and then I saw the deprecation info. A deprecation goes in the next minor release. |
PluginAwareInterface
and marked EventsCapableInterface
as deprecatedPluginAwareInterface
and marked EventsCapableInterface
as deprecated
I guess this PR is ready to merge now @froschdesign, would be great if you drop the |
I really could need this PR in my latest project boesing/zend-cache-redis-cluster as I want to work with that I guess anything is on hold until we have more news about laminas? |
This repository has been closed and moved to laminas/laminas-cache; a new issue has been opened at laminas/laminas-cache#2. |
This repository has been moved to laminas/laminas-cache. If you feel that this patch is still relevant, please re-open against that repository, and reference this issue. To re-open, we suggest the following workflow:
|
Since the
StorageFactory
only checks for theEventsCapableInterface
, it would result in aCall to undefined method WhateverStorage::hasPlugin
.Therefore, I would like to introduce that
PluginAwareInterface
for ZF3 and until then, I would like to mark theEventsCapableInterface
usage as deprecated and provide this backport request.