Skip to content
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

CLI: Finish check_if_any_deprecated_features_are_used implementation (backport #12675) #12734

Merged
merged 1 commit into from
Nov 15, 2024

Conversation

mergify[bot]
Copy link

@mergify mergify bot commented Nov 15, 2024

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.

[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.

(cherry picked from commit ddaea6f)
@dumbbell dumbbell merged commit 954ef30 into v4.0.x Nov 15, 2024
193 checks passed
@dumbbell dumbbell deleted the mergify/bp/v4.0.x/pr-12675 branch November 15, 2024 14:36
@dumbbell dumbbell added this to the 4.0.4 milestone Nov 15, 2024
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.

1 participant