fix: deprecate and hide jq_implementation_module

This commit is contained in:
Stefan Strigler 2023-04-05 15:34:42 +02:00
parent aea870f319
commit 5cd8865a93
1 changed files with 3 additions and 1 deletions

View File

@ -61,7 +61,9 @@ fields("rule_engine") ->
#{ #{
default => jq_nif, default => jq_nif,
mapping => "jq.jq_implementation_module", 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
} }
)} )}
]; ];