Skip to content

Commit 4c73edd

Browse files
committed
Deny amqp_filter_set_bug by default
The deprecated feature flag `amqp_filter_set_bug` was introduced in RabbitMQ 4.1 with phase `permitted_by_default`. See #12415 This commit which will land in RabbitMQ 4.2 changes the phase to `denied_by_default`.
1 parent da2255d commit 4c73edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbit/src/rabbit_amqp_session.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
-rabbit_deprecated_feature(
3636
{amqp_filter_set_bug,
37-
#{deprecation_phase => permitted_by_default,
37+
#{deprecation_phase => denied_by_default,
3838
doc_url => "https://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-messaging-v1.0-os.html#type-filter-set"
3939
}}).
4040

0 commit comments

Comments
 (0)