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

Deprecation Log #420

Open
ma-gu-16 opened this issue Oct 30, 2020 · 1 comment
Open

Deprecation Log #420

ma-gu-16 opened this issue Oct 30, 2020 · 1 comment
Labels

Comments

@ma-gu-16
Copy link

There are a lot of deprecated notes like:


16:28:01 | php | User Deprecated: The "gos_web_socket.data_collector.websocket" service is deprecated and will be removed in GosWebSocketBundle 4.0.Show context    Show trace
-- | -- | --
16:28:01 | php | User Deprecated: Since gos/web-socket-bundle 3.1: The "Gos\Bundle\WebSocketBundle\DataCollector\WebsocketDataCollector" class is deprecated and will be removed in 4.0.Show context    Show trace
16:28:01 | php | User Deprecated: The "gos_web_socket.event_listener.close_pusher_connections" service is deprecated and will be removed in GosWebSocketBundle 4.0.Show context    Show trace
16:28:01 | php | User Deprecated: Since gos/web-socket-bundle 3.1: The "Gos\Bundle\WebSocketBundle\EventListener\ClosePusherConnectionsListener" class is deprecated and will be removed in 4.0, use the symfony/messenger component instead.Show context    Show trace
16:28:01 | php | User Deprecated: The "gos_web_socket.registry.pusher" service is deprecated and will be removed in GosWebSocketBundle 4.0.Show context    Show trace
16:28:01 | php | User Deprecated: Since gos/web-socket-bundle 3.1: The "Gos\Bundle\WebSocketBundle\Pusher\PusherRegistry" class is deprecated and will be removed in 4.0, use the symfony/messenger component instead.Show context    Show trace
16:26:31 | n/a | Since gos/web-socket-bundle 3.1: The "Gos\Bundle\WebSocketBundle\EventListener\RegisterPushHandlersListener" class is deprecated and will be removed in 4.0, use the symfony/messenger component instead.


is it possible to disable this notes . or will it be fixed in new version? is the version 4 still compatibel with symfony 4.4 ?
thank you.

@mbabker
Copy link
Contributor

mbabker commented Nov 2, 2020

There isn't a way to silence them without either taking all the deprecations off the services and PHP classes or using a compiler pass within your application to remove the services from the container.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants