-
Notifications
You must be signed in to change notification settings - Fork 19
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
Illegal use of server 3rdparty (symfony/event-dispatcher) #710
Comments
Thanks for raising this @nickvergessen. In CacheListener.php this is pretty straight-forward. Just replace But in Versions/CollectiveVersionsExpireManager.php I'm not sure about the solution. |
Related: #710 Signed-off-by: Jonas <[email protected]>
Related: #710 Signed-off-by: Jonas <[email protected]>
Related: #710 Signed-off-by: Jonas <[email protected]>
Might be needed that server is modified before this. But not entirely sure. |
Fixes: #710 Signed-off-by: Jonas <[email protected]>
Are both these cases covered with the PR that closed the issue? |
nextcloud/server#39595 has you covered... Or well that creates the problem for you. But now you can give it IEventDispatcher. |
Checked in with jonas and the two aspects were addressed separately - one with the commits listed above on Jun 5 and the linked PR above just addressed what was left afterwards. |
This app is directly using classes of the
symfony/event-dispatcher
package in server. Please migrate to the official OCP wrappers.The text was updated successfully, but these errors were encountered: