fix: deprecate and hide jq_implementation_module
This commit is contained in:
parent
aea870f319
commit
5cd8865a93
|
@ -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
|
||||||
}
|
}
|
||||||
)}
|
)}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue