Skip to content

Show current state of deprecated features #14227

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

Merged
merged 1 commit into from
Jul 14, 2025

Conversation

mkuratczyk
Copy link
Contributor

When listing deprecated features, apart from the deprecation phase, show the current state (whether the configuration permits usage).

New column in the CLI outout:

> rabbitmqctl list_deprecated_features
┌───────────────────────────────┬──────────────────────┬───────────┐
│ name                          │ deprecation_phase    │ state     │
├───────────────────────────────┼──────────────────────┼───────────┤
│ amqp_address_v1               │ permitted_by_default │ permitted │
├───────────────────────────────┼──────────────────────┼───────────┤
│ amqp_filter_set_bug           │ permitted_by_default │ permitted │
├───────────────────────────────┼──────────────────────┼───────────┤
│ classic_queue_mirroring       │ removed              │ denied    │
├───────────────────────────────┼──────────────────────┼───────────┤
│ df1_from_list_df_testsuite    │ permitted_by_default │ permitted │
├───────────────────────────────┼──────────────────────┼───────────┤
│ df2_from_list_df_testsuite    │ removed              │ denied    │
├───────────────────────────────┼──────────────────────┼───────────┤
│ global_qos                    │ permitted_by_default │ permitted │
├───────────────────────────────┼──────────────────────┼───────────┤
│ management_metrics_collection │ permitted_by_default │ permitted │
├───────────────────────────────┼──────────────────────┼───────────┤
│ queue_master_locator          │ permitted_by_default │ denied    │
├───────────────────────────────┼──────────────────────┼───────────┤
│ ram_node_type                 │ permitted_by_default │ denied    │
├───────────────────────────────┼──────────────────────┼───────────┤
│ transient_nonexcl_queues      │ permitted_by_default │ permitted │
└───────────────────────────────┴──────────────────────┴───────────┘

New column in the Management UI:
Screenshot 2025-07-14 at 15 54 36

@michaelklishin michaelklishin added this to the 4.2.0 milestone Jul 14, 2025
@michaelklishin
Copy link
Collaborator

michaelklishin commented Jul 14, 2025

Support in rabbitmqadmin v2 will ship in the next release.

@michaelklishin michaelklishin merged commit cdd9ba1 into main Jul 14, 2025
561 of 563 checks passed
@michaelklishin michaelklishin deleted the show-deprecated-feature-state branch July 14, 2025 15:21
michaelklishin added a commit that referenced this pull request Jul 14, 2025
Show current state of deprecated features (backport #14227)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants