Skip to content

Commit

Permalink
fix: deprecate and hide jq_implementation_module
Browse files Browse the repository at this point in the history
  • Loading branch information
sstrigler committed Apr 5, 2023
1 parent aea870f commit 5cd8865
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/emqx_rule_engine/src/emqx_rule_engine_schema.erl
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ fields("rule_engine") ->
#{
default => jq_nif,
mapping => "jq.jq_implementation_module",
desc => ?DESC("rule_engine_jq_implementation_module")
desc => ?DESC("rule_engine_jq_implementation_module"),
deprecated => {since, "v5.0.22"},
importance => ?IMPORTANCE_HIDDEN
}
)}
];
Expand Down

0 comments on commit 5cd8865

Please sign in to comment.