Skip to content

Commit c2ad8b0

Browse files
committed
Deny amqp_filter_set_bug by default
For 4.3, deny deprecated feature `amqp_filter_set_bug` by default. See #14361 (comment)
1 parent 9723784 commit c2ad8b0

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)