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 (backport #12675) #12734

Closed mergify[bot] closed 6 days ago

mergify[bot] commented 6 days 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.


This is an automatic backport of pull request #12675 done by Mergify.