WebSocketBundle icon indicating copy to clipboard operation
WebSocketBundle copied to clipboard

Deprecation Log

Open ma-gu-16 opened this issue 5 years ago • 1 comments

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.

ma-gu-16 avatar Oct 30 '20 15:10 ma-gu-16

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.

mbabker avatar Nov 02 '20 16:11 mbabker