rabbitmq / rabbitmq-server

Open source RabbitMQ: core server and tier 1 (built-in) plugins
https://www.rabbitmq.com/
Other
12.31k stars 3.92k forks source link

CLI: Finish `check_if_any_deprecated_features_are_used` implementation #12675

Closed dumbbell closed 1 week ago

dumbbell commented 2 weeks ago

Why

The previous implementation bypassed the deprecated features subsystem. It only cared about classic mirrored queues and called some queue-related code directly to determine if this specific feature was used.

How

The command code is simplified by calling the deprecated subsystem to list used deprecated features instead.

References #12619.