OpenSearch/x-pack/plugin/security/src
Alan Woodward 580bc40c0c Make it possible to deprecate all variants of a ParseField with no replacement (#53722)
Sometimes we want to deprecate and remove a ParseField entirely, without replacement;
for example, the various places where we specify a _type field in 7x. Currently we can
tell users only that a particular field name should not be used, and that another name should
be used in its place. This commit adds the ability to say that a field should not be used at
all.
2020-03-18 14:16:19 +00:00
..
main Make it possible to deprecate all variants of a ParseField with no replacement (#53722) 2020-03-18 14:16:19 +00:00
test Rename AtomicFieldData to LeafFieldData (#53554) 2020-03-17 12:30:12 +00:00