Skip to content

Show current state of deprecated features#14227

Merged
michaelklishin merged 1 commit intomainfrom
show-deprecated-feature-state
Jul 14, 2025
Merged

Show current state of deprecated features#14227
michaelklishin merged 1 commit intomainfrom
show-deprecated-feature-state

Conversation

@mkuratczyk
Copy link
Copy Markdown
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
Copy Markdown
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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants